Artifact 9c79d70cf8dcb8568b476d67bb1b9587cbf072bb:
- File applications/examples/views/database_examples/buy.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 278) [annotate] [blame] [check-ins using]
{{extend 'layout_examples/layout_civilized.html'}} <h1>Purchase form</h1> {{=form}} [ {{=A('reset purchased',_href=URL('reset_purchased'))}} | {{=A('delete purchased',_href=URL('delete_purchased'))}} ]<br/> <h2>Current purchases (SQL JOIN!)</h2> <p>{{=records}}</p>