Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
2329 guerimand 1
!!!### langage independant
2
!!
7530 bpr 3
 
23 reyssat 4
!form reply
6235 bpr 5
<input type="hidden" name="job" value="exo" />
6
<input type="hidden" name="exo" value="$exo" />
2329 guerimand 7
 
7530 bpr 8
<fieldset class="property_fields">
9
  <legend>$wims_name_Exercise $exo</legend>
10
  <div class="field box halfwidth">
11
    <label for="ename">$wims_name_title</label>
12
    <input size="20" name="ename" id="ename" value="$ename" />
13
  </div>
14
  <div class="field box halfwidth">
15
    <label for="eweight">$name_weight</label>
12796 obado 16
    <input type="number" size="5" name="eweight" id="eweight" value="$eweight" />
7530 bpr 17
  </div>
18
  <div class="field box halfwidth">
12796 obado 19
    <label for="edep">$name_dependency</label>
20
    !set wims_ref_class=wims_button_help float_right
21
    !href target=wims_mhelp cmd=help&special_parm=dependency $wims_name_help
22
    <input size="40" name="edep" id="edep" value="$edep" />
7530 bpr 23
  </div>
12796 obado 24
  <div class="field box halfwidth">
25
    <div><strong>$name_Options</strong></div>
26
    !set wims_ref_class=wims_button_help float_right
27
    !href target=wims_mhelp cmd=help&special_parm=options $wims_name_help
28
    !formcheckbox eopt list $optionlist
29
  </div>
30
  <div class="field box">
31
    <label for="ecomment">$wims_name_comment</label>
32
    <div class="formHelp" id="formHelp_ecomment">$name_desc_comment</div>
33
    <textarea name="ecomment" id="ecomment" rows="3" cols="60" aria-describedby="formHelp_ecomment">$ecomment</textarea>
34
  </div>
35
  <div class="field box">
36
    <strong>$name_contenu</strong>
37
    !set wims_ref_class=wims_button_help float_right
38
    !href target=wims_mhelp cmd=help&special_parm=contenu $wims_name_help
39
    !read adm/class/transfertexo.phtml
40
  </div>
7530 bpr 41
  <div class="wimscenter wimsform">
12796 obado 42
    <input type="submit" value="$wims_name_tosave" name="save2" />
43
    &nbsp;
44
    !set wims_ref_class=wims_button wims_secondary_button
45
    !if $exo>$exocnt
46
      !set wims_menu_items=!append line mainpage,1, cmd=reply \
47
      to $wims_menu_times
48
      !href cmd=reply $wims_name_mainpage
49
    !else
50
      !href cmd=reply $wims_name_giveup
51
    !endif
5953 bpr 52
  </div>
7530 bpr 53
</fieldset>
5926 bpr 54
!formend
10477 guerimand 55
!reset save,save2