Subversion Repositories wimsdev

Rev

Rev 10230 | Rev 12821 | 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
12811 obado 2
  !set wims_htmlbody=
33 reyssat 3
!endif
4
!if _tool isin $wims_session
12811 obado 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
7077 obado 9
 
10
!set home_theme=!text select 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/ in $wims_theme
11
!default home_theme=default
12
 
13
!let site_logo=!defof site_logo\
14
site_logolink in wimshome/log/wims.conf
15
!distribute line $site_logo into site_logo,site_logolink
16
 
1051 bpr 17
!header1
18
 
33 reyssat 19
!robottrap
20
 
21
!if robot isin $session
12811 obado 22
  !changeto ./robot.phtml
33 reyssat 23
!endif
2940 guerimand 24
!if $directworksheet!=$empty
12811 obado 25
  !readproc names.$lang
26
  !changeto launchseries.phtml
2940 guerimand 27
!endif
28
 
33 reyssat 29
!if $special_parm=logo
1161 bpr 30
</div>
6058 obado 31
<div id="wimsbodybox">
32
 <div id="wimspagebox">
33
  !read ./logo/logo.phtml.$lang
34
 </div>
35
</div>
36
!exit
33 reyssat 37
!endif
38
 
465 bpr 39
!if $special_parm=download
12811 obado 40
  <div class="wims_msg alert">Sorry, this page no more exists.</div>
41
  !! is special_parm=download really still used ?
42
  !exit
465 bpr 43
!endif
6058 obado 44
 
33 reyssat 45
!if $wims_user=$empty
12811 obado 46
  !changeto theme.phtml visitor
33 reyssat 47
!endif
48
 
49
!if $wims_user=supervisor and $style!=student
12811 obado 50
  !changeto theme.phtml supervisor
33 reyssat 51
!else
12811 obado 52
  !changeto theme.phtml user
33 reyssat 53
!endif