Subversion Repositories wimsdev

Rev

Rev 15502 | 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. !headmathjax
  17. </head>
  18.  
  19. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  20.  
  21.   <div id="wimsmhelp">
  22.  
  23.     <div id="wimstopbox">
  24.       <!--Titre du site-->
  25.       <div id="wims_title">
  26.         <h1 class="wims_title">
  27.            WIMS <!--$N_at <a href="/">$httpd_HTTP_HOST</a>-->
  28.         </h1>
  29.         <h2 class="wims_subtitle">
  30.          <!--$V_title--> WWW Interactive Multipurpose Server
  31.         </h2>
  32.       </div><!--end wimstitle-->
  33.  
  34.       <br class="clearall spacer">
  35.  
  36.       <!--menu-->
  37.       <div class="menuglobal">
  38.         <ul class="wimsmenu">
  39.           <li class="menuitem">
  40.            !read oneitem.phtml back2,3,window.close();
  41.           </li>
  42.         </ul>
  43.       </div>
  44.     </div><!-- /wimstopbox -->
  45.  
  46.     <div id="wimsbodybox">
  47.       <div id="wimspagebox">
  48.         <div class="wimsbody">
  49.           <div id="wims_title">
  50.             <h1 class="wims_title">$modtitle</h1>
  51.           </div>
  52.  
  53. <!-- end of mhelpheader.phtml -->
  54.