home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 25 / FreelogHS25.iso / Dessin / ArtOfIllusion2.2.1 / ArtOfIllusion.jar / bsh / servlet / page.template < prev    next >
Text File  |  2005-05-23  |  595b  |  26 lines

  1. <html>
  2. <head><title>BeanShell Test Servlet</title></head>
  3. <body>
  4.  
  5. <h1>BeanShell Test Servlet</h1>
  6. <!-- TEMPLATE-version -->
  7.  
  8. <!-- TEMPLATE-scriptResult -->
  9.  
  10. <h2>Script</h2>
  11. <form method="POST" action="<!-- TEMPLATE-servletURL -->">
  12. <TEXTAREA name="bsh.script" rows="10" cols="80">
  13. <!-- TEMPLATE-script-->
  14. </TEXTAREA>
  15. <p>
  16. Capture Stdout/Stderr:
  17. <INPUT type="checkbox" <!-- TEMPLATE-captureOutErr --> name="bsh.servlet.captureOutErr" value="true">
  18. Display Raw Output:
  19. <INPUT type="checkbox" name="bsh.servlet.output" value="raw">
  20. <p>
  21. <INPUT type="submit" value="Evaluate">
  22. </form>
  23.  
  24. </body>
  25. <html>
  26.