Subversion Repositories wimsdev

Rev

Rev 10186 | Rev 13443 | 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
10185 bpr 3
 <fieldset class="property_fields">
4
   <legend>$wims_name_properties</legend>
5
   <div class="field box halfwidth">
6
      <label for="oef_author">$wims_name_Author</label>
11636 bpr 7
      <input size="30" maxlength="60" name="oef_author" id="oef_author" value="$oef_author" placeholder="$wims_name_firstname,$wims_name_lastname" />
10185 bpr 8
    </div>
9
    <div class="field box halfwidth">
10
      <label for="oef_email">$wims_name_email</label>
11636 bpr 11
      <input size="30" maxlength="80" name="oef_email" id="oef_email" value="$oef_email" />
10185 bpr 12
    </div>
13
    <div class="field box">
14
     <label for="oef_title">$name_givetitle</label>
11636 bpr 15
     <input size="40" maxlength="40" name="oef_title" id="oef_title" required="required" value="$oef_title" />
10185 bpr 16
    </div>
6235 bpr 17
<input type="hidden" name="level" value="2" />
10185 bpr 18
 
19
 !!<p>
20
!!$name_giveformat
21
!!!formselect oef_format list tex,html
22
!! !set wims_ref_class=wims_button_help
23
!! !href target=wims_mhelp cmd=help&special_parm=format $wims_name_help
24
!! </p>
25
   <div class="field box">
26
     <label for="oef_answercnt">$name_exo</label>
23 reyssat 27
!formselect oef_answercnt from 0 to 10
10185 bpr 28
     <label for="oef_choicecnt"> $name_answer1</label>
23 reyssat 29
!formselect oef_choicecnt from 0 to 10
2433 bpr 30
$name_answer2.
10185 bpr 31
     !set wims_ref_class=wims_button_help
32
 !href target=wims_mhelp cmd=help&special_parm=reply $wims_name_help
33
   </div>
34
   <div class="field box">
35
    <label for="oef_computeanswer">$name_nonnumeric</label>
2433 bpr 36
!formselect oef_computeanswer list yes,no prompt $name_prompt
10185 bpr 37
    </div>
38
    <div class="field box">
23 reyssat 39
!formselect oef_condcnt from 0 to $condlim
10185 bpr 40
     <label for="oef_condcnt">$name_condition</label>
41
     </div>
42
</fieldset>
5975 bpr 43
<div class="wimscenter wimsform">
6235 bpr 44
<input class="wims_button" type="submit" value="$name_continue" />
5813 bpr 45
</div>
1260 bpr 46
 
5927 bpr 47
!formend
48
 
23 reyssat 49
!if $wims_user=supervisor
50
 !read wimshome/log/classes/$wims_class/Exindex
51
 !if $exototal>0
52
  !form new
6235 bpr 53
  <input type="hidden" name="module" value="$module" />
2391 bpr 54
  $name_modify
23 reyssat 55
  !formselect existing list $exolist prompt $titlelist
6235 bpr 56
  <input class="wims_button" type="submit" value="$wims_name_tosave" />
5927 bpr 57
!formend
23 reyssat 58
 !endif
59
!endif