Rev 1171 | Rev 5700 | 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 |
||
1154 | bpr | 5 | <h1 class="wims_title"> |
16 | reyssat | 6 | !if $wims_mode=popup |
7 | <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a> |
||
1171 | bpr | 8 | <font size="-1">[<a href="#" onclick="window.close();">$wims_name_back</a>]</font> |
16 | reyssat | 9 | !else |
10 | $wims_title_title |
||
11 | !if $cmd=intro or $cmd=help |
||
5696 | bpr | 12 | <br/><font size="+0" class="wimssubintro"> |
16 | reyssat | 13 | !if $cmd,$special_parm=help,about |
14 | --- $wims_name_about ---</font> |
||
15 | !else |
||
16 | --- $(wims_name_title$cmd) ---</font> |
||
17 | !endif |
||
18 | !endif |
||
19 | !endif |
||
1129 | bpr | 20 | </h1> |