Code

Updated setup migrate step.
[gosa.git] / gosa-core / setup / setup_feedback.tpl
1 <div class='default' style='margin:12px; '>  
3         <h2>{$additional_info}</h2>
5         <h2>
6                 <input {if $subscribe} checked {/if} type='checkbox' name='subscribe' value='1' class='center'>&nbsp;{t}Subscribe to the gosa-announce mailinglist{/t}
7         </h2>
8         <p>
9         {t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to subscribe you to the gosa-announce mailing list. You've to confirm this by mail.{/t}
10         </p>
11         <table> 
12                 <tr>
13                         <td>
14                                 {t}Organization{/t}
15                         </td>
16                         <td>
17                                 <input name='organization' type='text' value='{$organization}' style='width:300px;'>
18                         </td>
19                 </tr>
20                 <tr>
21                         <td>
22                                 {t}Name{/t}
23                         </td>
24                         <td>
25                                 <input name='name' type='text' value='{$name}' style='width:300px;'>
26                         </td>
27                 </tr>
28                 <tr>
29                         <td>
30                                 {t}Mail address{/t}{$must}
31                         </td>
32                         <td>
33                                 <input name='eMail' type='text' value='{$eMail}' style='width:300px;'>  
34                         </td>
35                 </tr>
36         </table>
39         <p>&nbsp;</p>
40         <h2>
41                 <input {if $use_gosa_announce} checked {/if} type='checkbox' name='use_gosa_announce' value='1' class='center'>&nbsp;{t}Send feedback to the GOsa project team{/t}
42         </h2>
43         <p>
44         {t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to submit your form anonymously.{/t}
45         </p>
46         <b>{t}Generic{/t}</b>
47         <table> 
48                 <tr>
49                         <td style='vertical-align:top'>
50                                 {t}Did the setup procedure help you to get started?{/t}   
51                         </td>
52                         <td>
53                                 <input {if $get_started} checked {/if} type='radio' name='get_started' value='1'>{t}Yes{/t}
54                                 <br>
55                                 <input {if !$get_started} checked {/if} type='radio' name='get_started' value='0'>{t}No{/t}
56                         </td>
57                 </tr>
58                 <tr>
59                         <td style='vertical-align:top'>
60                                 {t}If not, what problems did you encounter{/t}:
61                         </td>
62                         <td>
63                                 <textarea name='problems_encountered' rows='4' cols='50' style='width:100%'>{$problems_encountered}</textarea>
64                         </td>
65                 </tr>
66                 <tr>
67                         <td style='vertical-align:top'>
68                                 {t}Is this the first time you use GOsa?{/t}
69                         </td>
70                         <td>
71                                 <input {if $first_use} checked {/if} type='radio' name='first_use' value='1'>{t}Yes{/t}
72                                 <br>
73                                 <input {if !$first_use} checked {/if} type='radio' name='first_use' value='0'>{t}No{/t},
74                                 {t}I use it since{/t}
75                                 <select name='use_since' title='{t}Select the year since when you are using GOsa{/t}'> 
76                                         {html_options options=$years}
77                                 </select>
78                         </td>   
79                 </tr>
80                 <tr>
81                         <td style='vertical-align:top'>
82                                 {t}What operating system / distribution do you use?{/t}
83                         </td>
84                         <td>
85                                 <input type='text' name='distribution' size=50 value='{$distribution}'>
86                         </td>
87                 </tr>
88                 <tr>
89                         <td style='vertical-align:top'>
90                                 {t}What web server do you use?{/t}
91                         </td>
92                         <td>
93                                 <input type='text' size=50 name='web_server' value='{$web_server}'>
94                         </td>
95                 </tr>
96                 <tr>
97                         <td style='vertical-align:top'>
98                                 {t}What PHP version do you use?{/t}
99                         </td>
100                         <td>
101                                 <input type='text' size=50 name='php_version' value='{$php_version}'>
102                         </td>
103                 </tr>
104         </table>
106         <br><b>{t}LDAP{/t}</b>
107         <table>
108                 <tr>
109                         <td style='vertical-align:top'>
110                         {t}What kind of LDAP server(s) do you use?{/t}
111                         </td>
112                         <td><input type='text' name='ldap_server' size=50 value='{$ldap_server}'>
113                         </td>
114                 </tr>
115                 <tr>
116                         <td>{t}How many objects are in your LDAP?{/t}
117                         </td>
118                         <td><input type='text' name='object_count' size=50 value='{$object_count}'>
119                         </td>
120                 </tr>
121         </table>
123         <br><b>{t}Features{/t}</b>
124         <table>
125                 <tr>
126                         <td style='vertical-align:top'>{t}What features of GOsa do you use?{/t}
127                         </td>
128                         <td>
129                                 {foreach from=$features_used item=data key=key}
130                                         <input type='checkbox' name='feature_{$key}' {if $data.USED} checked {/if}>
131                                         {$data.NAME}<br>
132                                 {/foreach}
133                         </td>
134                 </tr>
135                 <tr>
136                         <td style="vertical-align:top">{t}What features do you want to see in future versions of GOsa?{/t}
137                         </td>
138                         <td><textarea name='want_to_see_next' cols=50 rows=3>{$want_to_see_next}</textarea>
139                         </td>
140                 </tr>
141         </table>
142 </div>
143 <input type='submit' name='send_feedback' value='{t}Send feedback{/t}'>
144 <input type='hidden' name='step_feedback' value='1'>