Subversion Repositories wimsdev

Rev

Rev 13943 | Go to most recent revision | 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. </head>
  17.  
  18. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  19. <div id="wimsmhelp">
  20.  <div id="wimstopbox">
  21.   <div class="wimsmenu menu">
  22.     <div class="menuitem">
  23. !read oneitem.phtml back,3,window.close();
  24.     </div> <!-- end of menuitem -->
  25.   </div> <!-- end of wimsmenu -->
  26.  </div><!-- wimstopbox -->
  27. <div id="wimsbodybox">
  28.  <div id="wimspagebox">
  29.   <div class="wimsbody">
  30.     <h1 class="wims_title">$modtitle</h1>
  31.  
  32. <!-- end of mhelpheader.phtml -->
  33.