Rev 1076 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1076 | Rev 1177 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | !!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
- | |
2 | !!<html> |
- | |
3 | !!<head> |
- | |
4 | !read |
1 | !read themes.phtml mhelpheader |
5 | !if $special_parm=about |
- | |
6 | !set wname_h=$wims_name_about |
- | |
7 | !else |
- | |
8 | !set wname_h=$wims_name_help |
- | |
9 | !endif |
- | |
10 | !set module_title2=$wname_h : $module_title |
- | |
11 | !set wims_html_onload=window.focus();window.moveTo(150,120);window.resizeTo(700,600); |
- | |
12 | !!$wims_html_header |
- | |
13 | !!</head> |
- | |
14 | !!<body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);"> |
- | |
15 | - | ||
16 | !header1 |
- | |
17 | <div class="wimsbody" align="center"> |
- | |
18 | <h1>$module_title</h1> |
- | |
19 | ----- $wname_h <small>[<a href="#" onclick="window.close();">$wims_name_back2</a>]</small> ----- |
- | |
20 | </div><br> |
- |