Code

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