Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1170 bpr 1
!read adm/css.phtml
23 reyssat 2
!if $cmd=help
3
 !header
4
 !changeto help.phtml
5
!endif
6
 
1054 bpr 7
!!<html><head>
8
!!$wims_html_header
9
!!</head><body $wims_htmlbody>
10
!!!headmenu
23 reyssat 11
 
1054 bpr 12
!header1
13
 
23 reyssat 14
!read names.phtml
15
 
16
<center>$classname
17
<p>
18
<h1>Statistiques d'activité
19
</h1></center> <p>
20
 
21
!if $error!=$empty
22
 <p>
23
 !read msg.phtml
24
 <p>
25
 !href module=home Retourner à la page d'accueil
26
. <p>
27
 !goto end
28
!endif
29
 
30
!read table.phtml
31
 
32
<hr>
33
 
34
!read form.phtml
35
 
36
:end
37
!tail
38
 
39
!reset show
40