Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
33 reyssat 1
!if robot isin $session
2
 !set wims_htmlbody=
3
!endif
4
!if _tool isin $wims_session
1051 bpr 5
 !set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload
33 reyssat 6
!endif
6058 obado 7
 
1181 bpr 8
!read adm/css.phtml
1051 bpr 9
!header1
10
 
33 reyssat 11
!robottrap
12
 
13
!if robot isin $session
14
 !changeto ./robot.phtml
15
!endif
2940 guerimand 16
!if $directworksheet!=$empty
17
 !readproc names.$lang
18
 !changeto launchseries.phtml
19
!endif
20
 
33 reyssat 21
!if $special_parm=logo
1161 bpr 22
</div>
6058 obado 23
<div id="wimsbodybox">
24
 <div id="wimspagebox">
25
  !read ./logo/logo.phtml.$lang
26
 </div>
27
</div>
28
!exit
33 reyssat 29
!endif
30
 
465 bpr 31
!if $special_parm=download
6875 bpr 32
 <div class="wims_alertmsg">Sorry, this page no more exists.</div>
6118 obado 33
 !! is special_parm=download really still used ?
6875 bpr 34
 !exit
465 bpr 35
!endif
6058 obado 36
 
33 reyssat 37
!if $wims_user=$empty
38
 !changeto theme.phtml visitor
39
!endif
40
 
41
!if $wims_user=supervisor and $style!=student
42
 !changeto theme.phtml supervisor
43
!else
44
 !changeto theme.phtml user
45
!endif
46