Subversion Repositories wimsdev

Rev

Rev 8587 | Rev 9307 | 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. !if $job iswordof taxo subject
  8. !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\
  9. <style type="text/css">\
  10. .tooltip:hover::after {\
  11.   border: 1px solid $wims_refcolor;\
  12.   border-left: 10px solid $wims_ref_bgcolor;\
  13. }\
  14. </style>\
  15. <!-- CSS for dynamic tree display -->\
  16. <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header
  17.  
  18. !set wims_html_header=!append line <script type="text/javascript">\
  19.         /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
  20.       </script> to $wims_html_header
  21. !endif
  22.  
  23. !set wims_html_onload=!append word window.focus(); to $wims_html_onload
  24. !header1
  25.  
  26. <div id="wims_title"><h1 class="wims_title">
  27. WWW
  28. Interactive
  29. Multipurpose
  30. Server
  31. </h1>
  32. <h2 class="wims_subtitle">
  33. @ <a href="/">$httpd_HTTP_HOST</a>
  34. </h2>
  35. </div>
  36. !read $job.phtml
  37.  
  38. !if $job!=home
  39.  !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
  40. to $wims_menu_items
  41. !endif
  42.  
  43. !if $job=subject
  44.   !set parm_father=!lookup $parm in $treefile
  45.   !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\
  46. to $wims_menu_items
  47. !endif
  48.  
  49. !tail
  50.