Rev 11981 | Rev 15502 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11981 | Rev 15498 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!DOCTYPE html> |
1 | <!DOCTYPE html> |
2 | !set wims_theme_mhelpheader=yes |
2 | !set wims_theme_mhelpheader=yes |
3 | ! |
3 | !default modtitle=$(module_title_$lang) |
4 | !default modtitle=$module_title |
4 | !default modtitle=$module_title |
5 | <!-- begin of mhelpheader.phtml --> |
5 | <!-- begin of mhelpheader.phtml --> |
6 | <html lang="$module_language"><head> |
6 | <html lang="$module_language"><head> |
7 | - | ||
8 | !read name.phtml.$module_language |
7 | !read name.phtml.$module_language |
9 | !if $special_parm=about |
8 | !if $special_parm=about |
10 | !set wname_h=$wims_name_about |
9 | !set wname_h=$wims_name_about |
11 | !else |
10 | !else |
12 | !set wname_h=$wims_name_help |
11 | !set wname_h=$wims_name_help |
13 | !endif |
12 | !endif |
14 | !set module_title2=$wname_h : $modtitle |
13 | !set module_title2=$wname_h : $modtitle |
15 | !read adm/css.phtml |
14 | !read adm/css.phtml |
16 | $wims_html_header |
15 | $wims_html_header |
17 | - | ||
18 | </head> |
16 | </head> |
19 | 17 | ||
20 | <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);"> |
18 | <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);"> |
21 | <div id="wimsmhelp"> |
19 | <div id="wimsmhelp"> |
22 | <div class="wimsbody wimscenter"> |
20 | <div class="wimsbody wimscenter"> |