Subversion Repositories wimsdev

Rev

Rev 973 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16 reyssat 1
<html><head>
2
!set m_title=$module_title
3
!set module_title=HELP: $module_title
4
$wims_html_header
5
!set module_title=$m_title
6
</head>
7
<body $wims_htmlbody
8
onload="window.focus();window.moveTo(150,120);window.resizeTo(600,400);"
9
>
10
!read name.phtml.$module_language
11
 
12
!if $special_parm=about
13
 !set wname_h=$wims_name_about
14
!else
15
 !set wname_h=$wims_name_help
16
!endif
17
 
18
<div class=wimsbody>
19
<center><font size=+3><b>$module_title</b></font><br>
20
----- $wname_h <small>
21
[<a href=# onclick=window.close();>$wims_name_back2</a>]</small> -----
22
</center><P>
23