Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if robot isin $session
  3.  <html><body $wims_htmlbody>
  4.  This page is not accessible to robots.
  5.  </body></html>
  6.  !exit
  7. !endif
  8.  
  9. !set wims_html_onload=!append word window.focus(); to $wims_html_onload
  10. !header1
  11.  
  12. <div id="wims_title"><h1 class="wims_title">
  13. WWW
  14. Interactive
  15. Multipurpose
  16. Server
  17. </h1>
  18. <h2 class="wims_subtitle">
  19. @ <a href="/">$httpd_HTTP_HOST</a>
  20. </h2>
  21. </div>
  22. !read $job.phtml
  23.  
  24. !if $job!=home
  25.  
  26. !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
  27. to $wims_menu_items
  28.  
  29. !endif
  30.  
  31. !tail
  32.  
  33.