Subversion Repositories wimsdev

Rev

Rev 14504 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read adm/css.phtml
  2.  
  3. !header1
  4.  
  5. !read adm/title.phtml 1\
  6. \
  7. $name_title
  8.  
  9. !if $error!=$empty
  10.   <div class="wims_msg alert">
  11.     <strong>$wims_name_Error</strong>:
  12.     !read msg.phtml
  13.     !reset error
  14.   </div>
  15. !endif
  16.  
  17. !if $success!=$empty
  18.   <div class="wims_msg success">
  19.     !read msg.phtml $success
  20.   </div>
  21. !endif
  22.  
  23. !if $forceexit=1
  24.   !exit
  25. !endif
  26.  
  27. !read $job.phtml
  28.  
  29. !reset job forceexit success
  30.  
  31. !tail
  32.