File:  [Repository] / ECHO_content / zpt / changeWeightForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:23 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    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> 
   24: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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