Subversion Repositories wimsdev

Rev

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

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