Subversion Repositories wimsdev

Rev

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