Mercurial > hg > ChinaGisRestApi
annotate zpt/addRestDbInterface.zpt @ 7:bd52d9445a41
trying to rework
author | casties |
---|---|
date | Tue, 20 Jul 2010 15:09:32 +0200 |
parents | 61a3764cd5fb |
children | 562717546168 |
rev | line source |
---|---|
2
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
1 <div tal:replace="structure here/manage_page_header">Header</div> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
2 <h2>Add a RESTclass</h2> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
3 <form method="post" action="manage_addRestDbInterface"> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
4 <p class="form-label">ID</p> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
5 <p class="form-element"><input size="80" name="id"/></p> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
6 <p class="form-label">Title</p> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
7 <p class="form-element"><input size="80" name="title"/></p> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
8 <p><input type="submit" value="Add" /></p> |
61a3764cd5fb
new version RestDbInterface with working traversal and templates
casties
parents:
diff
changeset
|
9 </form> |