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