File:  [Repository] / ECHO_content / zpt / changeWeightForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 20 18:00:57 2004 UTC (20 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
 missing zpt added

<html>
  <head>
    <title tal:content="template/title">The title</title>
  </head>
  <body>
    <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> 
  </body>
</html>

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