Subversion Repositories wimsdev

Rev

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

  1. !read adm/css.phtml
  2. !read adm/class/classlang names.phtml
  3. !read lang/names.phtml.$moduclass_lang
  4.  
  5. !if link isin $job
  6.  !if $(module_title_$moduclass_lang)!=
  7.    !set module_title=$(module_title_$moduclass_lang)
  8.  !endif
  9.  !header
  10. !else
  11.  !header1
  12. !endif
  13.  
  14. !if $job2=print and $job isitemof todo,work
  15.  !changeto print$job.phtml
  16. !endif
  17.  
  18. !if $error=bad_class
  19.  !read lang/msg.phtml.$moduclass_lang $error
  20.  !tail
  21.  !exit
  22. !endif
  23.  
  24. !read $job.phtml
  25.  
  26. !tail
  27.