Code

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