Rev 1469 | Rev 2368 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1469 | Rev 2240 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/css.phtml |
1 | !read adm/css.phtml |
- | 2 | !read adm/class/classlang names.phtml |
|
- | 3 | !read lang/names.phtml.$moduclass_lang |
|
- | 4 | ||
2 | !if link isin $job |
5 | !if link isin $job |
- | 6 | !if $(module_title_$moduclass_lang)!= |
|
- | 7 | !set module_title=$(module_title_$moduclass_lang) |
|
- | 8 | !endif |
|
3 | !header |
9 | !header |
4 | !else |
10 | !else |
5 | !header1 |
11 | !header1 |
6 | !endif |
12 | !endif |
7 | 13 | ||
8 | !if $job2=print and $job isitemof todo,work |
14 | !if $job2=print and $job isitemof todo,work |
9 | !changeto print$job.phtml |
15 | !changeto print$job.phtml |
10 | !endif |
16 | !endif |
11 | 17 | ||
12 | !if $error=bad_class |
18 | !if $error=bad_class |
13 | !read msg. |
19 | !read lang/msg.phtml.$moduclass_lang $error |
14 | !tail |
20 | !tail |
15 | !exit |
21 | !exit |
16 | !endif |
22 | !endif |
17 | 23 | ||
18 | !read $job.phtml |
24 | !read $job.phtml |