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