Subversion Repositories wimsdev

Rev

Rev 14833 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/css.phtml
  2.  
  3. !read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4
  4. !! avant de pouvoir passer à tinyMCE, il faut refaire les scripts de helplink.phtml
  5. !!read js/external/tinymce.phtml .iEdit
  6.  
  7. !if link isin $job
  8.   !if $(module_title_$moduclass_lang)!=
  9.     !set module_title=$(module_title_$moduclass_lang)
  10.   !endif
  11.   !header
  12. !else
  13.   !header1
  14. !endif
  15.  
  16. !default cdt_title=$wims_name_cdt
  17. !read adm/title.phtml 1\
  18. \
  19. $cdt_title\
  20. $cdt_subtitle
  21.  
  22. !if $error!=$empty
  23.   <div class="wims_msg alert">
  24.     !read lang/msg.phtml.$moduclass_lang
  25.   </div>
  26. !endif
  27.  
  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
  34.  
  35.   !if _ notin $wims_session and $job!=home
  36.     !set wims_menu_items=!append line back2,1,module=$module \
  37.  to $wims_menu_items
  38.   !endif
  39. !endif
  40.  
  41.   !tail
  42.