Subversion Repositories wimsdev

Rev

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