File:  [Repository] / OSA_system2 / zpt / changeMetadata.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="changeMetadata">
      <b> ShortDescription: </b><input type="text" name="shortDescription" size="100" tal:attributes="value python:here.shortDescription"><br><br>
      <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=80 rows=20></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" tal:attributes="value here/getFieldList" size=100><br><br>
      
      <i> Container Tag </i><input type="text" name="containerTag" tal:attributes="value python:getattr(here,'containerTag','')"><br><br> 
  
      <input type="submit" value="Change"><br><br>
    </form>
  </body>
</html>

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