Subversion Repositories wimsdev

Rev

Rev 5786 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set wims_theme_mhelpheader=yes
  2. <!-- begin of mhelpheader.phtml -->
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. !read name.phtml.$module_language
  7. !if $special_parm=about
  8.  !set wname_h=$wims_name_about
  9. !else
  10.  !set wname_h=$wims_name_help
  11. !endif
  12. !set module_title2=$wname_h : $module_title
  13. $wims_html_header
  14. </head>
  15. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  16. <div class="wimsbody" align="center">
  17. <h1>$module_title</h1>
  18. ----- $wname_h <small>[<a href="#" onclick="window.close();">$wims_name_back2</a>]</small> -----
  19. <br>
  20. </div>
  21.  
  22. <!-- end of mhelpheader.phtml -->
  23.