File:  [Repository] / ECHO_content / zpt / ChangeECHO_resource_metadata.zpt
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Thu Dec 4 21:27:00 2008 UTC (15 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
*** empty log message ***

    1: <!-- ZOPE management tabs -->
    2: <tal:block tal:replace="structure python:here.decode(here.manage_page_header())"/>
    3: <tal:block tal:define="manage_tabs_message options/manage_tabs_message | nothing"
    4:     tal:replace="structure here/manage_tabs"/>
    5: <!-- end of ZOPE management tabs -->
    6: <h3>Local metadata</h3>
    7: <p>Change here the metadata locally stored at this website, to change also the metadata at the storage system or to copy 
    8: the metadata from the storage to this website,
    9: use: <a href="ECHO_getResourceMD">Sync Metadata with repository</a></p>
   10:   <form action="changeECHO_resource_metadata_local" method="post">
   11:     <table  tal:define="fields python:here.findLabelsFromMapping(here.contentType);tags python:here.findTagsFromMapping(here.contentType)" border="0" cellpadding="3" width="95%">
   12:       <tr >
   13: 	<td align="right" class="small" valign="top" width="25%" nowrap>	
   14: 	  ContentType:
   15: 	</td>
   16: 	<td align="left" valign="top" width="75%">	
   17: 	  <b tal:content="here/contentType"/>
   18: 	 </td>
   19:       </tr>
   20:       <span tal:omit-tag=""  tal:repeat="field python:fields[1]">
   21: 	<tr>
   22: 	  <td align="right" class="small" valign="top" width="25%" nowrap tal:content="python:here.getFieldLabel(fields,field)"/>	
   23: 	  <td align="left" valign="top" width="75%">	
   24: 	    <input type="text" size="60" tal:attributes="value python:here.decode(here.getMDValue(here.getFieldTag(tags,field)));name python:here.getFieldTag(tags,field)"/>
   25: 	   </td>
   26: 	</tr>
   27:       </span>
   28:      </table>
   29:     <input type="submit">
   30:    </form>
   31: <tal:block tal:replace="structure here/manage_page_footer"/>

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