Subversion Repositories wimsdev

Rev

Rev 3955 | Rev 5764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3955 Rev 5734
Line 4... Line 4...
4
!form new
4
!form new
5
<input type="hidden" name="module" value="home">
5
<input type="hidden" name="module" value="home"/>
6
<input type="hidden" name="browse_job" value="level">
6
<input type="hidden" name="browse_job" value="level"/>
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
Line 18... Line 18...
18
  <td align="center">
18
  <td align="center">
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
21
   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<th>$name_secondary
28
 $table_tr<th>$name_secondary
Line 30... Line 30...
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
33
   checked
34
  !endif
34
  !endif
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<th>$name_university
40
$table_tr<th>$name_university
Line 42... Line 42...
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
45
   checked
46
  !endif
46
  !endif
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
 $table_tr<th>$name_graduate</th>
53
  <td nowrap colspan="6" align="center">
53
  <td nowrap colspan="6" align="center">
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
56
   checked
57
  !endif
57
  !endif
58
  > ---
58
  /> ---
59
  </td><td>
59
  </td><td>
60
  <br>
60
  <br>
61
!formradio search_category list R prompt $name_R
61
!formradio search_category list R prompt $name_R
62
$table_tr<th>$name_research</th>
62
$table_tr<th>$name_research</th>
63
  <td nowrap colspan="6" align="center">
63
  <td nowrap colspan="6" align="center">
64
  --- <input type="checkbox" name="search_keywords" value="levelR"
64
  --- <input type="checkbox" name="search_keywords" value="levelR"
65
  !if R=$thislevel
65
  !if R=$thislevel
66
   checked
66
   checked
67
  !endif
67
  !endif
68
  > ---
68
  /> ---
69
  </td><td>
69
  </td><td>
70
$table_tr
70
$table_tr
71
<td colspan="8" align="center" bgcolor="$wims_ref_bgcolor">
71
<td colspan="8" align="center" bgcolor="$wims_ref_bgcolor">
72
<input type="submit" value="$wims_name_search">
72
<input type="submit" value="$wims_name_search"/>
73
</td>
73
</td>
74
$table_end</form>
74
$table_end</form>
75
 
75