Rev 16805 | Rev 16903 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !form reply |
6235 | bpr | 2 | <input type="hidden" name="up_job" value="list" /> |
7489 | bpr | 3 | <fieldset class="property_fields blockcenter"> |
11694 | obado | 4 | <legend>ID: $wims_class</legend> |
7489 | bpr | 5 | <div class="field box"> |
12410 | bpr | 6 | !if $supertype notin 24 or $classdepth=1 |
7 | <label for="up_institution">$name_name_institution</label> |
||
8 | <input size="50" name="up_institution" id="up_institution" value="$class_institution" /> |
||
9 | !else |
||
10 | <strong>$name_name_institution</strong> |
||
11 | $class_institution |
||
12 | !endif |
||
13 | </div> |
||
14 | <div class="field box halfwidth"> |
||
15 | <label for="up_description">$name_name_class</label> |
||
16 | <input size="50" name="up_description" id="up_description" value="$class_description" /> |
||
17 | </div> |
||
18 | <div class="field box halfwidth"> |
||
19 | <label for="up_supervisor">$wims_name_nameteacher</label> |
||
20 | !set wims_ref_class=wims_button_help float_right |
||
21 | !href cmd=help&special_parm=config&special_parm2=supervisor $wims_name_help |
||
22 | <input size="40" name="up_supervisor" id="up_supervisor" value="$class_supervisor" /> |
||
23 | </div> |
||
24 | <div class="field box halfwidth"> |
||
25 | <label for="up_email">$wims_name_email</label> |
||
26 | !set wims_ref_class=wims_button_help float_right |
||
27 | !href cmd=help&special_parm=config&special_parm2=email $wims_name_help |
||
28 | <input size="40" name="up_email" id="up_email" value="$class_email" /> |
||
29 | </div> |
||
30 | <div class="field box halfwidth"> |
||
31 | <label for="up_level">$name_level</label> |
||
32 | !!!set wims_ref_class=wims_button_help float_right |
||
33 | !! !href cmd=help&special_parm=config&special_parm2=level $wims_name_help |
||
34 | !set up_level=$class_level |
||
35 | !formselect up_level list $wims_listlevel prompt $name_wims_listlevel |
||
36 | </div> |
||
37 | <div class="field box halfwidth"> |
||
38 | <label for="up_lang">$wims_name_Language</label> |
||
39 | !set wims_ref_class=wims_button_help float_right |
||
40 | !href cmd=help&special_parm=config&special_parm2=lang $wims_name_help |
||
41 | !set up_lang=$class_lang |
||
42 | !set langs=!words2items $wims_site_languages |
||
43 | !formselect up_lang list $langs |
||
44 | </div> |
||
45 | <div class="field box halfwidth"> |
||
46 | <label for="up_expiration">$name_expirationdate</label> |
||
47 | !set wims_ref_class=wims_button_help float_right |
||
48 | !href cmd=help&special_parm=config&special_parm2=expiration $wims_name_help |
||
49 | !if $class_type notin 13 |
||
50 | !! Date format for input type="date" must be [RFC 3339] (1996-12-19) |
||
14349 | guerimand | 51 | !set begin=!sh date --date '1 day ago' +%Y%m%d |
52 | !set end=!sh date --date '1 years 3 months' +%Y%m%d |
||
12410 | bpr | 53 | !read adm/datepickerform.phtml $class_expiration\ |
11732 | guerimand | 54 | up_expiration\ |
14349 | guerimand | 55 | "$begin","$end" |
12410 | bpr | 56 | !else |
57 | <span class="tt">$class_expiration</span> |
||
58 | !endif |
||
59 | <div class="formHelp">yyyymmdd</div> |
||
60 | </div> |
||
61 | <div class="field box halfwidth"> |
||
62 | <label for="up_secure">$name_secure</label> |
||
63 | !set wims_ref_class=wims_button_help float_right |
||
64 | !href cmd=help&special_parm=config&special_parm2=secure $wims_name_help |
||
14349 | guerimand | 65 | <input size="40" name="up_secure" id="up_secure" value="$class_secure" /> |
12410 | bpr | 66 | </div> |
67 | <div class="field box halfwidth"> |
||
68 | <label for="up_limit">$name_limit</label> |
||
13052 | bpr | 69 | $ $ |
12410 | bpr | 70 | !set wims_ref_class=wims_button_help float_right |
71 | !href cmd=help&special_parm=config&special_parm2=limit $wims_name_help |
||
72 | <input size="5" name="up_limit" id="up_limit" value="$class_limit" /> |
||
73 | </div> |
||
13052 | bpr | 74 | <div class="field box halfwidth"> |
75 | <label for="up_sendmailteacher">$name_sendmailteacher</label> |
||
76 | $ $ |
||
77 | !set wims_ref_class=wims_formradio |
||
78 | !set wims_ref_class=wims_button_help float_right |
||
79 | !href cmd=help&special_parm=config&special_parm2=sendmailteacher $wims_name_help |
||
80 | !let up_sendmailteacher=$class_sendmailteacher |
||
81 | !default up_sendmailteacher=yes |
||
82 | !formselect up_sendmailteacher list yes,no prompt $wims_name_yes,$wims_name_no |
||
83 | </div> |
||
16805 | guerimand | 84 | |
85 | <div class="field box"> |
||
86 | <label for="up_supconnectshowed">$name_config_supconnectshowed</label> |
||
87 | !set up_supconnectshowed=$class_supconnectshowed |
||
88 | !default up_supconnectshowed=no |
||
89 | !formselect up_supconnectshowed list no,yes prompt $wims_name_no,$wims_name_yes |
||
90 | </div> |
||
91 | |||
92 | <div class="field box"> |
||
93 | <label for="up_hideaverage">$name_config_hideaverage</label> |
||
94 | !set up_hideaverage=$class_hideaverage |
||
95 | !default up_hideaverage=no |
||
96 | !formselect up_hideaverage list no,yes prompt $wims_name_no,$wims_name_yes |
||
97 | </div> |
||
98 | |||
12410 | bpr | 99 | !if $class_type=0 or ($class_type=1 and $wims_typename=class) |
10100 | bpr | 100 | <div class="field box halfwidth"> |
12410 | bpr | 101 | <label for="up_allowcloning">$name_allowcloning</label> |
13052 | bpr | 102 | $ $ |
12410 | bpr | 103 | !set wims_ref_class=wims_button_help float_right |
104 | !href cmd=help&special_parm=config&special_parm2=cloning $wims_name_help |
||
105 | !set wims_ref_class=wims_formradio |
||
106 | !let up_allowcloning=$class_allowcloning |
||
107 | !default up_allowcloning=no |
||
108 | !formselect up_allowcloning list yes,no prompt $wims_name_yes,$wims_name_no |
||
109 | <br/> |
||
110 | <label for="up_cloningpwd">$name_cloningpwd</label> |
||
111 | <input size="5" name="up_cloningpwd" id="up_cloningpwd" value="$class_cloningpwd" /> |
||
10100 | bpr | 112 | </div> |
12410 | bpr | 113 | !endif |
12942 | guerimand | 114 | !if $class_type isin 024 |
10100 | bpr | 115 | <div class="field box halfwidth"> |
12410 | bpr | 116 | <label for="up_regvars">$name_regvars</label> |
117 | !set wims_ref_class=wims_button_help float_right |
||
118 | !href cmd=help&special_parm=regvars $wims_name_help |
||
119 | !set wims_ref_class=wims_formradio |
||
120 | !let up_regvars=$class_regvars |
||
121 | <input size="20" name="up_regvars" id="up_regvars" value="$class_regvars" /> |
||
10100 | bpr | 122 | </div> |
15795 | guerimand | 123 | <div class="field box halfwidth"> |
124 | <label for="location">$name_location</label> |
||
125 | <input type="text" size="$desclim" name="up_location" value="$class_location" id="location" maxlength="$desclim" /> |
||
126 | <label for="geoloc">$name_geoloc</label> |
||
127 | <input type="text" size="$desclim" name="up_geoloc" value="$class_geoloc" id="geoloc" maxlength="$desclim" placeholder="X,Y" /> |
||
128 | !! ---------- add to read autocompletion location |
||
129 | !set auto=!lookup $lang in wimshome/log/stat/geoloc.dictionary |
||
130 | !if $auto!=$empty |
||
131 | !read adm/geoloc/$auto |
||
132 | !endif |
||
133 | <div class="formHelp">$name_location_help</div> |
||
134 | </div> |
||
12410 | bpr | 135 | !endif |
11694 | obado | 136 | </fieldset> |
10479 | guerimand | 137 | |
11694 | obado | 138 | <fieldset class="property_fields blockcenter"> |
9692 | bpr | 139 | <legend>$wims_name_Sheets</legend> |
10100 | bpr | 140 | <div class="field box"> |
141 | <label for="up_exolog">$name_register_exo</label> |
||
12410 | bpr | 142 | !set wims_ref_class=wims_button_help float_right |
143 | !href cmd=help&special_parm=config&special_parm2=exolog $wims_name_help |
||
144 | !default class_exolog=2 |
||
145 | !let up_exolog=$class_exolog |
||
146 | !formselect up_exolog from 0 to $wims_exolog_limit |
||
147 | </div> |
||
16821 | guerimand | 148 | |
12410 | bpr | 149 | <div class="field box"> |
16821 | guerimand | 150 | <label for="up_mexolog">$name_config_mexolog</label> |
151 | !set up_mexolog=$class_mexolog |
||
152 | !default up_mexolog=no |
||
153 | !formselect up_mexolog list no,yes prompt $wims_name_no,$wims_name_yes |
||
154 | </div> |
||
155 | |||
156 | <div class="field box"> |
||
12410 | bpr | 157 | <label for="up_exotitleform">$name_config_exotitleform </label> |
158 | !set up_exotitleform=$class_exotitleform |
||
159 | !default up_exotitleform=0 |
||
160 | !formselect up_exotitleform list -1,0,1,2,3 prompt $name_config_exotitleformoption |
||
161 | </div> |
||
162 | <div class="field box"> |
||
163 | <label for="up_authscoresuspend">$name_config_authscoresuspend</label> |
||
164 | !set up_authscoresuspend=$class_authscoresuspend |
||
165 | !default up_authscoresuspend=yes |
||
166 | !formselect up_authscoresuspend list no,yes prompt $wims_name_no,$wims_name_yes |
||
167 | </div> |
||
15524 | bpr | 168 | !set class_option_=!words2items $class_option |
169 | !set class_option=!listintersect $class_option_ and showshexpire,showshweight |
||
170 | !set class_optionsh=!items2words $class_option |
||
12410 | bpr | 171 | <div class="field box"> |
172 | <label for="up_option">$name_optionword</label> |
||
173 | !set wims_ref_class=wims_button_help float_right |
||
174 | !href cmd=help&special_parm=config&special_parm2=option $wims_name_help |
||
15524 | bpr | 175 | <input size="40" name="up_option" id="up_option" value="$class_optionsh" /> |
12410 | bpr | 176 | </div> |
177 | <div class="field box"> |
||
178 | <strong>$(name_bestscore[1]):</strong> |
||
179 | !set wims_ref_class=wims_button_help float_right |
||
180 | !href cmd=help&special_parm=config&special_parm2=topscores $wims_name_help |
||
181 | !default class_topscores=0 |
||
182 | !default class_anonymtopscores=yes |
||
183 | !set up_anonymtopscores=$class_anonymtopscores |
||
184 | <label for="up_topscores">$(name_bestscore[2])</label> |
||
185 | <input size="3" name="up_topscores" id="up_topscores" value="$class_topscores" /> |
||
186 | / <label for="up_anonymtopscores">$(name_bestscore[3])</label> |
||
187 | !formselect up_anonymtopscores list no,yes prompt $wims_name_no,$wims_name_yes |
||
188 | </div> |
||
11694 | obado | 189 | </fieldset> |
10479 | guerimand | 190 | |
11694 | obado | 191 | <fieldset class="property_fields blockcenter"> |
9692 | bpr | 192 | <legend>$wims_name_Examens</legend> |
10100 | bpr | 193 | <div class="field box halfwidth"> |
11694 | obado | 194 | <label for="up_examlog">$name_register_exam</label> |
12410 | bpr | 195 | !default class_examlog=$wims_examlog_limit |
196 | !let up_examlog=$class_examlog |
||
197 | !formselect up_examlog from 0 to $wims_examlog_limit |
||
198 | !set wims_ref_class=wims_button_help float_right |
||
199 | !href cmd=help&special_parm=config&special_parm2=examlog $wims_name_help |
||
10100 | bpr | 200 | </div> |
201 | <div class="field box halfwidth"> |
||
202 | <label for="up_examshow">$name_visible</label> |
||
12410 | bpr | 203 | !set wims_ref_class=wims_button_help float_right |
204 | !href cmd=help&special_parm=config&special_parm2=examshow $wims_name_help |
||
205 | !default class_examshow=yes |
||
206 | !set up_examshow=$class_examshow |
||
207 | !formselect up_examshow list no,yes prompt $wims_name_no,$wims_name_yes |
||
10100 | bpr | 208 | </div> |
11694 | obado | 209 | <div class="field box fullwidth"> |
9692 | bpr | 210 | <label for="up_examscore_withoutip">$name_examscore_withoutip</label> |
12410 | bpr | 211 | !let up_examscore_withoutip=$class_examscore_withoutip |
212 | !default class_examscore_withoutip=no |
||
213 | !set up_examscore_withoutip=$class_examscore_withoutip |
||
214 | !formselect up_examscore_withoutip list no,yes prompt $wims_name_yes,$wims_name_no |
||
10100 | bpr | 215 | </div> |
15524 | bpr | 216 | <div class="field box"> |
217 | <label for="up_option">$name_optionword</label> |
||
218 | !set wims_ref_class=wims_button_help float_right |
||
219 | !set class_optionex=!listintersect $class_option_ and showexexpire,exrandomlist |
||
220 | !set class_optionex=!items2words $class_optionex |
||
221 | !href cmd=help&special_parm=config&special_parm2=optionex $wims_name_help |
||
222 | <input size="40" name="up_optionex" id="up_optionex" value="$class_optionex" /> |
||
223 | </div> |
||
11694 | obado | 224 | </fieldset> |
225 | <fieldset class="property_fields blockcenter"> |
||
226 | <legend>$name_advanced</legend> |
||
10100 | bpr | 227 | <div class="field box"> |
12410 | bpr | 228 | !set up_ent=$class_ent |
229 | <label for="up_ent">$wims_name_config_ent</label> |
||
230 | !set wims_ref_class=wims_button_help float_right |
||
231 | !href cmd=help&special_parm=config&special_parm2=ent $wims_name_help |
||
232 | <input size="50" name="up_ent" id="up_ent" value="$class_ent" /> |
||
10100 | bpr | 233 | </div> |
7489 | bpr | 234 | |
7575 | bpr | 235 | !!! Unuseful now |
7489 | bpr | 236 | !!!if $class_type iswordof 0 2 4 |
237 | !! !set up_external_auth=$class_external_auth |
||
238 | !! <div class="field box"> |
||
239 | !! <label for="up_external_auth">$wims_name_external_auth</label> |
||
240 | !!!set wims_ref_class=wims_button_help float_right |
||
241 | !!!href cmd=help&special_parm=config&special_parm2=external_auth $wims_name_help |
||
242 | !! <textarea name="up_external_auth" id="up_external_auth" cols="50" rows="6">$class_external_auth</textarea> |
||
243 | !!!!<input size="50" name="up_external_auth" value="$class_external_auth" /> |
||
244 | !!!set up_mixed_external_auth=$class_mixed_external_auth |
||
245 | !!!default up_mixed_external_auth=0 |
||
246 | !!!formradio up_mixed_external_auth list 0,1,2 prompt $wims_name_no, $name_mix_auth, $wims_name_yes |
||
247 | !! </div> |
||
248 | !!!endif |
||
249 | |||
250 | !if $wims_supertype!=4 or $class_typename!=class |
||
10100 | bpr | 251 | <div class="field box"> |
11629 | bpr | 252 | <strong>$name_devaccount</strong> |
7489 | bpr | 253 | !set wims_ref_class=wims_button_help float_right |
254 | !href cmd=help&special_parm=config&special_parm2=modtoolchg $wims_name_help |
||
255 | !set modtoolchg=1 |
||
10100 | bpr | 256 | !set wims_ref_class=wims_formradio |
257 | !formcheckbox modtoolchg list 0 prompt $wims_name_change |
||
258 | </div> |
||
3978 | bpr | 259 | !endif |
7489 | bpr | 260 | |
261 | !! Lock does not work |
||
262 | !! <div class="field box"> |
||
11629 | bpr | 263 | !! <label for="up_lock">$name_lock_level</label> |
7489 | bpr | 264 | !! !set wims_ref_class=wims_button_help float_right |
265 | !! !href cmd=help&special_parm=config&special_parm2=lock $wims_name_help |
||
266 | !! !set up_lock=$class_lock |
||
267 | !! !default up_lock=0 |
||
268 | !! !formselect up_lock list 0,2,3,4,5,6,7 |
||
269 | !! </div> |
||
7575 | bpr | 270 | </fieldset> |
10100 | bpr | 271 | <div class="wimscenter actions"> |
7489 | bpr | 272 | <input type="submit" name="save" value="$wims_name_tosave" /> |
10402 | bpr | 273 | $ |
8054 | obado | 274 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" /> |
10100 | bpr | 275 | </div> |
7575 | bpr | 276 | |
5926 | bpr | 277 | !formend |
7521 | obado | 278 | |
23 | reyssat | 279 | !reset up_institution, up_description, up_supervisor, up_email, \ |
11694 | obado | 280 | up_lang, up_level, up_limit, up_topscores, up_anonymtopscores, up_expiration, up_secure, up_lock,\ |
15524 | bpr | 281 | up_option,up_optionex,up_exolog,up_examlog,up_examshow,up_ent,up_external_auth,up_mixed_external_auth,\ |
11694 | obado | 282 | pr_homepage, pr_bgcolor, pr_refcolor, pr_ref_menucolor,pr_ref_button_help_bgcolor,pr_ref_button_help_color,\ |
16821 | guerimand | 283 | pr_ref_button_color,pr_ref_button_bgcolor,pr_bgimg, pr_css, pr_theme, pr_theme_icon, up_mexolog, up_hideaverage |