Subversion Repositories wimsdev

Rev

Rev 5696 | 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. <div class="titre_recherche">
  6. <h1 class="wims_title">
  7. !if $wims_mode=popup
  8.  <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a>
  9.  <span class="wims_close_window">[<a href="#" onclick="window.close();">$wims_name_back</a>]</span>
  10. !else
  11.  <span class="titre">$wims_title_title</span>
  12.  !if $cmd=intro or $cmd=help
  13.   <span class="wimssubintro">
  14.   !if $cmd,$special_parm=help,about
  15.    --- $wims_name_about ---
  16.   !else
  17.    --- $(wims_name_title$cmd) ---
  18.   !endif
  19.   </span>
  20.  !endif
  21. !endif
  22. <br class="spacer"/>
  23. </h1>
  24. </div>