view zpt/addMetadataForm.zpt @ 11:a29665fa9c62

more work for non-bib metadata
author casties
date Fri, 29 Jul 2011 14:45:13 +0200
parents 9f9d9be26e53
children
line wrap: on
line source

<html>
  <body>
    <form name="form" action="manage_addMetaData">
      <b> ID: </b><input type="text" name="id"><br><br>
      <b> Tag name (=title): </b><input type="text" name="title"><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"><br><br>
    </form>
  </body>
</html>