Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16 reyssat 1
!nocache
2
 
3
!read name.phtml.$module_language
4
!set wims_name_titlehelp=$wims_name_help
6188 bpr 5
!set title_transl=!module title_$lang
6118 obado 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>
16 reyssat 13
  !else
6118 obado 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) ---
6188 bpr 21
      !if $title_transl notsametext $wims_title_title and $title_transl notsametext
22
       <br/>($title_transl)
23
      !endif
6118 obado 24
     !endif
25
    </span>
26
   !endif
16 reyssat 27
  !endif
6118 obado 28
  <br class="clearall"/>
29
 </h1>
30
</div>
7914 bpr 31
<!-- end html/title.phtml -->