Subversion Repositories wimsdev

Rev

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