Subversion Repositories wimsdev

Rev

Rev 2420 | Rev 5855 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
<html><head>
2
!if $cmd=reply
3
 !set wims_expire=
4
 $wims_html_header
5
 <meta http-equiv="expires" content="
6
 !date -d '1 day'
7
 ">
8
!else
9
 $wims_html_header
10
!endif
11
</head><body $wims_htmlbody>
12
!headmenu
13
 
14
!if $cmd=help and $special_parm=about
15
 !read about.phtml
16
 !goto end
17
!endif
18
 
19
!if $cmd=help
20
 !read help.phtml
21
 !goto end
22
!endif
23
 
2419 bpr 24
<h1 class="wims_title">WIMS @ $httpd_HTTP_HOST
25
<p>$title</h1>
5756 bpr 26
<p><hr/></p>
23 reyssat 27
 
28
!if $sitestart=$empty
2419 bpr 29
$name_warning
23 reyssat 30
 !goto end
31
!endif
32
 
33
!if $show=yes and $ref!=$empty and $laps>0
34
!!if $show=yes
35
 <center>
2419 bpr 36
 !href cmd=resume $wims_name_menuback
23 reyssat 37
 &nbsp;&nbsp;
38
 !href module=home WIMS home
39
 </center> <p>
40
 !read answer.phtml
2419 bpr 41
 !href cmd=resume $wims_name_menuback
23 reyssat 42
 <p>
43
!else
44
 !read menu.phtml
45
!endif
46
:end
47
!tail
48