Rev 5882 | Rev 5927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5882 | Rev 5917 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !for i=1 to 6 |
11 | !for i=1 to 6 |
12 | <th align="center">$name_year $i</th> |
12 | <th align="center">$name_year $i</th> |
13 | !next i |
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 |
16 | <th>$name_primary</th> |
17 | !for i=1 to 6 |
17 | !for i=1 to 6 |
18 | <td align="center"> |
18 | <td align="center"> |
19 | <input type=checkbox name |
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 | !next i |
24 | !next i |
25 | <td> |
25 | <td> |
26 | !formradio search_category list A prompt \ |
26 | !formradio search_category list A prompt \ |
27 | $name_A |
27 | $name_A |
28 | $table_tr |
28 | </td></tr>$table_tr<th>$name_secondary</th> |
29 | !for i=1 to 6 |
29 | !for i=1 to 6 |
30 | <td align="center"> |
30 | <td align="center"> |
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" |
Line 35... | Line 35... | ||
35 | /></td> |
35 | /></td> |
36 | !next i |
36 | !next i |
37 | <td> |
37 | <td> |
38 | !formradio search_category list X prompt $name_X |
38 | !formradio search_category list X prompt $name_X |
39 | </td> |
39 | </td> |
40 | $table_tr |
40 | </tr>$table_tr<th>$name_university</th> |
41 | !for i=1 to 5 |
41 | !for i=1 to 5 |
42 | <td align="center"> |
42 | <td align="center"> |
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" |
Line 47... | Line 47... | ||
47 | /></td> |
47 | /></td> |
48 | !next i |
48 | !next i |
49 | <td align="center">-</td> |
49 | <td align="center">-</td> |
50 | <td> |
50 | <td> |
51 | !formradio search_category list T prompt $name_T |
51 | !formradio search_category list T prompt $name_T |
52 | $table_tr<th>$name_graduate</th> |
52 | </td></tr>$table_tr<th>$name_graduate</th> |
53 | <td nowrap |
53 | <td style="white-space:nowrap; text-align:center;" colspan="6"> |
54 | --- <input type="checkbox" name="search_keywords" value="levelG" |
54 | --- <input type="checkbox" name="search_keywords" value="levelG" |
55 | !if G=$thislevel |
55 | !if G=$thislevel |
56 | checked="checked" |
56 | checked="checked" |
57 | !endif |
57 | !endif |
58 | /> --- |
58 | /> --- |
59 | </td><td> |
59 | </td><td> |
60 | <br/> |
- | |
61 | !formradio search_category list R prompt $name_R |
60 | !formradio search_category list R prompt $name_R |
62 | $table_tr<th>$name_research</th> |
61 | </td></tr>$table_tr<th>$name_research</th> |
63 | <td nowrap |
62 | <td style="white-space:nowrap; text-align:center;" colspan="6"> |
64 | --- <input type="checkbox" name="search_keywords" value="levelR" |
63 | --- <input type="checkbox" name="search_keywords" value="levelR" |
65 | !if R=$thislevel |
64 | !if R=$thislevel |
66 | checked="checked" |
65 | checked="checked" |
67 | !endif |
66 | !endif |
68 | /> --- |
67 | /> --- |
69 | </td><td> |
68 | </td><td></td></tr> |
70 |
|
69 | $table_end |
71 | < |
70 | <div class="wimscenter wimsform"> |
72 | <input type="submit" value="$wims_name_search"/> |
71 | <input type="submit" value="$wims_name_search"/> |
73 | </ |
72 | </div> |
74 |
|
73 | </form> |
75 | 74 |