Subversion Repositories wimsdev

Rev

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

Rev 10230 Rev 12811
Line 1... Line 1...
1
!if robot isin $session
1
!if robot isin $session
2
 !set wims_htmlbody=
2
  !set wims_htmlbody=
3
!endif
3
!endif
4
!if _tool isin $wims_session
4
!if _tool isin $wims_session
5
 !set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload
5
  !set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload
6
!endif
6
!endif
7
 
7
 
8
!read adm/css.phtml
8
!read adm/css.phtml
9
 
9
 
10
!set home_theme=!text select 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/ in $wims_theme
10
!set home_theme=!text select 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/ in $wims_theme
Line 17... Line 17...
17
!header1
17
!header1
18
 
18
 
19
!robottrap
19
!robottrap
20
 
20
 
21
!if robot isin $session
21
!if robot isin $session
22
 !changeto ./robot.phtml
22
  !changeto ./robot.phtml
23
!endif
23
!endif
24
!if $directworksheet!=$empty
24
!if $directworksheet!=$empty
25
 !readproc names.$lang
25
  !readproc names.$lang
26
 !changeto launchseries.phtml
26
  !changeto launchseries.phtml
27
!endif
27
!endif
28
 
28
 
29
!if $special_parm=logo
29
!if $special_parm=logo
30
</div>
30
</div>
31
<div id="wimsbodybox">
31
<div id="wimsbodybox">
Line 35... Line 35...
35
</div>
35
</div>
36
!exit
36
!exit
37
!endif
37
!endif
38
 
38
 
39
!if $special_parm=download
39
!if $special_parm=download
40
 <div class="wims_msg alert">Sorry, this page no more exists.</div>
40
  <div class="wims_msg alert">Sorry, this page no more exists.</div>
41
 !! is special_parm=download really still used ?
41
  !! is special_parm=download really still used ?
42
 !exit
42
  !exit
43
!endif
43
!endif
44
 
44
 
45
!if $wims_user=$empty
45
!if $wims_user=$empty
46
 !changeto theme.phtml visitor
46
  !changeto theme.phtml visitor
47
!endif
47
!endif
48
 
48
 
49
!if $wims_user=supervisor and $style!=student
49
!if $wims_user=supervisor and $style!=student
50
 !changeto theme.phtml supervisor
50
  !changeto theme.phtml supervisor
51
!else
51
!else
52
 !changeto theme.phtml user
52
  !changeto theme.phtml user
53
!endif
53
!endif