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, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
fulltexthandler
und sonderbehandlung fuer annalen-tex

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2:     <h3>Change Labels</h3>
    3:     <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>
    4:     <form method="post" action="changeMetaLinksInCollection">
    5:       <input type="submit" value="Submit Changes">
    6: 	<!-- Lists the Objects contained in this Object -->
    7: 	<table width="100%">
    8: 	  <tal:x tal:repeat="item python:here.getSubCols()">
    9:             <tr tal:condition="python:hasattr(item,'getMetaLink')">
   10: 	    <td>
   11: 	      <br>
   12: 	      <i tal:content="item/getId"/><br>
   13: 	      <b>alt:</b><div tal:content="structure item/getMetaLink" /><br>
   14:               <b>neu:</b><input size="140" tal:attributes="value item/getMetaLink;name item/getId"><br>
   15: 		  <a target="changeMD" tal:attributes="href python:item.absolute_url()+'/ECHO_getResourceMD?back='+here.REQUEST['URL']">CHECK METADATA</a> 
   16: 	    <td>
   17: 	  </tr>
   18: 	  </tal:x>
   19: 	  <tr>
   20: 	    <td>
   21: 	      <input type="submit" value="Submit Changes">
   22: 	    </td>
   23: 	  </tr>
   24: 	</table>
   25:     </form> 
   26: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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