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

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

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