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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
    <h3>Change Weights</h3>
    <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>
    <form method="post" action="changeWeightsInCollection">
      <input type="submit" value="Submit Changes">
	<!-- Lists the Objects contained in this Object -->
	<table>
	  <tr tal:repeat="item python:here.getSubCols()">
	    <td  tal:content="structure item/title" />
	    <td>
	      <b>alt:</b><div tal:replace="structure item/weight" />
	    </td>
	    <td>
              <b>neu:</b><input size="20" tal:attributes="value item/weight;name item/getId">		
	    </td>
	  </tr>
	  <tr>
	    <td>
	      <input type="submit" value="Submit Changes">
	    </td>
	  </tr>
	</table>
    </form> 
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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