File:  [Repository] / OSAS / OSA_system / zpt / ChangeOSAS_MetadataMapping.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Apr 5 21:54:42 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
major changes: metadata now configurable with osas_metadatamapping, servlet for upload in osas root

<html>
  <body>
    <form name="form" action="change_OSAS_Mapping" method="post">
  
      <b> Title: </b><input type="text" name="titleOfObject" tal:attributes="value here/title"><br><br>
      
      <span tal:repeat="field here/fieldList"><b tal:content="field"/>  <input type="text" tal:attributes="value python:here.getValue(field); name field" size=20><br></span>
      <input type="submit" value="Change"><br><br>
    </form>
  </body>
</html>

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