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
!header1
8
 
23 reyssat 9
!read names.phtml
10
 
1343 bpr 11
!read adm/title.phtml 1\
12
$wims_classname - $wims_institutionname\
1769 bpr 13
$name_title
23 reyssat 14
 
15
!if $error!=$empty
16
 <p>
17
 !read msg.phtml
1769 bpr 18
 !set wims_menu_items=!append line class_home,1,module=home\
1343 bpr 19
 to $wims_menu_items
23 reyssat 20
 !goto end
21
!endif
22
 
23
!read table.phtml
24
 
25
!read form.phtml
26
 
27
:end
28
!tail
29
 
30
!reset show
31