Subversion Repositories wimsdev

Rev

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