Rev 7732 |
Rev 8579 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!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