Rev 10349 | Rev 10576 | 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="job" value="$job" /> |
7447 | bpr | 3 | |
4 | <fieldset class="property_fields halfwidth blockcenter"> |
||
5 | <legend> |
||
6 | !if $form_caption!=$empty |
||
7 | $form_caption |
||
23 | reyssat | 8 | !endif |
7495 | bpr | 9 | </legend> |
7447 | bpr | 10 | <div class="field box"> |
23 | reyssat | 11 | !if $passhow=yes |
1726 | bpr | 12 | !href cmd=reply&passhow=no $name_hidepass |
23 | reyssat | 13 | !else |
1726 | bpr | 14 | !href cmd=reply&passhow=yes $name_showpass |
23 | reyssat | 15 | !endif |
7447 | bpr | 16 | </div> |
17 | <div class="field box"> |
||
18 | <label for="title">$form_titlename</label> |
||
7474 | bpr | 19 | <input size="30" name="title" value="$title" id="title" /> |
7449 | bpr | 20 | <div class="formHelp">$form_titlename2</div> |
7447 | bpr | 21 | </div> |
23 | reyssat | 22 | !if $form_level=yes |
7447 | bpr | 23 | <div class="field box"> |
24 | <label for="alevel">$wims_name_level</label> |
||
25 | !set alevel=$class_level |
||
26 | !formselect alevel list $levellist prompt $levelnames |
||
27 | </div> |
||
23 | reyssat | 28 | !endif |
7495 | bpr | 29 | <div class="field box"> |
30 | <label for="sup">$name_supervisor2</label> |
||
31 | !set wims_ref_class=wims_button_help float_right |
||
7447 | bpr | 32 | !href cmd=help&special_parm=supervisor $wims_name_help |
23 | reyssat | 33 | !readproc scripts/teacherlist.proc |
7495 | bpr | 34 | !formselect sup list $tlist1 prompt $tlist2 |
35 | <div class="formHelp">$form_classname</div> |
||
7447 | bpr | 36 | </div> |
23 | reyssat | 37 | !if $form_prog=yes |
7495 | bpr | 38 | <div class="field box"> |
39 | <label for="progstyle1">$name_Style</label> |
||
7474 | bpr | 40 | !set wims_ref_class=wims_button_help float_right |
1726 | bpr | 41 | !href cmd=help&special_parm=progopt $wims_name_help |
23 | reyssat | 42 | !formselect progstyle1 list mandatory,optional prompt\ |
1726 | bpr | 43 | $name_style |
7495 | bpr | 44 | </div> |
45 | <div class="field box"> |
||
46 | <label for="progstyle2">$name_installation</label> |
||
7447 | bpr | 47 | |
7474 | bpr | 48 | !set wims_ref_class=wims_button_help float_right |
1726 | bpr | 49 | !href cmd=help&special_parm=progopt $wims_name_help |
9231 | bpr | 50 | !default progstyle2=select |
1726 | bpr | 51 | !formselect progstyle2 list all,select prompt $wims_name_yes,$wims_name_no |
7495 | bpr | 52 | </div> |
23 | reyssat | 53 | !endif |
54 | !if $form_pass=yes |
||
7447 | bpr | 55 | <div class="field box"> |
56 | <label for="pass">$wims_name_Password</label> |
||
7474 | bpr | 57 | !set wims_ref_class=wims_button_help float_right |
1726 | bpr | 58 | !href cmd=help&special_parm=pass $wims_name_help |
7447 | bpr | 59 | |
23 | reyssat | 60 | !if $passhow=yes |
7447 | bpr | 61 | <input type="text" size="30" name="pass" value="$pass" id="pass" /> |
7495 | bpr | 62 | <div class="formHelp">$name_register</div> |
23 | reyssat | 63 | !else |
7447 | bpr | 64 | <input type="password" size="30" name="pass" value="" id="pass" /> |
7495 | bpr | 65 | <div class="formHelp">$name_register</div> |
7448 | bpr | 66 | </div> |
67 | <div class="field box"> |
||
7447 | bpr | 68 | <label for="pass2">$wims_name_repeat_pass </label> |
10349 | bpr | 69 | <input type="password" size="30" name="pass2" value="" id="pass2"/> |
7447 | bpr | 70 | <div class="formHelp">$name_register</div> |
23 | reyssat | 71 | !endif |
7447 | bpr | 72 | </div> |
23 | reyssat | 73 | !endif |
10469 | guerimand | 74 | !if $form_suppass!=no |
7447 | bpr | 75 | <div class="field box"> |
76 | <label for="passs">$wims_name_Password</label> |
||
7474 | bpr | 77 | !set wims_ref_class=wims_button_help float_right |
1726 | bpr | 78 | !href cmd=help&special_parm=passs $wims_name_help |
23 | reyssat | 79 | !if $passhow=yes |
7447 | bpr | 80 | <input type="text" size="30" name="passs" value="$passs" id="passs" /> |
7495 | bpr | 81 | <div class="formHelp">$name_supervisor2</div> |
23 | reyssat | 82 | !else |
7495 | bpr | 83 | <input type="password" size="30" name="passs" value="" id="passs" /> |
84 | <div class="formHelp">$name_supervisor2</div> |
||
85 | </div> |
||
86 | <div class="field box"> |
||
87 | <label for="passs2">$wims_name_repeat_pass</label> |
||
88 | <input type="password" size="30" name="passs2" value="" id="passs2" /> |
||
89 | <div class="formHelp">$name_supervisor2</div> |
||
23 | reyssat | 90 | !endif |
7447 | bpr | 91 | </div> |
10469 | guerimand | 92 | !endif |
7447 | bpr | 93 | <div class="field box"> |
94 | <label for="sechost">$name_IP</label> |
||
3069 | bpr | 95 | |
7474 | bpr | 96 | !set wims_ref_class=wims_button_help float_right |
1726 | bpr | 97 | !href cmd=help&special_parm=sechost $wims_name_help |
23 | reyssat | 98 | !set sechost=$class_secure |
99 | !default sechost=all |
||
7495 | bpr | 100 | <input type="text" size="30" name="sechost" value="$sechost" id="sechost" /> |
23 | reyssat | 101 | !reset sechost |
7447 | bpr | 102 | </div> |
7495 | bpr | 103 | <div class="wimscenter wimsform"> |
7447 | bpr | 104 | <input type="submit" name="confirm" value="$wims_name_tosave" /> |
23 | reyssat | 105 | !if $form_cancel!=$empty |
106 | |
||
7495 | bpr | 107 | <input type="submit" name="cancel" value="$form_cancel" /> |
23 | reyssat | 108 | !endif |
5953 | bpr | 109 | </div> |
7495 | bpr | 110 | </fieldset> |
23 | reyssat | 111 | |
5926 | bpr | 112 | !formend |
113 |