Subversion Repositories wimsdev

Rev

Rev 6001 | Rev 11981 | 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. !!why is it not in the c code ??
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
  6. <html xml:lang="$lang" xmlns="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
  7.  
  8. <head>
  9.  
  10. !read name.phtml.$module_language
  11. !if $special_parm=about
  12.  !set wname_h=$wims_name_about
  13. !else
  14.  !set wname_h=$wims_name_help
  15. !endif
  16. !set module_title2=$wname_h : $module_title
  17. !read adm/css.phtml
  18. $wims_html_header
  19.  
  20. </head>
  21.  
  22. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  23. <div id="wimsmhelp">
  24. <div class="wimsbody wimscenter">
  25.   <h1>$module_title</h1>
  26. ----- $wname_h <span class="small">[<a href="#" onclick="window.close();">$wims_name_back2</a>]</span> -----
  27. <br/>
  28. </div>
  29.  
  30. <!-- end of mhelpheader.phtml -->
  31.