Subversion Repositories wimsdev

Rev

Rev 3955 | Rev 5764 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2728 bpr 1
!read adm/title.phtml 3\
2
$title
23 reyssat 3
 
4
!form new
5734 bpr 5
<input type="hidden" name="module" value="home"/>
6
<input type="hidden" name="browse_job" value="level"/>
2021 bpr 7
 
8
$table_header
9
$table_tr
2322 bpr 10
<th>$wims_name_level</th>
2021 bpr 11
!for i=1 to 6
3955 bpr 12
  <th align="center">$name_year $i</th>
23 reyssat 13
 !next i
3955 bpr 14
<th>$name_category</th></tr>
2021 bpr 15
 $table_tr
2392 bpr 16
<th>$name_primary
23 reyssat 17
 !for i=1 to 6
3049 bpr 18
  <td align="center">
19
  <input type=checkbox name="search_keywords" value=levelE$i
23 reyssat 20
  !if E$i=$thislevel
21
   checked
22
  !endif
5734 bpr 23
  /></td>
23 reyssat 24
 !next i
2021 bpr 25
 <td>
26
 !formradio search_category list A prompt \
27
                $name_A
2392 bpr 28
 $table_tr<th>$name_secondary
23 reyssat 29
 !for i=1 to 6
3049 bpr 30
  <td align="center">
31
  <input type=checkbox name="search_keywords" value=levelH$i
23 reyssat 32
  !if H$i=$thislevel
33
   checked
34
  !endif
5734 bpr 35
  /></td>
23 reyssat 36
 !next i
2021 bpr 37
 <td>
3955 bpr 38
 !formradio search_category list X prompt $name_X
39
 </td>
2392 bpr 40
$table_tr<th>$name_university
23 reyssat 41
 !for i=1 to 5
3049 bpr 42
  <td align="center">
3955 bpr 43
  <input type="checkbox" name="search_keywords" value="levelU$i"
23 reyssat 44
  !if U$i=$thislevel
45
   checked
46
  !endif
5734 bpr 47
  /></td>
23 reyssat 48
 !next i
2021 bpr 49
 <td align="center">-</td>
50
  <td>
51
 !formradio search_category list T prompt $name_T              
3955 bpr 52
 $table_tr<th>$name_graduate</th>
53
  <td nowrap colspan="6" align="center">
54
  --- <input type="checkbox" name="search_keywords" value="levelG"
23 reyssat 55
  !if G=$thislevel
56
   checked
57
  !endif
5734 bpr 58
  /> ---
3955 bpr 59
  </td><td>
2021 bpr 60
  <br>
61
!formradio search_category list R prompt $name_R
3955 bpr 62
$table_tr<th>$name_research</th>
63
  <td nowrap colspan="6" align="center">
64
  --- <input type="checkbox" name="search_keywords" value="levelR"
23 reyssat 65
  !if R=$thislevel
66
   checked
67
  !endif
5734 bpr 68
  /> ---
3955 bpr 69
  </td><td>
2021 bpr 70
$table_tr
3955 bpr 71
<td colspan="8" align="center" bgcolor="$wims_ref_bgcolor">
5734 bpr 72
<input type="submit" value="$wims_name_search"/>
3955 bpr 73
</td>
23 reyssat 74
$table_end</form>
75