Subversion Repositories wimsdev

Rev

Rev 2217 | Rev 3069 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !form reply
  2. <input type=hidden name=job value=$job>
  3. $table_header
  4. <caption>
  5. !if $form_caption!=$empty
  6.  <b>$form_caption</b>
  7. !endif
  8. <small>
  9. !if $passhow=yes
  10.  !href cmd=reply&passhow=no $name_hidepass
  11. !else
  12.  !href cmd=reply&passhow=yes $name_showpass
  13. !endif
  14. </small></caption>
  15. $table_tr<td align="right">
  16. $form_titlename
  17. <td><input size=30 name="title" value="$title">
  18. !if $form_level=yes
  19.  $table_tr<td align="right">
  20.  $wims_name_level
  21.  <td>
  22.  !set alevel=$class_level
  23.  !formselect alevel list $levellist prompt $levelnames
  24. !endif
  25. $table_tr<td align="right">
  26. $name_supervisor2 ($form_classname)<sup>
  27. !href cmd=help&special_parm=supervisor $wims_name_help
  28. </sup>
  29. <td>
  30. !readproc scripts/teacherlist.proc
  31. !formselect sup list $tlist1 prompt $tlist2
  32. !if $form_prog=yes
  33.  $table_tr<td align="right">
  34. $name_Style<sup>
  35.  !href cmd=help&special_parm=progopt $wims_name_help
  36.  </sup>
  37.  <td>
  38.  !formselect progstyle1 list mandatory,optional prompt\
  39.         $name_style
  40.  $table_tr<td align="right">
  41.  $name_installation<sup>
  42.  !href cmd=help&special_parm=progopt $wims_name_help
  43. </sup>
  44.  <td>
  45.  !formselect progstyle2 list all,select prompt $wims_name_yes,$wims_name_no
  46. !endif
  47. !if $form_pass=yes
  48.  $table_tr<td align="right">
  49.  $wims_name_Password ($name_register)<sup>
  50.  !href cmd=help&special_parm=pass $wims_name_help
  51. </sup>
  52.  !if $passhow=yes
  53.   <td><input type=text size=30 name="pass" value="$pass">
  54.  !else
  55.   <td><input type=password size=30 name="pass" value="">
  56.   $table_tr<td align="right">
  57.   $wims_name_repeat_pass ($name_register)
  58.   <td><input type=password size=30 name="pass2" value="">
  59.  !endif
  60. !endif
  61. $table_tr<td align="right">
  62. $wims_name_Password ($name_supervisor2)<sup>
  63. !href cmd=help&special_parm=passs $wims_name_help
  64. </sup>
  65. !if $passhow=yes
  66.  <td><input type=text size=30 name="passs" value="$passs">
  67. !else
  68.  <td><input type=password size=30 name="passs" value="">
  69.  $table_tr<td align="right">
  70.  $wims_name_repeat_pass ($name_supervisor2)
  71.  <td><input type=password size=30 name="passs2" value="">
  72. !endif
  73. $table_tr<td align="right">$name_IP<sup>
  74. !href cmd=help&special_parm=sechost $wims_name_help
  75. </sup>
  76. !set sechost=$class_secure
  77. !default sechost=all
  78. <td><input type=text size=30 name="sechost" value="$sechost">
  79. !reset sechost
  80. </tr>
  81. $table_tr<td align="center" colspan=2>
  82. <input type=submit name="confirm" value="$wims_name_tosave">
  83. !if $form_cancel!=$empty
  84.  &nbsp;
  85.  <input type=submit name="cancel" value=$form_cancel>
  86. !endif
  87. $table_end
  88. </form>
  89.  
  90.