Subversion Repositories wimsdev

Rev

Rev 15498 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!DOCTYPE html>
  2. !set wims_theme_mhelpheader=yes
  3. !default modtitle=$(module_title_$lang)
  4. !default modtitle=$module_title
  5. <!-- begin of mhelpheader.phtml -->
  6. <html lang="$module_language"><head>
  7. !read name.phtml.$module_language
  8. !if $special_parm=about
  9.   !set wname_h=$wims_name_about
  10. !else
  11.   !set wname_h=$wims_name_help
  12. !endif
  13. !set module_title2=$wname_h : $modtitle
  14. !read adm/css.phtml
  15. $wims_html_header
  16. !headmathjax
  17. </head>
  18.  
  19. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  20. <div id="wimsmhelp">
  21.  <div id="wimstopbox">
  22.   <div class="wimsmenu menu">
  23.     <div class="menuitem">
  24. !read oneitem.phtml back,3,window.close();
  25.     </div> <!-- end of menuitem -->
  26.   </div> <!-- end of wimsmenu -->
  27.  </div><!-- wimstopbox -->
  28. <div id="wimsbodybox">
  29.  <div id="wimspagebox">
  30.   <div class="wimsbody">
  31.     <div id="wims_title">
  32.     <h1 class="wims_title">$modtitle</h1>
  33.     </div>
  34.  
  35. <!-- end of mhelpheader.phtml -->
  36.