Subversion Repositories wimsdev

Rev

Rev 15498 | 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
14629 bpr 3
!default modtitle=$(module_title_$lang)
11981 bpr 4
!default modtitle=$module_title
5983 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
12610 bpr 9
  !set wname_h=$wims_name_about
1177 bpr 10
!else
12610 bpr 11
  !set wname_h=$wims_name_help
1177 bpr 12
!endif
9235 bpr 13
!set module_title2=$wname_h : $modtitle
1177 bpr 14
!read adm/css.phtml
15
$wims_html_header
15502 bpr 16
!headmathjax
1177 bpr 17
</head>
5704 bpr 18
 
1177 bpr 19
<body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
1385 bpr 20
<div id="wimsmhelp">
6010 bpr 21
 <div id="wimstopbox">
12590 obado 22
  <div class="wimsmenu menu">
6010 bpr 23
    <div class="menuitem">
13943 bpr 24
!read oneitem.phtml back,3,window.close();
6010 bpr 25
    </div> <!-- end of menuitem -->
26
  </div> <!-- end of wimsmenu -->
27
 </div><!-- wimstopbox -->
1177 bpr 28
<div id="wimsbodybox">
6010 bpr 29
 <div id="wimspagebox">
30
  <div class="wimsbody">
15498 bpr 31
    <div id="wims_title">
9235 bpr 32
    <h1 class="wims_title">$modtitle</h1>
15498 bpr 33
    </div>
1177 bpr 34
 
35
<!-- end of mhelpheader.phtml -->