Rev 1181 |
Rev 6118 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!if robot isin $session
!set wims_htmlbody=
!endif
!if _tool isin $wims_session
!set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload
!endif
!read adm/css.phtml
!header1
!robottrap
!if robot isin $session
!changeto ./robot.phtml
!endif
!if $directworksheet!=$empty
!readproc names.$lang
!changeto launchseries.phtml
!endif
!if $special_parm=logo
</div>
<div class="wimsbody">
!changeto ./logo/logo.phtml.$lang
!endif
!if $special_parm=download
</div>
<div class="wimsbody">
!changeto download.phtml
!endif
!if $wims_user=$empty
!changeto theme.phtml visitor
!endif
!if $wims_user=supervisor and $style!=student
!changeto theme.phtml supervisor
!else
!changeto theme.phtml user
!endif