Rev 6645 | Rev 14374 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6645 | bpr | 1 | !read adm/language lang/names.phtml |
23 | reyssat | 2 | !header |
3 | |||
4 | !read comsDir/exosDescription |
||
5 | |||
5699 | obado | 6 | <div class="intro_createqcm"> |
6645 | bpr | 7 | $name_intro |
23 | reyssat | 8 | </div> |
9 | |||
6235 | bpr | 10 | <br /> |
23 | reyssat | 11 | |
5699 | obado | 12 | <table class="table1_createqcm"> |
23 | reyssat | 13 | <tr> |
14 | <td> |
||
6645 | bpr | 15 | $name_intro1 |
23 | reyssat | 16 | </td> |
17 | </tr> |
||
18 | <tr> |
||
19 | <td> |
||
20 | <ol> |
||
5699 | obado | 21 | <li class="qcm"> |
6645 | bpr | 22 | $name_type1 |
23 | reyssat | 23 | </li> |
5699 | obado | 24 | <li class="replibre"> |
6645 | bpr | 25 | $name_type2 |
23 | reyssat | 26 | </li> |
5699 | obado | 27 | <li class="combinatoire"> |
6645 | bpr | 28 | $name_type3 |
23 | reyssat | 29 | </li> |
30 | </ol> |
||
31 | </td> |
||
32 | </tr> |
||
33 | </table> |
||
6235 | bpr | 34 | <hr /> |
5699 | obado | 35 | <div class="intro2_createqcm"> |
6645 | bpr | 36 | $name_intro2 |
5699 | obado | 37 | </div> |
6235 | bpr | 38 | <hr /> |
23 | reyssat | 39 | |
40 | !form new |
||
6235 | bpr | 41 | <input type="hidden" name="module" value="$module" /> |
23 | reyssat | 42 | |
5699 | obado | 43 | <table class="table2_createqcm"> |
23 | reyssat | 44 | <tr> |
5699 | obado | 45 | <td class="center"> |
6235 | bpr | 46 | <input type="radio" name="chexo" value="1" checked="checked" /> |
23 | reyssat | 47 | </td> |
48 | <td> |
||
49 | <p> |
||
6645 | bpr | 50 | $name_select |
5699 | obado | 51 | <select class="select_createqcm" name="exo"> |
23 | reyssat | 52 | !for i=1 to 6 |
5841 | bpr | 53 | <option value="$i" |
23 | reyssat | 54 | !if $i=1 |
5838 | bpr | 55 | selected="selected" |
23 | reyssat | 56 | !endif |
5841 | bpr | 57 | >$(exosdesc[$i;])</option> |
23 | reyssat | 58 | !next i |
59 | </select> |
||
60 | </p> |
||
61 | </td> |
||
5841 | bpr | 62 | <td class="center" rowspan="3"> |
6645 | bpr | 63 | <input type="submit" value="$wims_name_work" /> |
23 | reyssat | 64 | </td> |
65 | </tr> |
||
66 | <tr> |
||
5699 | obado | 67 | <td class="center"> |
6235 | bpr | 68 | <input type="radio" name="chexo" value="2" /> |
23 | reyssat | 69 | </td> |
70 | <td> |
||
71 | <p> |
||
6645 | bpr | 72 | $name_modify |
23 | reyssat | 73 | </p> |
74 | </td> |
||
75 | </tr> |
||
76 | <tr> |
||
5699 | obado | 77 | <td class="center"> |
6235 | bpr | 78 | <input type="radio" name="chexo" value="3" /> |
23 | reyssat | 79 | </td> |
80 | <td > |
||
81 | <p> |
||
6645 | bpr | 82 | $name_submit |
23 | reyssat | 83 | </p> |
84 | </td> |
||
85 | </tr> |
||
86 | </table> |
||
87 | |||
5927 | bpr | 88 | |
89 | !formend |
||
6235 | bpr | 90 | <hr /> |
23 | reyssat | 91 | |
92 | |||
93 | !tail |