Subversion Repositories wimsdev

Rev

Rev 5975 | Rev 10185 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!form reply
6235 bpr 3
<input type="hidden" name="level" value="2" />
4
$name_givetitle<br />
5
<input size="40" maxlength="40" name="oef_title" value="$oef_title" /> <p>
2433 bpr 6
$name_giveformat
23 reyssat 7
!formselect oef_format list tex,html
4043 bpr 8
 !set wims_ref_class=wims_button_help
2391 bpr 9
 !href target=wims_mhelp cmd=help&special_parm=format $wims_name_help
5975 bpr 10
 </p>
2433 bpr 11
$name_exo
23 reyssat 12
!formselect oef_answercnt from 0 to 10
2433 bpr 13
$name_answer1
23 reyssat 14
!formselect oef_choicecnt from 0 to 10
2433 bpr 15
$name_answer2.
16
$name_nonnumeric
17
!formselect oef_computeanswer list yes,no prompt $name_prompt
23 reyssat 18
!formselect oef_condcnt from 0 to $condlim
2433 bpr 19
$name_condition
4043 bpr 20
 !set wims_ref_class=wims_button_help
2391 bpr 21
 !href target=wims_mhelp cmd=help&special_parm=reply $wims_name_help
4043 bpr 22
 
5975 bpr 23
<table class="wimsnoborder"><tr><td>
6235 bpr 24
$wims_name_Author</td><td><input size="30" maxlength="60" name="oef_author" value="$oef_author" /></td></tr>
5813 bpr 25
<tr><td>
6235 bpr 26
$wims_name_email</td><td><input size="30" maxlength="80" name="oef_email" value="$oef_email" /></td></tr>
23 reyssat 27
</table>
5975 bpr 28
<div class="wimscenter wimsform">
6235 bpr 29
<input class="wims_button" type="submit" value="$name_continue" />
5813 bpr 30
</div>
1260 bpr 31
 
5927 bpr 32
!formend
33
 
23 reyssat 34
!if $wims_user=supervisor
35
 !read wimshome/log/classes/$wims_class/Exindex
36
 !if $exototal>0
37
  !form new
6235 bpr 38
  <input type="hidden" name="module" value="$module" />
2391 bpr 39
  $name_modify
23 reyssat 40
  !formselect existing list $exolist prompt $titlelist
6235 bpr 41
  <input class="wims_button" type="submit" value="$wims_name_tosave" />
5927 bpr 42
!formend
23 reyssat 43
 !endif
44
!endif
45