Annotation of ECHO_content/zpt/ChangeECHO_resource_metadata.zpt, revision 1.6

1.5       casties     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 -->
1.6     ! dwinter     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>
1.2       dwinter    10:   <form action="changeECHO_resource_metadata_local" method="post">
1.1       dwinter    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%">    
1.5       casties    24:        <input type="text" size="60" tal:attributes="value python:here.decode(here.getMDValue(here.getFieldTag(tags,field)));name python:here.getFieldTag(tags,field)"/>
1.1       dwinter    25:       </td>
                     26:    </tr>
                     27:       </span>
                     28:      </table>
                     29:     <input type="submit">
                     30:    </form>
1.5       casties    31: <tal:block tal:replace="structure here/manage_page_footer"/>

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