Subversion Repositories wimsdev

Rev

Rev 6010 | Rev 12590 | 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.  
  4.  !set modtitle=$(module_title_$lang)
  5.  !default modtitle=$module_title
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
  8. <html xml:lang="$lang" xmlns="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
  9.  
  10. <head>
  11.  
  12. !read name.phtml.$module_language
  13. !if $special_parm=about
  14.  !set wname_h=$wims_name_about
  15. !else
  16.  !set wname_h=$wims_name_help
  17. !endif
  18. !set module_title2=$wname_h : $modtitle
  19. !read adm/css.phtml
  20. $wims_html_header
  21.  
  22. </head>
  23.  
  24. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  25. <div id="wimsmhelp">
  26.  <div id="wimstopbox">
  27.   <div class="wimsmenu">
  28.     <div class="menuitem">
  29.      !read oneitem.phtml back2,3,window.close();
  30.     </div> <!-- end of menuitem -->
  31.   </div> <!-- end of wimsmenu -->
  32.  </div><!-- wimstopbox -->
  33. <div id="wimsbodybox">
  34.  <div id="wimspagebox">
  35.   <div class="wimsbody">
  36.     <h1 class="wims_title">$modtitle</h1>
  37.  
  38. <!-- end of mhelpheader.phtml -->
  39.