annotate zpt/changeMetadata.zpt @ 4:8291255b1868

adding new base level class MetaDataFolder.
author casties
date Wed, 27 Jul 2011 14:13:45 +0200
parents e4bae49e657b
children 00147a1ab4ac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e4bae49e657b more renovation
casties
parents: 0
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
e4bae49e657b more renovation
casties
parents: 0
diff changeset
2 <!-- ZOPE management tabs -->
e4bae49e657b more renovation
casties
parents: 0
diff changeset
3 <div tal:define="manage_tabs_message options/manage_tabs_message | nothing"
e4bae49e657b more renovation
casties
parents: 0
diff changeset
4 tal:replace="structure here/manage_tabs">Tabs</div>
e4bae49e657b more renovation
casties
parents: 0
diff changeset
5 <!-- end of ZOPE management tabs -->
e4bae49e657b more renovation
casties
parents: 0
diff changeset
6
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
7 <form name="form" action="changeMetadata">
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
8 <b> ShortDescription: </b><input type="text" name="shortDescription" size="100" tal:attributes="value python:here.shortDescription"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
9 <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=80 rows=20></textarea><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
10 <b> Generic Metafields </b>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
11 <ul>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
12 <li>separated by ","
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
13 <li>only letters A-Z, Numbers and '_' allowed
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
14 <li>after having generated/edited this metafields, add the human readable metadata information by adding metadataMapping objects to tis folder
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
15 </ul>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
16
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
17 <input type="text" name="fields" tal:attributes="value here/getFieldList" size=100><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
18
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
19 <i> Container Tag </i><input type="text" name="containerTag" tal:attributes="value python:getattr(here,'containerTag','')"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
20
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
21 <i>Server f&uuml;r xml files (e.g. url des Textservlets von digilib als python formaated String mit %s wo der Pfad eingesetzt werden soll.)
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
22 </i><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
23 <input type="text" size="100" name="metaDataServerUrl" tal:attributes="value python:getattr(here,'metaDataServerUrl','')"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
24
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
25 <input type="submit" value="Change"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
26 </form>