Subversion Repositories wimsdev

Rev

Rev 1161 | Rev 6058 | 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 $special_parm=logo
  17. </div>
  18.  <div class="wimsbody">
  19.  !changeto ./logo/logo.phtml.$lang
  20. !endif
  21.  
  22. !if $special_parm=download
  23. </div>
  24. <div class="wimsbody">
  25.  !changeto download.phtml
  26. !endif
  27. !if $wims_user=$empty
  28.  !changeto theme.phtml visitor
  29. !endif
  30.  
  31. !if $wims_user=supervisor and $style!=student
  32.  !changeto theme.phtml supervisor
  33. !else
  34.  !changeto theme.phtml user
  35. !endif
  36.  
  37.