File:  [Repository] / ECHO_content / zpt / exportObjects.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 18 14:42:32 2006 UTC (17 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
exportImport added

<html>
<body>
<form action="exportObjects">
<table>
<span tal:content="options/col"/>
<tr tal:repeat="obj python:here.getSubCols()">
<td><input type="checkbox" tal:attributes="value python:obj.getId()" name="ids"></td>
<td tal:content="structure obj/getTitle"/>
</tr>
</table>
<input type="submit" value="export">
</form>
</body>
</html>

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