Code

Updated comment html
[gosa.git] / setup / setup_step5.tpl
2 {if $warnings_cnt}
3 <b><font style='color:red' >Errors:</font></b>
4 {foreach from=$warnings item=val key=key}
5         <br>
6         <font style='color:red' >{$val}</font>
7 {/foreach}
8 {/if}
10     <div style='float:left; width:600px;'>
11                 <br>
12                 <b>{t}GOsa settings{/t}</b>
13         </div>
15     <div class='step4_container'>
16         <div class='step4_name'>
17             {t}GOsa theme{/t}
18         </div>
19         <div class='step4_value'>
20             <select name="theme">
21                 {html_options options=$themes selected=$theme}
22             </select>
23         </div>
24         <div class='step4_status'>
25         </div>
26     </div>
28     <div class='step4_container'>
29         <div class='step4_name'>
30             {t}People dn attribute{/t}
31         </div>
32         <div class='step4_value'>
33             <select size="1" name="peopledn">
34                 {html_options values=$peopledns output=$peopledns selected=$peopledn}
35             </select>
36         </div>
37         <div class='step4_status'>
38         </div>
39     </div>
41         <div class='step4_container'>
42         <div class='step4_name'>
43             {t}People storage ou{/t}
44         </div>
45         <div class='step4_value'>
46             <input type='text' name='peopleou' maxlength='40' size='20' value='{$peopleou}'>
47         </div>
48         <div class='step4_status'>
49         </div>
50     </div>
53         <div class='step4_container'>
54         <div class='step4_name'>
55             {t}Group storage ou{/t}
56         </div>
57         <div class='step4_value'>
58             <input type='text' name='groupou' maxlength='40' size='20' value='{$groupou}'>
59         </div>
60         <div class='step4_status'>
61         </div>
62     </div>
64     <div class='step4_container'>
65         <div class='step4_name'>
66             {t}ID base for users/groups{/t}
67         </div>
68         <div class='step4_value'>
69             <input type='text' name='uidbase' maxlength='20' size='10' value='{$uidbase}'>
70         </div>
71         <div class='step4_status'>
72         </div>
73     </div>
75     <div class='step4_container'>
76         <div class='step4_name'>
77             {t}Display PHP errors{/t}
78         </div>
79         <div class='step4_value'>
80             <select name="errorlvl" size="1" title="">
81                         {html_options options=$bool selected=$errorlvl}
82             </select>
83         </div>
84         <div class='step4_status'>
85         </div>
86     </div>
87     <div style='float:left; width:600px;'>
88                 <br>
89                 <b>{t}Password settings{/t}</b>
90         </div>
92     <div class='step4_container'>
93         <div class='step4_name'>
94             {t}Password encryption algorithm{/t}
95         </div>
96         <div class='step4_value'>
97             <select name="encryption" size="1" title="">
98                 {html_options options=$crypt_methods selected=$encryption}
99             </select>
100         </div>
101         <div class='step4_status'>
102         </div>
103     </div>
105     <div class='step4_container' style='height:4em;'>
106         <div class='step4_name' style='height:4em;'>
107             {t}Password restrictions{/t}
108         </div>
109         <div class='step4_value' style='height:4em;'>
111                         {if $pwd_rules.pwminlen_active == FALSE}
112                                 <input type='checkbox' value='1' name='pwminlen_active'
113                                         onClick='changeState("pwminlen");'>
114                                         {t}Password minimum length{/t}
115                                 <input id='pwminlen' name='pwminlen' type='text' value='{$pwd_rules.pwminlen}' size=3 disabled>
116                         {else}
117                                 <input type='checkbox' value='1' name='pwminlen_active' checked>
118                                 {t}Password minimum length{/t}
119                                 <input id='pwminlen' name='pwminlen' type='text' value='{$pwd_rules.pwminlen}' size=3 >
120                         {/if}
121                         <br>
122                         {if $pwd_rules.pwdiffer_active == FALSE}
123                                 <input type='checkbox' value='1' name='pwdiffer_active' 
124                                         onClick='changeState("pwdiffer");'>
125                                 {t}Different characters from old password{/t}
126                                 <input id='pwdiffer' name='pwdiffer' type='text' value='{$pwd_rules.pwdiffer}' size=3 disabled>
127                         {else}
128                                 <input type='checkbox' value='1' name='pwminlen_active' checked>
129                                 {t}Different characters from old password{/t}
130                                 <input id='pwdiffer' name='pwdiffer' type='text' value='{$pwd_rules.pwdiffer}' size=3 >
131                         {/if}
132         
133         </div>
134         <div class='step4_status'  style='height:4em;'>
135                         {t}Infos in FAQ{/t}&nbsp;
136                         <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
137         </div>
138     </div>
140            <div class='step4_container'>
141         <div class='step4_name'>
142                 {t}External script{/t}
143         </div>
144         <div class='step4_value'>
145             {if $pwd_rules.externalpwdhook_active == FALSE}
146                 <input type='checkbox' value='1' name='externalpwdhook_active'
147                     onClick='changeState("externalpwdhook");'>
148                 <input style='width:90%' id='externalpwdhook' name='externalpwdhook' type='text' value='{$pwd_rules.externalpwdhook}' disabled>
149             {else}
150                 <input type='checkbox' value='1' name='externalpwdhook_active' checked>
151                 <input style='width:90%' id='externalpwdhook' name='externalpwdhook' type='text' value='{$pwd_rules.externalpwdhook}'  >
152             {/if}
153         </div>
154         <div class='step4_status'>
155                         {t}Infos in FAQ{/t}&nbsp;
156                         <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
157         </div>
158     </div>
160     <div style='float:left; width:600px;'>
161                 <br>
162                 <b>{t}Mail settings{/t}</b>
163         </div>
165     <div class='step4_container'>
166         <div class='step4_name'>
167             {t}Mail method{/t}
168         </div>
169         <div class='step4_value'>
170             <select name="mail" size="1" title="">
171                 <option name="mail" value="disabled">{t}disabled{/t}</option>
172                 {html_options options=$mail_methods selected=$mail}
173             </select>
174         </div>
175         <div class='step4_status'>
176         </div>
177     </div>
179     <div class='step4_container'>
180         <div class='step4_name'>
181             {t}Vacation templates{/t}
182         </div>
183         <div class='step4_value'>
184             {if $mail_settings.vacationdir_active == FALSE}
185                 <input type='checkbox' value='1' name='vacationdir_active'
186                     onClick='changeState("vacationdir");'>
187                 <input style='width:90%' id='vacationdir' name='vacationdir' type='text' value='{$mail_settings.vacationdir}' disabled>
188             {else}
189                 <input type='checkbox' value='1' name='vacationdir_active' checked>
190                 <input style='width:90%' id='vacationdir' name='vacationdir' type='text' value='{$mail_settings.vacationdir}'  >
191             {/if}
192         </div>
193         <div class='step4_status'>
194                         {t}Infos in FAQ{/t}&nbsp;
195                         <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
196         </div>
197     </div>
199     <div class='step4_container'>
200         <div class='step4_name'>
201             {t}Use cyrus account style{/t}
202         </div>
203         <div class='step4_value'>
204             <select name="cyrusunixstyle" size="1" title="">
205                         {html_options options=$bool selected=$cyrusunixstyle}
206             </select>
207         </div>
208         <div class='step4_status'>
209                         {t}Infos in FAQ{/t}&nbsp;
210                         <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
211         </div>
212     </div>
214 <input type='hidden' value='1' name='step5_posted'>
215 <!--
216          {t}GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too.{/t}
217          {t}GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are    fully implemented. For this to work, we need the admin DN and the corresponding password.{/t}
218          {t}Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs.{/t}
219          {t}GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling    for quotas. You can choose the dummy plugin to leave all your mail settings untouched.{/t}-->