Subversion Repositories wimsdev

Rev

Rev 17230 | 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
17230 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
12477 bpr 12
    <th>$name_year $i</th>
13
!next i
3955 bpr 14
<th>$name_category</th></tr>
2021 bpr 15
 $table_tr
5917 bpr 16
<th>$name_primary</th>
12477 bpr 17
!for i=1 to 6
8646 bpr 18
  <td>
5917 bpr 19
  <input type="checkbox" name="search_keywords" value="levelE$i"
23 reyssat 20
  !if E$i=$thislevel
12477 bpr 21
    checked="checked"
23 reyssat 22
  !endif
17230 bpr 23
 ></td>
12477 bpr 24
!next i
25
<td>
26
!formradio search_category list A prompt \
8646 bpr 27
                $name_A
12477 bpr 28
</td></tr>$table_tr<th>$name_secondary</th>
29
!for i=1 to 6
8646 bpr 30
  <td>
5842 bpr 31
  <input type="checkbox" name="search_keywords" value="levelH$i"
23 reyssat 32
  !if H$i=$thislevel
12477 bpr 33
    checked="checked"
23 reyssat 34
  !endif
17230 bpr 35
 ></td>
12477 bpr 36
!next i
37
<td>
38
!formradio search_category list X prompt $name_X
39
</td>
5917 bpr 40
</tr>$table_tr<th>$name_university</th>
12477 bpr 41
!for i=1 to 5
8646 bpr 42
  <td>
3955 bpr 43
  <input type="checkbox" name="search_keywords" value="levelU$i"
23 reyssat 44
  !if U$i=$thislevel
12477 bpr 45
    checked="checked"
23 reyssat 46
  !endif
17230 bpr 47
 ></td>
12477 bpr 48
!next i
49
<td>-</td>
50
 <td>
51
!formradio search_category list T prompt $name_T
52
</td></tr>$table_tr<th>$name_graduate</th>
53
 <td class="nowrap" style="text-align:center;" colspan="6">
54
 --- <input type="checkbox" name="search_keywords" value="levelG"
55
!if G=$thislevel
56
  checked="checked"
57
!endif
17231 bpr 58
> ---
12477 bpr 59
</td><td>
2021 bpr 60
!formradio search_category list R prompt $name_R
5917 bpr 61
</td></tr>$table_tr<th>$name_research</th>
8646 bpr 62
  <td class="nowrap wimscenter" colspan="6">
3955 bpr 63
  --- <input type="checkbox" name="search_keywords" value="levelR"
12477 bpr 64
!if R=$thislevel
65
  checked="checked"
66
!endif
17231 bpr 67
 > ---
5917 bpr 68
  </td><td></td></tr>
69
$table_end
70
<div class="wimscenter wimsform">
17231 bpr 71
<input type="submit" value="$wims_name_search">
5917 bpr 72
</div>
23 reyssat 73
 
5927 bpr 74
!formend