File: sum.html

package info (click to toggle)
tempura 0.1.2r3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 400 kB
  • ctags: 399
  • sloc: ruby: 1,826; makefile: 84; xml: 80
file content (13 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<form _event_="add">
<table>
<tr _block_="@model.history|each|v"><td>&nbsp</td><td align='right' _child_="v">(v)</td><td>&nbsp</td></tr>
<tr><th>total</th><th align='right' _child_="@model.amount">(@model.amount)</th><td>&nbsp</td></tr>
<tr>
<th align='right'>add</th>
<th><input size="10" type="text" name="value" value="" /></th>
<th><input type="submit" name="Add" value="Add"/></th>
</tr>
<tr><td align="right" colspan="3"><a href="undo" _event_="undo">undo</a></td></tr>
<tr><td align="right" colspan="3"><a href="reset" _event_="reset">reset</a></td></tr>
</table>
</form>