Subversion Repositories wimsdev

Rev

Rev 15502 | 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 class="wimsbody wimscenter">
  22.   <h1>$modtitle</h1>
  23. ----- $wname_h <span class="small">[<a href="#" onclick="window.close();">$wims_name_back2</a>]</span> -----
  24. </div>
  25.  
  26. <!-- end of mhelpheader.phtml -->
  27.