Subversion Repositories wimsdev

Rev

Rev 7732 | Rev 8579 | 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.  !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
  26. to $wims_menu_items
  27. !endif
  28.  
  29. !if $job=subject
  30.   !set parm_father=!lookup $parm in $treefile
  31.   !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\
  32. to $wims_menu_items
  33. !endif
  34.  
  35. !tail
  36.