Rev 5786 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!set wims_theme_mhelpheader=yes
<!-- begin of mhelpheader.phtml -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
!read name.phtml.$module_language
!if $special_parm=about
!set wname_h=$wims_name_about
!else
!set wname_h=$wims_name_help
!endif
!set module_title2=$wname_h : $module_title
$wims_html_header
</head>
<body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
<div class="wimsbody" align="center">
<h1>$module_title</h1>
----- $wname_h <small>[<a href="#" onclick="window.close();">$wims_name_back2</a>]</small> -----
<br>
</div>
<!-- end of mhelpheader
.phtml
-->