Subversion Repositories wimsdev

Rev

Rev 2441 | Rev 3066 | 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
3049 bpr 3
<input type=hidden name="level" value=2>
2433 bpr 4
$name_givetitle<br>
3049 bpr 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
8
 [
2391 bpr 9
 !href target=wims_mhelp cmd=help&special_parm=format $wims_name_help
23 reyssat 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
23 reyssat 20
 [
2391 bpr 21
 !href target=wims_mhelp cmd=help&special_parm=reply $wims_name_help
23 reyssat 22
 ]
3049 bpr 23
<p><table border=0><tr><td align="right">
24
$wims_name_Author<td><input size=30 maxlength=60 name="oef_author" value="$oef_author">
25
<tr><td align="right">
26
$wims_name_email<td><input size=30 maxlength=80 name="oef_email" value="$oef_email">
23 reyssat 27
</table>
28
<p><center>
2391 bpr 29
<input type=submit value="$name_continue">
23 reyssat 30
</center>
31
</form>
1260 bpr 32
 
23 reyssat 33
!if $wims_user=supervisor
34
 !read wimshome/log/classes/$wims_class/Exindex
35
 !if $exototal>0
36
  <p>
37
  !form new
3049 bpr 38
  <input type=hidden name="module" value="$module">
2391 bpr 39
  $name_modify
23 reyssat 40
  !formselect existing list $exolist prompt $titlelist
2391 bpr 41
  <input type=submit value="$wims_name_tosave"></form>
23 reyssat 42
 !endif
43
!endif
44