Subversion Repositories wimsdev

Rev

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