blob: 2b059c2d9bec2072ddc6af6afb4abe7dd79520af [file] [log] [blame]
<?xml version="1.0"?>
<!--+
| CVS: $Id: displayResult.xml,v 1.2 2003/10/22 16:56:21 joerg Exp $
| Author: Ovidiu Predescu "ovidiu@cup.hp.com"
| Date: March 23, 2002
+-->
<page>
<resources>
<resource type="file" href="../calc/calc.js">Flowscript</resource>
</resources>
<title>Calculator</title>
<content>
<form action="./" method="post">
<para>a = <strong>#{a}</strong></para>
<para>b = <strong>#{b}</strong></para>
<para>Operator = <strong>#{operator}</strong></para>
<para>Result = <strong>#{result}</strong></para>
<input type="submit" name="submit" value="Start over"/>
</form>
</content>
</page>