<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>