Subversion Repositories wimsdev

Rev

Rev 11411 | Rev 15502 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!DOCTYPE html>
  2. !set wims_theme_mhelpheader=yes
  3. !set modtitle=$(module_title_$lang)
  4. !default modtitle=$module_title
  5. <!-- begin of mhelpheader.phtml -->
  6. <html lang="$module_language"><head>
  7.  
  8. !read name.phtml.$module_language
  9. !if $special_parm=about
  10.  !set wname_h=$wims_name_about
  11. !else
  12.  !set wname_h=$wims_name_help
  13. !endif
  14. !set module_title2=$wname_h : $modtitle
  15. !read adm/css.phtml
  16. $wims_html_header
  17.  
  18. </head>
  19.  
  20. <body $wims_htmlbody onload="window.focus();window.moveTo(150,120);window.resizeTo(700,600);">
  21.  
  22.   <div id="wimsmhelp">
  23.  
  24.     <div id="wimstopbox">
  25.       <!--Titre du site-->
  26.       <div id="wims_title">
  27.         <h1 class="wims_title">
  28.            WIMS <!--$N_at <a href="/">$httpd_HTTP_HOST</a>-->
  29.         </h1>
  30.         <h2 class="wims_subtitle">
  31.          <!--$V_title--> WWW Interactive Multipurpose Server
  32.         </h2>
  33.       </div><!--end wimstitle-->
  34.  
  35.       <br class="clearall spacer"/>
  36.  
  37.       <!--menu-->
  38.       <div class="menuglobal">
  39.         <ul class="wimsmenu">
  40.           <li class="menuitem">
  41.            !read oneitem.phtml back2,3,window.close();
  42.           </li>
  43.         </ul>
  44.       </div>
  45.     </div><!-- /wimstopbox -->
  46.  
  47.     <div id="wimsbodybox">
  48.       <div id="wimspagebox">
  49.         <div class="wimsbody">
  50.           <div id="wims_title">
  51.             <h1 class="wims_title">$modtitle</h1>
  52.           </div>
  53.  
  54. <!-- end of mhelpheader.phtml -->
  55.