Subversion Repositories wimsdev

Rev

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

  1. !set wims_theme_mhelpheader=yes
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <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 : $module_title
  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="spacer"/>
  36.                        
  37.                         <!--mENU-->
  38.                         <ul class="wimsmenu menuglobal">
  39.                                 <li class="menuitem">
  40.                                  !read oneitem.phtml back2,3,window.close();
  41.                                 </li> <!-- end of menuitem -->
  42.                         </ul> <!-- end of wimsmenu -->
  43.                 </div><!-- wimstopbox -->
  44.                
  45.                 <div id="wimsbodybox">
  46.                         <div id="wimspagebox">
  47.                                 <div class="wimsbody">
  48.                                         <h1 class="wims_title">$module_title</h1>
  49.  
  50. <!-- end of mhelpheader.phtml -->
  51.  
  52.