Subversion Repositories wimsdev

Rev

Rev 13610 | Rev 14833 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/css.phtml
  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
  5.  
  6. !if link isin $job
  7.   !if $(module_title_$moduclass_lang)!=
  8.     !set module_title=$(module_title_$moduclass_lang)
  9.   !endif
  10.   !header
  11. !else
  12.   !header1
  13. !endif
  14.  
  15. !if $job2=print and $job isitemof todo,work
  16.   !changeto print$job.phtml
  17. !endif
  18.  
  19. !if $error=bad_class
  20.   <div class="wims_msg alert">
  21.     !read lang/msg.phtml.$moduclass_lang $error
  22.   </div>
  23.   !tail
  24.   !exit
  25. !endif
  26.  
  27. !if $hiddenlist!=$empty and $wims_user!=supervisor
  28.   <div class="wims_msg info">
  29.   !if $cdt_supervise=yes
  30.       $name_hiddencdt1
  31.       !tail
  32.     !exit
  33.   !else
  34.       $name_hiddencdt2
  35.   !endif
  36.   </div>
  37. !endif
  38.  
  39. !read $job.phtml
  40.  
  41. !tail
  42.