Subversion Repositories wimsdev

Rev

Rev 6118 | Rev 9309 | 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. !set title_transl=!module title_$lang
  6.  
  7. <!-- Begin html/title.phtml -->
  8. <div class="title_box">
  9.  <h1 class="wims_title">
  10.   !if $wims_mode=popup
  11.    <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a>
  12.    <span class="wims_close_window">[<a href="#" onclick="window.close();">$wims_name_back</a>]</span>
  13.   !else
  14.    <span class="titre">$wims_title_title</span>
  15.    !if $cmd=intro or $cmd=help
  16.     <span class="wimssubintro">
  17.      !if $cmd,$special_parm=help,about
  18.       --- $wims_name_about ---
  19.      !else
  20.       --- $(wims_name_title$cmd) ---
  21.       !if $title_transl notsametext $wims_title_title and $title_transl notsametext
  22.        <br/>($title_transl)
  23.       !endif
  24.      !endif
  25.     </span>
  26.    !endif
  27.   !endif
  28.   <br class="clearall"/>
  29.  </h1>
  30. </div>
  31. <!-- end html/title.phtml -->