Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2.  
  3. !read name.phtml.$module_language
  4. !set wims_name_titlehelp=$wims_name_help
  5.  
  6. <!-- Begin html/title.phtml -->
  7. <div class="title_box">
  8.  <h1 class="wims_title">
  9.   !if $wims_mode=popup
  10.    <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a>
  11.    <span class="wims_close_window">[<a href="#" onclick="window.close();">$wims_name_back</a>]</span>
  12.   !else
  13.    <span class="titre">$wims_title_title</span>
  14.    !if $cmd=intro or $cmd=help
  15.     <span class="wimssubintro">
  16.      !if $cmd,$special_parm=help,about
  17.       --- $wims_name_about ---
  18.      !else
  19.       --- $(wims_name_title$cmd) ---
  20.      !endif
  21.     </span>
  22.    !endif
  23.   !endif
  24.   <br class="clearall"/>
  25.  </h1>
  26. </div>
  27. <!-- end html/title.phtml -->