Mercurial > hg > MetaDataProvider
view zpt/addMetadataForm.zpt @ 31:ab58edfc0707
more parameters and more comments.
author | casties |
---|---|
date | Mon, 01 Oct 2012 18:17:29 +0200 |
parents | a29665fa9c62 |
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>