Code

Layout and translation fixes
[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>
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}
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}eMail{/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         {t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to submit your form anonymously.{/t}
42         <br><b>{t}Generic{/t}</b>
43         <table> 
44                 <tr>
45                         <td>
46                                 {t}Did the setup procedure help you to get started?{/t}   
47                         </td>
48                         <td>
49                                 <input {if $get_started} checked {/if} type='radio' name='get_started' value='1'>{t}Yes{/t}
50                                 <br>
51                                 <input {if !$get_started} checked {/if} type='radio' name='get_started' value='0'>{t}No{/t}
52                         </td>
53                 </tr>
54                 <tr>
55                         <td>
56                                 {t}If not, what problems did you encounter{/t}:
57                         </td>
58                         <td>
59                                 <textarea name='problems_encountered' rows='4' cols='20'style='width:100%'>{$problems_encountered}</textarea>
60                         </td>
61                 </tr>
62                 <tr>
63                         <td>
64                                 {t}Is this the first time you use GOsa?{/t}
65                         </td>
66                         <td>
67                                 <input {if $first_use} checked {/if} type='radio' name='first_use' value='1'>{t}Yes{/t}
68                                 <br>
69                                 <input {if !$first_use} checked {/if} type='radio' name='first_use' value='0'>{t}No{/t}
70                         </td>   
71                 </tr>
72                 <tr>
73                         <td></td>
74                         <td>
75                                 {t}I use it since{/t}
76                                 <select name='use_since' title='{t}Select the year since when you are using GOsa{/t}'> 
77                                         {html_options options=$years}
78                                 </select>
79                         </td>
80                 </tr>
81                 <tr>
82                         <td>
83                                 {t}What operation system / distribution do you use?{/t}
84                         </td>
85                         <td>
86                                 <input type='text' name='distribution' value='{$distribution}'>
87                         </td>
88                 </tr>
89                 <tr>
90                         <td>
91                                 {t}What web server do you use?{/t}
92                         </td>
93                         <td>
94                                 <input type='text' name='web_server' value='{$web_server}'>
95                         </td>
96                 </tr>
97                 <tr>
98                         <td>
99                                 {t}What PHP version do you use?{/t}
100                         </td>
101                         <td>
102                                 <input type='text' name='php_version' value='{$php_version}'>
103                         </td>
104                 </tr>
105         </table>
107         <br><b>{t}LDAP{/t}</b>
108         <table>
109                 <tr>
110                         <td>{t}What kind of LDAP server(s) do you use?{/t}
111                         </td>
112                         <td><input type='text' name='ldap_server' 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' value='{$object_count}'>
119                         </td>
120                 </tr>
121         </table>
123         <br><b>{t}Features{/t}</b>
124         <table>
125                 <tr>
126                         <td>{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>{t}What features do you want to see in next versions of GOsa?{/t}
137                         </td>
138                         <td><textarea name='want_to_see_next'>{$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'>