Subversion Repositories wimsdev

Rev

Rev 2240 | Rev 3670 | 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
2240 bpr 2
 
2368 bpr 3
 
1086 bpr 4
!if link isin $job
2240 bpr 5
 !if $(module_title_$moduclass_lang)!=
6
   !set module_title=$(module_title_$moduclass_lang)
7
 !endif
1170 bpr 8
 !header
9
!else
10
 !header1
11
!endif
1086 bpr 12
 
23 reyssat 13
!if $job2=print and $job isitemof todo,work
14
 !changeto print$job.phtml
15
!endif
16
 
17
!if $error=bad_class
2240 bpr 18
 !read lang/msg.phtml.$moduclass_lang $error
23 reyssat 19
 !tail
20
 !exit
21
!endif
22
 
23
!read $job.phtml
24
 
1469 bpr 25
!tail