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