Subversion Repositories wimsdev

Rev

Rev 5874 | Rev 11978 | 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_alertmsg">
  19.  !read lang/msg.phtml.$moduclass_lang $error
  20.  </div>
  21.  !tail
  22.  !exit
  23. !endif
  24.  
  25. !read $job.phtml
  26.  
  27. !tail
  28.