Subversion Repositories wimsdev

Rev

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

  1. !set wims_html_header=!append line <style type="text/css">\
  2. .wims_formradio, .wims_formradio input{font-size: 80%;}\
  3. .tree label{font-weight: normal;display:inline;}\
  4. .tooltip {\
  5.       position:relative;\
  6.       cursor:help;\
  7. }\
  8. .box p{margin-top:0;}\
  9. .tooltip:hover::after {\
  10.        display: block;\
  11.        position: absolute;\
  12.        top: 1.2em;\
  13.        left: 2em;\
  14.        background: white;\
  15.        padding: 5px;\
  16.        border: 1px solid $wims_refcolor;\
  17.        border-left: 10px solid $wims_ref_bgcolor;\
  18.        content: attr(title);\
  19. }\
  20. </style>\
  21. <!-- CSS for dynamic tree display -->\
  22. <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header
  23. !set wims_html_header=!append line <script type="text/javascript">\
  24.         /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
  25.       </script> to $wims_html_header
  26.  
  27. !if robot isin $session
  28.  <html><body $wims_htmlbody>
  29.  This page is not accessible to robots.
  30.  </body></html>
  31.  !exit
  32. !endif
  33.  
  34. !set wims_html_onload=!append word window.focus(); to $wims_html_onload
  35. !header1
  36.  
  37. <div id="wims_title"><h1 class="wims_title">
  38. WWW
  39. Interactive
  40. Multipurpose
  41. Server
  42. </h1>
  43. <h2 class="wims_subtitle">
  44. @ <a href="/">$httpd_HTTP_HOST</a>
  45. </h2>
  46. </div>
  47. !read $job.phtml
  48.  
  49. !if $job!=home
  50.  !set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
  51. to $wims_menu_items
  52. !endif
  53.  
  54. !if $job=subject
  55.   !set parm_father=!lookup $parm in $treefile
  56.   !set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\
  57. to $wims_menu_items
  58. !endif
  59.  
  60. !tail
  61.