Subversion Repositories wimsdev

Rev

Rev 7914 | Rev 10084 | 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
9309 bpr 4
!read themes/$wims_theme/lang/name.phtml.$lang
16 reyssat 5
!set wims_name_titlehelp=$wims_name_help
6188 bpr 6
!set title_transl=!module title_$lang
6118 obado 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>
16 reyssat 14
  !else
6118 obado 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) ---
6188 bpr 22
      !if $title_transl notsametext $wims_title_title and $title_transl notsametext
23
       <br/>($title_transl)
24
      !endif
6118 obado 25
     !endif
26
    </span>
27
   !endif
16 reyssat 28
  !endif
6118 obado 29
  <br class="clearall"/>
30
 </h1>
31
</div>
7914 bpr 32
<!-- end html/title.phtml -->