Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
2368 bpr 1
 
1406 bpr 2
!read adm/css.phtml
2080 bpr 3
!read tabletheme
2165 bpr 4
 
1406 bpr 5
!header1
4039 bpr 6
!read adm/class/classname.phtml $wims_classname\
4018 bpr 7
$wims_institutionname
2156 bpr 8
 
1406 bpr 9
!read adm/title.phtml 1\
4018 bpr 10
$classname\
1406 bpr 11
$module_title
9623 guerimand 12
 
1406 bpr 13
!if $error!=$empty
9623 guerimand 14
 <div class="wims_alertmsg">
15
  !read lang/msg.phtml.$moduclass_lang
5850 bpr 16
 </div>
1406 bpr 17
 !goto end
9623 guerimand 18
!else
19
 !if $message!=$empty
20
  <div class="wims_stdmsg">
21
   $message
22
  </div>
23
 !endif
1406 bpr 24
!endif
25
 
9623 guerimand 26
!if $job isitemof prop,proc or $job=$empty
27
 !read prop.phtml
28
!else
29
 !read $job.phtml
1406 bpr 30
!endif
31
 
32
:end
33
 
34
!set wims_menu_items=!append line class_home,1,module=home\
35
to $wims_menu_items
36
 
37
!tail
38
 
9623 guerimand 39
!reset job