Rev 8646 | Rev 17230 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8646 | Rev 12477 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | $table_header |
8 | $table_header |
9 | $table_tr |
9 | $table_tr |
10 | <th>$wims_name_level</th> |
10 | <th>$wims_name_level</th> |
11 | !for i=1 to 6 |
11 | !for i=1 to 6 |
12 | <th>$name_year $i</th> |
12 | <th>$name_year $i</th> |
13 |
|
13 | !next i |
14 | <th>$name_category</th></tr> |
14 | <th>$name_category</th></tr> |
15 | $table_tr |
15 | $table_tr |
16 | <th>$name_primary</th> |
16 | <th>$name_primary</th> |
17 |
|
17 | !for i=1 to 6 |
18 | <td> |
18 | <td> |
19 | <input type="checkbox" name="search_keywords" value="levelE$i" |
19 | <input type="checkbox" name="search_keywords" value="levelE$i" |
20 | !if E$i=$thislevel |
20 | !if E$i=$thislevel |
21 | checked="checked" |
21 | checked="checked" |
22 | !endif |
22 | !endif |
23 | /></td> |
23 | /></td> |
24 |
|
24 | !next i |
25 |
|
25 | <td> |
26 |
|
26 | !formradio search_category list A prompt \ |
27 | $name_A |
27 | $name_A |
28 |
|
28 | </td></tr>$table_tr<th>$name_secondary</th> |
29 |
|
29 | !for i=1 to 6 |
30 | <td> |
30 | <td> |
31 | <input type="checkbox" name="search_keywords" value="levelH$i" |
31 | <input type="checkbox" name="search_keywords" value="levelH$i" |
32 | !if H$i=$thislevel |
32 | !if H$i=$thislevel |
33 | checked="checked" |
33 | checked="checked" |
34 | !endif |
34 | !endif |
35 | /></td> |
35 | /></td> |
36 |
|
36 | !next i |
37 |
|
37 | <td> |
38 |
|
38 | !formradio search_category list X prompt $name_X |
39 |
|
39 | </td> |
40 | </tr>$table_tr<th>$name_university</th> |
40 | </tr>$table_tr<th>$name_university</th> |
41 |
|
41 | !for i=1 to 5 |
42 | <td> |
42 | <td> |
43 | <input type="checkbox" name="search_keywords" value="levelU$i" |
43 | <input type="checkbox" name="search_keywords" value="levelU$i" |
44 | !if U$i=$thislevel |
44 | !if U$i=$thislevel |
45 | checked="checked" |
45 | checked="checked" |
46 | !endif |
46 | !endif |
47 | /></td> |
47 | /></td> |
48 |
|
48 | !next i |
49 |
|
49 | <td>-</td> |
50 |
|
50 | <td> |
51 |
|
51 | !formradio search_category list T prompt $name_T |
52 |
|
52 | </td></tr>$table_tr<th>$name_graduate</th> |
53 |
|
53 | <td class="nowrap" style="text-align:center;" colspan="6"> |
54 |
|
54 | --- <input type="checkbox" name="search_keywords" value="levelG" |
55 |
|
55 | !if G=$thislevel |
56 |
|
56 | checked="checked" |
57 |
|
57 | !endif |
58 |
|
58 | /> --- |
59 |
|
59 | </td><td> |
60 | !formradio search_category list R prompt $name_R |
60 | !formradio search_category list R prompt $name_R |
61 | </td></tr>$table_tr<th>$name_research</th> |
61 | </td></tr>$table_tr<th>$name_research</th> |
62 | <td class="nowrap wimscenter" colspan="6"> |
62 | <td class="nowrap wimscenter" colspan="6"> |
63 | --- <input type="checkbox" name="search_keywords" value="levelR" |
63 | --- <input type="checkbox" name="search_keywords" value="levelR" |
64 |
|
64 | !if R=$thislevel |
65 |
|
65 | checked="checked" |
66 |
|
66 | !endif |
67 | /> --- |
67 | /> --- |
68 | </td><td></td></tr> |
68 | </td><td></td></tr> |
69 | $table_end |
69 | $table_end |
70 | <div class="wimscenter wimsform"> |
70 | <div class="wimscenter wimsform"> |
71 | <input type="submit" value="$wims_name_search" /> |
71 | <input type="submit" value="$wims_name_search" /> |
72 | </div> |
72 | </div> |
73 | 73 | ||
74 | !formend |
74 | !formend |
75 | - |