!set wims_html_header=!append line <style type="text/css">\
.wims_formradio, .wims_formradio input{font-size: 80%;}\
.tree label{font-weight: normal;display:inline;}\
.tooltip {\
position:relative;\
cursor:help;\
}\
.box p{margin-top:0;}\
.tooltip:hover::after {\
display: block;\
position: absolute;\
top: 1.2em;\
left: 2em;\
background: white;\
padding: 5px;\
border: 1px solid $wims_refcolor;\
border-left: 10px solid $wims_ref_bgcolor;\
content: attr(title);\
}\
</style>\
<!-- CSS for dynamic tree display -->\
<link type
="text/css" rel
="stylesheet" href
="scripts/js/tree_JS/tree.css" /> to
$wims_html_header
!set wims_html_header=!append line <script type="text/javascript">\
/*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\
</script> to $wims_html_header
!if robot isin $session
<html><body $wims_htmlbody>
This page is not accessible to robots.
</body></html>
!endif
!set wims_html_onload=!append word window.focus(); to $wims_html_onload
!header1
<div id="wims_title"><h1 class="wims_title">
WWW
Interactive
Multipurpose
Server
</h1>
<h2 class="wims_subtitle">
@ <a href="/">$httpd_HTTP_HOST</a>
</h2>
</div>
!read $job.phtml
!if $job!=home
!set wims_menu_items=!append line browse,1,module=$module&cmd=new&job=home\
to $wims_menu_items
!endif
!if $job=subject
!set parm_father=!lookup $parm in $treefile
!set wims_menu_items=!append line back2,1,module=$module&cmd=new&job=subject&parm=$parm_father\
to $wims_menu_items
!endif
!tail