Subversion Repositories wimsdev

Rev

Rev 7671 | 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.  
  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.  
  26.         <div id="wimsmhelp">
  27.  
  28.                 <div id="wimstopbox">
  29.                         <!--Titre du site-->
  30.                         <div id="wims_title">
  31.                                 <h1 class="wims_title">
  32.                                    WIMS <!--$N_at <a href="/">$httpd_HTTP_HOST</a>-->
  33.                                 </h1>
  34.                                 <h2 class="wims_subtitle">
  35.                                  <!--$V_title--> WWW Interactive Multipurpose Server
  36.                                 </h2>
  37.                         </div><!--end wimstitle-->
  38.  
  39.                         <br class="clearall spacer"/>
  40.  
  41.                         <!--menu-->
  42.                         <ul class="wimsmenu menuglobal">
  43.                                 <li class="menuitem">
  44.                                  !read oneitem.phtml back2,3,window.close();
  45.                                 </li> <!-- end of menuitem -->
  46.                         </ul> <!-- end of wimsmenu -->
  47.                 </div><!-- wimstopbox -->
  48.  
  49.                 <div id="wimsbodybox">
  50.                         <div id="wimspagebox">
  51.                                 <div class="wimsbody">
  52.                                         <div id="wims_title">
  53.                                                 <h1 class="wims_title">$modtitle</h1>
  54.                                         </div>
  55.  
  56. <!-- end of mhelpheader.phtml -->
  57.