Annotation of ECHO_content/zpt/changeLabelsForm.zpt, revision 1.3

1.3     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     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="changeLabelsInCollection">
                      5:       <input type="submit" value="Submit Changes">
                      6:    <!-- Lists the Objects contained in this Object -->
                      7:    <table width="100%">
                      8:      <tr tal:repeat="item python:here.getSubCols()">
                      9:        <td>
                     10:          <br>
1.2       dwinter    11:          <i tal:content="item/getId"/><br>
1.1       dwinter    12:          <b>alt:</b><div tal:content="structure item/getLabel" /><br>
                     13:               <b>neu:</b><input size="140" tal:attributes="value item/getLabel;name item/getId"><br>
                     14:          <a target="changeMD" tal:attributes="href python:item.absolute_url()+'/ECHO_getResourceMD?back='+here.REQUEST['URL']">CHECK METADATA</a> 
                     15:        <td>
                     16:      </tr>
                     17:      <tr>
                     18:        <td>
                     19:          <input type="submit" value="Submit Changes">
                     20:        </td>
                     21:      </tr>
                     22:    </table>
                     23:     </form> 
1.3     ! dwinter    24: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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