view zpt/addMetadataFolderForm.zpt @ 7:e959bc6bf2a7

starting use for other metadata elements
author casties
date Thu, 28 Jul 2011 10:36:39 +0200
parents c1dbf78cc036
children
line wrap: on
line source

<html>
  <body>
    <form name="form" action="manage_addMetaDataFolder">
      <b> ID: </b><input type="text" name="id"><br><br>
      <b> Title: </b><input type="text" size="100" name="title"><br><br>
      <input type="submit" value="Add"><br><br>
    </form>
  </body>
</html>