Subversion Repositories wimsdev

Rev

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

  1. !header
  2.  
  3. !if $wims_mode=popup
  4.  !changeto popup.phtml
  5. !endif
  6.  
  7. !if $operation=$empty
  8.  This is a multi-purpose single-step calculator, which can make many kinds of
  9.  calculations.
  10.  <p>
  11.  You may use the input form below to submit a request for calculation, but
  12.  this module is mainly designed to serve as a popup calculator, via the
  13.  searchable
  14.  !href module=tool/popup database of popup calculator forms
  15. .
  16.  !goto form
  17. !endif
  18.  
  19. <p>
  20. !if $error!=$empty
  21.  !read msg.phtml
  22. !else
  23.  !read op/$opr.def output
  24. !endif
  25.  
  26. :form
  27. <p><hr> <p>
  28. !read form.phtml
  29. !href cmd=renew Refresh
  30. .
  31.  
  32. !tail
  33.  
  34.