File:  [Repository] / ECHO_content / zpt / changeMetaLinkForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jan 4 13:23:00 2012 UTC (12 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
fulltexthandler
und sonderbehandlung fuer annalen-tex

<h1 tal:replace="structure here/manage_page_header">Header</h1>
    <h3>Change Labels</h3>
    <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>
    <form method="post" action="changeMetaLinksInCollection">
      <input type="submit" value="Submit Changes">
	<!-- Lists the Objects contained in this Object -->
	<table width="100%">
	  <tal:x tal:repeat="item python:here.getSubCols()">
            <tr tal:condition="python:hasattr(item,'getMetaLink')">
	    <td>
	      <br>
	      <i tal:content="item/getId"/><br>
	      <b>alt:</b><div tal:content="structure item/getMetaLink" /><br>
              <b>neu:</b><input size="140" tal:attributes="value item/getMetaLink;name item/getId"><br>
		  <a target="changeMD" tal:attributes="href python:item.absolute_url()+'/ECHO_getResourceMD?back='+here.REQUEST['URL']">CHECK METADATA</a> 
	    <td>
	  </tr>
	  </tal:x>
	  <tr>
	    <td>
	      <input type="submit" value="Submit Changes">
	    </td>
	  </tr>
	</table>
    </form> 
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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