Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $operation=$empty
  3.   Empty operation: you didn't tell what calculation you want me to make.
  4.  !tail
  5.  !exit
  6. !endif
  7.  
  8. !if $error!=$empty
  9.  <div class="wims_alertmsg">
  10.  !read msg.phtml
  11.  </div>
  12. !else
  13.  !read op/$opr.def output
  14. !endif
  15.  
  16. !tail
  17.