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