Subversion Repositories wimsdev

Rev

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