Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1170 bpr 1
!read adm/css.phtml
2178 bpr 2
 
23 reyssat 3
!if $cmd=help
4
 !header
5
 !changeto help.phtml
6
!endif
7
 
1054 bpr 8
!header1
9
 
23 reyssat 10
 
2178 bpr 11
 
1343 bpr 12
!read adm/title.phtml 1\
13
$wims_classname - $wims_institutionname\
1769 bpr 14
$name_title
23 reyssat 15
 
16
!if $error!=$empty
17
 <p>
2178 bpr 18
 !read lang/msg.phtml.$moduclass_lang
1769 bpr 19
 !set wims_menu_items=!append line class_home,1,module=home\
1343 bpr 20
 to $wims_menu_items
23 reyssat 21
 !goto end
22
!endif
23
 
24
!read table.phtml
25
 
26
!read form.phtml
27
 
28
:end
29
!tail
30
 
31
!reset show
32