Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
2392 bpr 2
<center><h3>$title</h3></center>
23 reyssat 3
 
4
!form new
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
2392 bpr 12
  <th align=center>$name_year $i
23 reyssat 13
 !next i
2392 bpr 14
<th>$name_category</th>
2021 bpr 15
 $table_tr
2392 bpr 16
<th>$name_primary
23 reyssat 17
 !for i=1 to 6
2021 bpr 18
  <td align=center>
23 reyssat 19
  <input type=checkbox name=search_keywords value=levelE$i
20
  !if E$i=$thislevel
21
   checked
22
  !endif
23
  >
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
2021 bpr 30
  <td align=center>
23 reyssat 31
  <input type=checkbox name=search_keywords value=levelH$i
32
  !if H$i=$thislevel
33
   checked
34
  !endif
35
  >
36
 !next i
2021 bpr 37
 <td>
38
 !formradio search_category list X prompt $name_X              
2392 bpr 39
$table_tr<th>$name_university
23 reyssat 40
 !for i=1 to 5
2021 bpr 41
  <td align=center>
23 reyssat 42
  <input type=checkbox name=search_keywords value=levelU$i
43
  !if U$i=$thislevel
44
   checked
45
  !endif
46
  >
47
 !next i
2021 bpr 48
 <td align="center">-</td>
49
  <td>
50
 !formradio search_category list T prompt $name_T              
2392 bpr 51
 $table_tr<th>$name_graduate
2021 bpr 52
  <td nowrap colspan=6 align=center>
23 reyssat 53
  --- <input type=checkbox name=search_keywords value=levelG
54
  !if G=$thislevel
55
   checked
56
  !endif
57
  > ---
2021 bpr 58
  <td>
59
  <br>
60
!formradio search_category list R prompt $name_R
2392 bpr 61
$table_tr<th>$name_research
2021 bpr 62
  <td nowrap colspan=6 align=center>
23 reyssat 63
  --- <input type=checkbox name=search_keywords value=levelR
64
  !if R=$thislevel
65
   checked
66
  !endif
67
  > ---
2021 bpr 68
  <td>
69
$table_tr
70
<td colspan=8 align=center bgcolor="$wims_ref_bgcolor">
71
<input type=submit value="$wims_name_search">
2571 bpr 72
 
23 reyssat 73
$table_end</form>
74