Subversion Repositories wimsdev

Rev

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