Annotation of OSA_system2/zpt/changeMetadata.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <form name="form" action="changeMetadata">
1.2     ! dwinter     4:       <b> ShortDescription: </b><input type="text" name="shortDescription" size="100" tal:attributes="value python:here.shortDescription"><br><br>
        !             5:       <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=80 rows=20></textarea><br><br>
1.1       dwinter     6:       <b> Generic Metafields </b>
                      7:       <ul>
                      8:       <li>separated by ","
                      9:       <li>only letters A-Z, Numbers and '_' allowed
                     10:       <li>after having generated/edited this metafields, add the human readable metadata information by adding metadataMapping objects to tis folder
                     11:       </ul>
                     12: 
                     13: <input type="text" name="fields" tal:attributes="value here/getFieldList" size=100><br><br>
1.2     ! dwinter    14:       
        !            15:       <i> Container Tag </i><input type="text" name="containerTag" tal:attributes="value python:getattr(here,'containerTag','')"><br><br> 
1.1       dwinter    16:   
                     17:       <input type="submit" value="Change"><br><br>
                     18:     </form>
                     19:   </body>
                     20: </html>

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