Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
5855 bpr 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
23 reyssat 13
 
5856 bpr 14
!header1
23 reyssat 15
!if $cmd=help and $special_parm=about
16
 !read about.phtml
17
 !goto end
18
!endif
19
 
20
!if $cmd=help
21
 !read help.phtml
22
 !goto end
23
!endif
24
 
5856 bpr 25
!read adm/title.phtml 1\
26
WIMS @ $httpd_HTTP_HOST\
27
$title
23 reyssat 28
 
29
!if $sitestart=$empty
2419 bpr 30
$name_warning
23 reyssat 31
 !goto end
32
!endif
33
 
34
!if $show=yes and $ref!=$empty and $laps>0
35
!!if $show=yes
5855 bpr 36
 <p class="wimscenter">
2419 bpr 37
 !href cmd=resume $wims_name_menuback
23 reyssat 38
 &nbsp;&nbsp;
39
 !href module=home WIMS home
5855 bpr 40
 </p>
23 reyssat 41
 !read answer.phtml
2419 bpr 42
 !href cmd=resume $wims_name_menuback
5855 bpr 43
 
23 reyssat 44
!else
45
 !read menu.phtml
46
!endif
47
:end
48
!tail
49