added tagcloud
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{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>
|
||||
@@ -0,0 +1,6 @@
|
||||
{{extend 'layout_examples/layout_civilized.html'}}
|
||||
|
||||
<h1>Dog registration form</h1>
|
||||
{{=form}}
|
||||
<h2>Current dogs</h2>
|
||||
{{=records}}
|
||||
@@ -0,0 +1,6 @@
|
||||
{{extend 'layout_examples/layout_civilized.html'}}
|
||||
|
||||
<h1>Product registration form</h1>
|
||||
{{=form}}
|
||||
<h2>Current products</h2>
|
||||
{{=records}}
|
||||
@@ -0,0 +1,6 @@
|
||||
{{extend 'layout_examples/layout_civilized.html'}}
|
||||
|
||||
<h1>User registration form</h1>
|
||||
{{=form}}
|
||||
<h2>Current users</h2>
|
||||
{{=records}}
|
||||
Reference in New Issue
Block a user