File:  [Repository] / ZSQLExtend / AddZSQLMetadataMapping.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Feb 5 20:31:42 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

<html>
  <body>
    <b> ID: </b>
    <form name="form" action="manage_addZSQLMetadataMapping" method="post">
      <b> ID: </b><input type="text" name="idOfObject"><br><br>
      <b> Title: </b><input type="text" name="titleOfObject"><br><br>
      
      <span tal:repeat="field here/fieldList"><b tal:content="field"/>  <input type="text" tal:attributes="name field" size=20><br></span>
      <input type="submit" value="Add"><br><br>
    </form>
  </body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>