Subversion Repositories wimsdev

Rev

Rev 10228 | Rev 13610 | 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
3670 bpr 2
!read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4
2240 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
10228 bpr 18
 <div class="wims_msg alert">
2240 bpr 19
 !read lang/msg.phtml.$moduclass_lang $error
5874 bpr 20
 </div>
23 reyssat 21
 !tail
22
 !exit
23
!endif
24
 
11978 guerimand 25
!if $hiddenlist!=$empty and $wims_user!=supervisor
26
 <div class="wims_msg info">
27
    !if $cdt_supervise=yes
28
        $name_hiddencdt1
29
        !tail
30
        !exit
31
    !else
32
        $name_hiddencdt2
33
    !endif
34
 </div>
35
!endif
36
 
23 reyssat 37
!read $job.phtml
38
 
1469 bpr 39
!tail