annotate zpt/editRestDbInterface.zpt @ 194:6f6f109bb6ca

Text from Features in a Side-Info-Box
author fknauft
date Wed, 16 Feb 2011 16:15:57 +0100
parents e3ee1f358fe6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
2 <h2>Edit a RESTdb</h2>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
3 <form method="post" action="manage_editRestDbInterface">
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
4 <p class="form-label">Title</p>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
5 <p class="form-element"><input size="80" name="title" tal:attributes="value here/title"/></p>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
6 <p class="form-label">Connection ID</p>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
7 <p class="form-element"><input size="80" name="connection_id" tal:attributes="value here/connection_id"/></p>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
8 <p><input type="submit" value="Change" /></p>
e3ee1f358fe6 new version that doesn't use ZSQLExtend but the database connection more directly.
casties
parents:
diff changeset
9 </form>