Subversion Repositories wimsdev

Rev

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