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 |
||
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 |
10084 | bpr | 7 | !default title_transl=$wims_title_title |
8 | !default title_transl=!module title |
||
6118 | obado | 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> |
||
16 | reyssat | 15 | !else |
6118 | obado | 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) --- |
||
6188 | bpr | 23 | !if $title_transl notsametext $wims_title_title and $title_transl notsametext |
24 | <br/>($title_transl) |
||
25 | !endif |
||
6118 | obado | 26 | !endif |
27 | </span> |
||
28 | !endif |
||
16 | reyssat | 29 | !endif |
6118 | obado | 30 | <br class="clearall"/> |
31 | </h1> |
||
32 | </div> |
||
7914 | bpr | 33 | <!-- end html/title.phtml --> |