fixed examples in examples

This commit is contained in:
Massimo Di Pierro
2011-11-23 16:35:10 -06:00
parent f43fa28e29
commit 113095c3ac
19 changed files with 470 additions and 528 deletions
@@ -1,7 +1,6 @@
{{extend 'layout_examples/layout_civilized.html'}}
<h1>Purchase form</h1>
{{extend 'layout.html'}}
<h1>Purchase form</h1>
{{=form}}
[ {{=A('reset purchased',_href=URL('reset_purchased'))}} |
{{=A('delete purchased',_href=URL('delete_purchased'))}} ]<br/>
[ {{=A('delete purchases',_href=URL('delete_purchased'))}} ]
<h2>Current purchases (SQL JOIN!)</h2>
<p>{{=records}}</p>
<p>{{=records}}</p>
@@ -1,6 +1,6 @@
{{extend 'layout_examples/layout_civilized.html'}}
{{extend 'layout.html'}}
<h1>Dog registration form</h1>
{{=form}}
<h2>Current dogs</h2>
{{=records}}
{{=records}}
@@ -1,6 +1,6 @@
{{extend 'layout_examples/layout_civilized.html'}}
{{extend 'layout.html'}}
<h1>User registration form</h1>
{{=form}}
<h2>Current users</h2>
{{=records}}
{{=records}}
@@ -1,6 +1,6 @@
{{extend 'layout_examples/layout_civilized.html'}}
{{extend 'layout.html'}}
<h1>Product registration form</h1>
{{=form}}
<h2>Current products</h2>
{{=records}}
{{=records}}