diff zpt/changeMetadata.zpt @ 0:9f9d9be26e53

first checkin in Mercurial (see history in SVN)
author casties
date Mon, 25 Jul 2011 16:50:48 +0200
parents
children e4bae49e657b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/changeMetadata.zpt	Mon Jul 25 16:50:48 2011 +0200
@@ -0,0 +1,24 @@
+<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> 
+  
+  <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.)	
+  </i><br>
+  <input type="text" size="100" name="metaDataServerUrl" tal:attributes="value python:getattr(here,'metaDataServerUrl','')"><br><br> 
+  
+      <input type="submit" value="Change"><br><br>
+    </form>
+  </body>
+</html>