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