Subversion Repositories wimsdev

Rev

Rev 1181 | Rev 6118 | 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. !read adm/css.phtml
  8. !header1
  9.  
  10. !robottrap
  11.  
  12. !if robot isin $session
  13.  !changeto ./robot.phtml
  14. !endif
  15.  
  16. !if $directworksheet!=$empty
  17.  !readproc names.$lang
  18.  !changeto launchseries.phtml
  19. !endif
  20.  
  21. !if $special_parm=logo
  22. </div>
  23.  <div class="wimsbody">
  24.  !changeto ./logo/logo.phtml.$lang
  25. !endif
  26.  
  27. !if $special_parm=download
  28. </div>
  29. <div class="wimsbody">
  30.  !changeto download.phtml
  31. !endif
  32. !if $wims_user=$empty
  33.  !changeto theme.phtml visitor
  34. !endif
  35.  
  36. !if $wims_user=supervisor and $style!=student
  37.  !changeto theme.phtml supervisor
  38. !else
  39.  !changeto theme.phtml user
  40. !endif
  41.  
  42.