Subversion Repositories wimsdev

Rev

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

  1. <html><head>
  2.    <meta http-equiv="content-Type" content="text/html; charset=$wims_main_font">
  3.    <meta name="GENERATOR" content="wims [$lang]">
  4.    <title>WWW interactive multipurpose server</title>
  5.    <meta name="description" content="$wims_site_description">
  6.    <meta name="keywords" content="$wims_site_keywords">
  7.    <meta name="Author" content="$module_author">
  8.    $wims_expire
  9.    <meta http-equiv="content-Style-Type" content="text/css">
  10.    $wims_CSS
  11. </head>
  12. !if robot isin $session
  13.  !set wims_htmlbody=
  14. !endif
  15. !if _tool isin $wims_session
  16.  <body $wims_htmlbody
  17.  onload=window.focus();window.resizeTo(800,650);window.moveTo(15,35);$wims_html_onload >
  18. !else
  19.  !if $wims_html_onload!=$empty
  20.   <body $wims_htmlbody onload=$wims_html_onload >
  21.  !else
  22.   <body $wims_htmlbody>
  23.  !endif
  24. !endif
  25. !robottrap
  26.  
  27. !if robot isin $session
  28.  !changeto ./robot.phtml
  29. !endif
  30.  
  31. !if $special_parm=logo
  32.  <div class=wimsbody>
  33.  !changeto ./logo/logo.phtml.$lang
  34. !endif
  35.  
  36. !if $wims_user=$empty
  37.  !changeto theme.phtml visitor
  38. !endif
  39.  
  40. !if $wims_user=supervisor and $style!=student
  41.  !changeto theme.phtml supervisor
  42. !else
  43.  !changeto theme.phtml user
  44. !endif
  45.  
  46.