Subversion Repositories wimsdev

Rev

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

  1. !header
  2. !set wims_backslash_insmath=yes
  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.   </p>
  17.   !goto form
  18. !endif
  19.  
  20. !if $error!=$empty
  21.   <div class="wims_alertmsg">
  22.   !read msg.phtml
  23.   </div>
  24. !else
  25.   !read op/$opr.def output
  26. !endif
  27.  
  28. :form
  29. <hr />
  30. !read form.phtml
  31. !href cmd=renew $wims_name_refresh
  32. .
  33.  
  34. !tail
  35.