blob: b9d37e4908d5a31f9a7d4f225c0815c04465219d [file] [log] [blame]
<?xml version="1.0"?>
<document>
<header>
<title>JXForms: Calculator</title>
<tab title="Back" href=".."/>
</header>
<body>
<section>
<title>Number B</title>
<xf:form id="calc" xmlns:xf="http://apache.org/cocoon/jxforms/1.0">
<p>
a = <xf:output ref="numberA"/>
</p>
<p>
Enter value of <strong>b</strong><br/>
<xf:input ref="numberB"/>
</p>
<p>
<xf:submit id="prev" continuation="back" class="button">
<xf:label>Prev</xf:label>
</xf:submit>
<xf:submit id="next" continuation="forward" class="button">
<xf:label>Next</xf:label>
</xf:submit>
</p>
</xf:form>
</section>
</body>
</document>