Subversion Repositories wimsdev

Rev

Rev 465 | Rev 1181 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if robot isin $session
  2.  !set wims_htmlbody=
  3. !endif
  4. !if _tool isin $wims_session
  5.  !set wims_html_onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload
  6. !endif
  7.  
  8. !header1
  9.  
  10. !robottrap
  11.  
  12. !if robot isin $session
  13.  !changeto ./robot.phtml
  14. !endif
  15.  
  16. !if $special_parm=logo
  17.  <div class=wimsbody>
  18.  !changeto ./logo/logo.phtml.$lang
  19. !endif
  20.  
  21. !if $special_parm=download
  22.  !changeto download.phtml
  23. !endif
  24. !if $wims_user=$empty
  25.  !changeto theme.phtml visitor
  26. !endif
  27.  
  28. !if $wims_user=supervisor and $style!=student
  29.  !changeto theme.phtml supervisor
  30. !else
  31.  !changeto theme.phtml user
  32. !endif
  33.  
  34.