Subversion Repositories wimsdev

Rev

Rev 6200 | Rev 7077 | 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. !read adm/css.phtml
  9. !header1
  10.  
  11. !robottrap
  12.  
  13. !if robot isin $session
  14.  !changeto ./robot.phtml
  15. !endif
  16. !if $directworksheet!=$empty
  17.  !readproc names.$lang
  18.  !changeto launchseries.phtml
  19. !endif
  20.  
  21. !if $special_parm=logo
  22. </div>
  23. <div id="wimsbodybox">
  24.  <div id="wimspagebox">
  25.   !read ./logo/logo.phtml.$lang
  26.  </div>
  27. </div>
  28. !exit
  29. !endif
  30.  
  31. !if $special_parm=download
  32.  <h1 class="alert">Sorry, this page no more exists.</h1>
  33.  !! is special_parm=download really still used ?
  34.  !exit
  35. !endif
  36.  
  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.  
  47.