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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
*** empty log message ***

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

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