File:  [Repository] / OSA_system2 / zpt / addMetadataForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 3 20:41:00 2005 UTC (19 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
major new version

<html>
  <body>
    <form name="form" action="manage_addMetadata">
      <b> ID: </b><input type="text" name="id"><br><br>
      <b> short description: </b><input type="text" size="100" name="shortDescription"><br><br>
      <b> Description: </b><textarea name="description" cols="80" rows="30"></textarea><br><br>
      <b> Generic Metafields </b>
      <ul>
      <li>separated by ","
      <li>only letters a-z, Numbers and '_' allowed
      <li>after having generated/edited this metafields, add the human readable metadata information by adding metadataMapping objects to tis folder
      </ul>
      <input type="text" name="fields" size="100"><br><br>
      <i> Name of the container Tag (optional)</i>      <input type="text" name="containerTag" size="20"><br><br>	
      <input type="submit" value="Add" s><br><br>
    </form>
  </body>
</html>

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