Subversion Repositories wimsdev

Rev

Rev 5696 | Rev 6118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5696 Rev 5700
Line 4... Line 4...
4
!set wims_name_titlehelp=$wims_name_help
4
!set wims_name_titlehelp=$wims_name_help
-
 
5
<div class="titre_recherche">
5
<h1 class="wims_title">
6
<h1 class="wims_title">
6
!if $wims_mode=popup
7
!if $wims_mode=popup
7
 <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a>
8
 <a target="wims" href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?module=$module">$wims_title_title</a>
8
 <font size="-1">[<a href="#" onclick="window.close();">$wims_name_back</a>]</font>
9
 <span class="wims_close_window">[<a href="#" onclick="window.close();">$wims_name_back</a>]</span>
9
!else
10
!else
10
 $wims_title_title
11
 <span class="titre">$wims_title_title</span>
11
 !if $cmd=intro or $cmd=help
12
 !if $cmd=intro or $cmd=help
12
  <br/><font size="+0" class="wimssubintro">
13
  <span class="wimssubintro">
13
  !if $cmd,$special_parm=help,about
14
  !if $cmd,$special_parm=help,about
14
   --- $wims_name_about ---</font>
15
   --- $wims_name_about ---
15
  !else
16
  !else
16
   --- $(wims_name_title$cmd) ---</font>
17
   --- $(wims_name_title$cmd) ---
17
  !endif
18
  !endif
-
 
19
  </span>
18
 !endif
20
 !endif
19
!endif
21
!endif
-
 
22
<br class="spacer"/>
20
</h1>
23
</h1>
-
 
24
</div>