Code

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