Subversion Repositories wimsdev

Rev

Rev 4026 | Rev 5853 | 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
4039 bpr 2
!read adm/class/classname.phtml $wims_classname\
4026 bpr 3
$wims_institutionname
2178 bpr 4
 
23 reyssat 5
!if $cmd=help
6
 !header
7
 !changeto help.phtml
8
!endif
9
 
1054 bpr 10
!header1
11
 
1343 bpr 12
!read adm/title.phtml 1\
4026 bpr 13
$classname\
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