Rev 15502 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11981 | bpr | 1 | <!DOCTYPE html> |
1177 | bpr | 2 | !set wims_theme_mhelpheader=yes |
15498 | bpr | 3 | !default modtitle=$(module_title_$lang) |
11981 | bpr | 4 | !default modtitle=$module_title |
1177 | bpr | 5 | <!-- begin of mhelpheader.phtml --> |
11981 | bpr | 6 | <html lang="$module_language"><head> |
1177 | bpr | 7 | !read name.phtml.$module_language |
8 | !if $special_parm=about |
||
15502 | bpr | 9 | !set wname_h=$wims_name_about |
1177 | bpr | 10 | !else |
15502 | bpr | 11 | !set wname_h=$wims_name_help |
1177 | bpr | 12 | !endif |
9235 | bpr | 13 | !set module_title2=$wname_h : $modtitle |
5983 | bpr | 14 | !read adm/css.phtml |
1177 | bpr | 15 | $wims_html_header |
15502 | bpr | 16 | !headmathjax |
1177 | bpr | 17 | </head> |
5983 | bpr | 18 | |
1177 | bpr | 19 | <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);"> |
5983 | bpr | 20 | <div id="wimsmhelp"> |
21 | <div class="wimsbody wimscenter"> |
||
9235 | bpr | 22 | <h1>$modtitle</h1> |
6001 | bpr | 23 | ----- $wname_h <span class="small">[<a href="#" onclick="window.close();">$wims_name_back2</a>]</span> ----- |
1177 | bpr | 24 | </div> |
25 | |||
26 | <!-- end of mhelpheader.phtml --> |