Rev 11978 | Rev 14043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11978 | Rev 13610 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/css.phtml |
1 | !read adm/css.phtml |
2 | !read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4 |
2 | !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 | !!read js/external/tinymce.phtml .iEdit |
|
3 | 5 | ||
4 | !if link isin $job |
6 | !if link isin $job |
5 | !if $(module_title_$moduclass_lang)!= |
7 | !if $(module_title_$moduclass_lang)!= |
6 | !set module_title=$(module_title_$moduclass_lang) |
8 | !set module_title=$(module_title_$moduclass_lang) |
7 | !endif |
9 | !endif |
8 | !header |
10 | !header |
9 | !else |
11 | !else |
10 | !header1 |
12 | !header1 |
11 | !endif |
13 | !endif |
12 | 14 | ||
13 | !if $job2=print and $job isitemof todo,work |
15 | !if $job2=print and $job isitemof todo,work |
14 | !changeto print$job.phtml |
16 | !changeto print$job.phtml |
15 | !endif |
17 | !endif |
16 | 18 | ||
17 | !if $error=bad_class |
19 | !if $error=bad_class |
18 | <div class="wims_msg alert"> |
20 | <div class="wims_msg alert"> |
19 | !read lang/msg.phtml.$moduclass_lang $error |
21 | !read lang/msg.phtml.$moduclass_lang $error |
20 | </div> |
22 | </div> |
21 | !tail |
23 | !tail |
22 | !exit |
24 | !exit |
23 | !endif |
25 | !endif |
24 | 26 | ||
25 | !if $hiddenlist!=$empty and $wims_user!=supervisor |
27 | !if $hiddenlist!=$empty and $wims_user!=supervisor |
26 | <div class="wims_msg info"> |
28 | <div class="wims_msg info"> |
27 | !if $cdt_supervise=yes |
29 | !if $cdt_supervise=yes |
28 |
|
30 | $name_hiddencdt1 |
29 |
|
31 | !tail |
30 |
|
32 | !exit |
31 | !else |
33 | !else |
32 |
|
34 | $name_hiddencdt2 |
33 | !endif |
35 | !endif |
34 | </div> |
36 | </div> |
35 | !endif |
37 | !endif |
36 | 38 | ||
37 | !read $job.phtml |
39 | !read $job.phtml |
38 | 40 | ||
39 | !tail |
41 | !tail |