Subversion Repositories wimsdev

Rev

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

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