Rev 14043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14043 | Rev 14833 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/css.phtml |
1 | !read adm/css.phtml |
- | 2 | ||
2 | !read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4 |
3 | !read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4 |
3 | !! avant de pouvoir passer à tinyMCE, il faut refaire les scripts de helplink.phtml |
4 | !! avant de pouvoir passer à tinyMCE, il faut refaire les scripts de helplink.phtml |
4 | !!read js/external/tinymce.phtml .iEdit |
5 | !!read js/external/tinymce.phtml .iEdit |
5 | 6 | ||
6 | !if link isin $job |
7 | !if link isin $job |
Line 8... | Line 9... | ||
8 | !set module_title=$(module_title_$moduclass_lang) |
9 | !set module_title=$(module_title_$moduclass_lang) |
9 | !endif |
10 | !endif |
10 | !header |
11 | !header |
11 | !else |
12 | !else |
12 | !header1 |
13 | !header1 |
13 | !endif |
14 | !endif |
14 | 15 | ||
15 | ! |
16 | !default cdt_title=$wims_name_cdt |
16 |
|
17 | !read adm/title.phtml 1\ |
- | 18 | \ |
|
17 |
|
19 | $cdt_title\ |
- | 20 | $cdt_subtitle |
|
18 | 21 | ||
19 | !if $error |
22 | !if $error!=$empty |
20 | <div class="wims_msg alert"> |
23 | <div class="wims_msg alert"> |
21 | !read lang/msg.phtml.$moduclass_lang |
24 | !read lang/msg.phtml.$moduclass_lang |
22 | </div> |
25 | </div> |
23 | !tail |
- | |
24 | !exit |
- | |
25 | !endif |
26 | !endif |
26 | 27 | ||
27 | !if |
28 | !if $job2=print and $job isitemof todo,work |
28 | <div class="wims_msg info"> |
- | |
29 | !if $cdt_supervise=yes |
- | |
30 |
|
29 | !read print$job.phtml |
31 | !tail |
- | |
32 | !exit |
- | |
33 |
|
30 | !else |
34 |
|
31 | !read $job.phtml |
35 |
|
32 | !endif |
- | 33 | ||
- | 34 | !if _ notin $wims_session and $job!=home |
|
- | 35 | !set wims_menu_items=!append line back2,1,module=$module \ |
|
36 |
|
36 | to $wims_menu_items |
37 | !endif |
37 | !endif |
38 | - | ||
39 | !read $job.phtml |
- | |
40 | 38 | ||
41 | !tail |
39 | !tail |