Rev 14374 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14374 | Rev 17230 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | <div class="intro_createqcm"> |
8 | <div class="intro_createqcm"> |
9 | $name_intro |
9 | $name_intro |
10 | </div> |
10 | </div> |
11 | 11 | ||
12 | <br |
12 | <br> |
13 | 13 | ||
14 | <table class="table1_createqcm"> |
14 | <table class="table1_createqcm"> |
15 | <tr> |
15 | <tr> |
16 | <td> |
16 | <td> |
17 | $name_intro1 |
17 | $name_intro1 |
Line 31... | Line 31... | ||
31 | </li> |
31 | </li> |
32 | </ol> |
32 | </ol> |
33 | </td> |
33 | </td> |
34 | </tr> |
34 | </tr> |
35 | </table> |
35 | </table> |
36 | <hr |
36 | <hr> |
37 | <div class="intro2_createqcm"> |
37 | <div class="intro2_createqcm"> |
38 | $name_intro2 |
38 | $name_intro2 |
39 | </div> |
39 | </div> |
40 | <hr |
40 | <hr> |
41 | 41 | ||
42 | !form new |
42 | !form new |
43 | <input type="hidden" name="module" value="$module" |
43 | <input type="hidden" name="module" value="$module"> |
44 | 44 | ||
45 | <table class="table2_createqcm"> |
45 | <table class="table2_createqcm"> |
46 | <tr> |
46 | <tr> |
47 | <td class="center"> |
47 | <td class="center"> |
48 | <input type="radio" name="chexo" value="1" checked="checked" |
48 | <input type="radio" name="chexo" value="1" checked="checked"> |
49 | </td> |
49 | </td> |
50 | <td> |
50 | <td> |
51 | <p> |
51 | <p> |
52 | $name_select |
52 | $name_select |
53 | <select class="select_createqcm" name="exo"> |
53 | <select class="select_createqcm" name="exo"> |
Line 60... | Line 60... | ||
60 | !next i |
60 | !next i |
61 | </select> |
61 | </select> |
62 | </p> |
62 | </p> |
63 | </td> |
63 | </td> |
64 | <td class="center" rowspan="3"> |
64 | <td class="center" rowspan="3"> |
65 | <input type="submit" value="$wims_name_work" |
65 | <input type="submit" value="$wims_name_work"> |
66 | </td> |
66 | </td> |
67 | </tr> |
67 | </tr> |
68 | <tr> |
68 | <tr> |
69 | <td class="center"> |
69 | <td class="center"> |
70 | <input type="radio" name="chexo" value="2" |
70 | <input type="radio" name="chexo" value="2"> |
71 | </td> |
71 | </td> |
72 | <td> |
72 | <td> |
73 | <p> |
73 | <p> |
74 | $name_modify |
74 | $name_modify |
75 | </p> |
75 | </p> |
76 | </td> |
76 | </td> |
77 | </tr> |
77 | </tr> |
78 | <tr> |
78 | <tr> |
79 | <td class="center"> |
79 | <td class="center"> |
80 | <input type="radio" name="chexo" value="3" |
80 | <input type="radio" name="chexo" value="3"> |
81 | </td> |
81 | </td> |
82 | <td > |
82 | <td > |
83 | <p> |
83 | <p> |
84 | $name_submit |
84 | $name_submit |
85 | </p> |
85 | </p> |
Line 87... | Line 87... | ||
87 | </tr> |
87 | </tr> |
88 | </table> |
88 | </table> |
89 | 89 | ||
90 | 90 | ||
91 | !formend |
91 | !formend |
92 | <hr |
92 | <hr> |
93 | 93 | ||
94 | </div> |
94 | </div> |
95 | !tail |
95 | !tail |