Subversion Repositories wimsdev

Rev

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

  1. !set wims_theme_mhelpheader=yes
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6.  
  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 : $module_title
  14. !read adm/css.phtml
  15. $wims_html_header
  16. </head>
  17. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  18. <div id="wimsmhelp">
  19. <div id="wimstopbox" style="background-color:$wims_ref_bgcolor;">
  20. <div class="wimsmenu">
  21. <div class="menuitem">
  22.  !read oneitem.phtml back2,3,window.close();
  23. </div> <!-- end of menuitem -->
  24. </div> <!-- end of wimsmenu -->
  25. </div><!-- wimstopbox -->
  26. <div id="wimsbodybox">
  27. <div id="wimspagebox">
  28. <div class="wimsbody">
  29. <h1 class="wims_title">$module_title</h1>
  30.  
  31. <!-- end of mhelpheader.phtml -->
  32.  
  33.