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
 
1343 bpr 16
!read names.phtml
17
!read adm/title.phtml 1\
18
$wims_classname - $wims_institutionname\
19
Statistiques d'activité
23 reyssat 20
 
1343 bpr 21
!!<center>$classname
22
!!<p>
23
!!<h1>Statistiques d'activité
24
!!</h1></center> <p>
25
 
23 reyssat 26
!if $error!=$empty
27
 <p>
28
 !read msg.phtml
1343 bpr 29
 
30
!set wims_menu_items=!append line class_home,1,module=home\
31
 to $wims_menu_items
32
 
23 reyssat 33
 !goto end
34
!endif
35
 
36
!read table.phtml
37
 
1343 bpr 38
!!<hr>
23 reyssat 39
 
40
!read form.phtml
41
 
42
:end
43
!tail
44
 
45
!reset show
46