Rev 13610 |
    Go to most recent revision |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
!read adm/css.phtml
 
!read js/speckedit.phtml name_deposit0 name_deposit1 name_deposit2 name_deposit3 name_deposit4
 
!! avant de pouvoir passer à tinyMCE, il faut refaire les scripts de helplink.phtml
 
!!read js/external/tinymce.phtml .iEdit
 
 
 
  !if $(module_title_$moduclass_lang)!=
 
    !set module_title=$(module_title_$moduclass_lang)
 
  !endif
 
!else
 
  !header1
 
!endif
 
 
 
!if $job2=print and $job isitemof todo,work
 
  !changeto print$job.phtml
 
!endif
 
 
 
!if $error=bad_class
 
  <div class="wims_msg alert">
 
    !read lang/msg.phtml.$moduclass_lang $error
 
  </div>
 
  !tail
 
!endif
 
 
 
!if $hiddenlist!=$empty and $wims_user!=supervisor
 
  <div class="wims_msg info">
 
  !if $cdt_supervise=yes
 
      $name_hiddencdt1
 
      !tail
 
  !else
 
      $name_hiddencdt2
 
  !endif
 
  </div>
 
!endif
 
 
 
!read $job.phtml
 
 
 
!tail