Rev 5894 | Rev 11978 | 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 | |||
25 | !read $job.phtml |
||
26 | |||
1469 | bpr | 27 | !tail |