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

1.2     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2:     <h3>Change Weights</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="changeWeightsInCollection">
                      5:       <input type="submit" value="Submit Changes">
                      6:    <!-- Lists the Objects contained in this Object -->
                      7:    <table>
                      8:      <tr tal:repeat="item python:here.getSubCols()">
                      9:        <td  tal:content="structure item/title" />
                     10:        <td>
                     11:          <b>alt:</b><div tal:replace="structure item/weight" />
                     12:        </td>
                     13:        <td>
                     14:               <b>neu:</b><input size="20" tal:attributes="value item/weight;name item/getId">      
                     15:        </td>
                     16:      </tr>
                     17:      <tr>
                     18:        <td>
                     19:          <input type="submit" value="Submit Changes">
                     20:        </td>
                     21:      </tr>
                     22:    </table>
                     23:     </form> 
1.2     ! dwinter    24: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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