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, 8 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
exportImport added

    1: <html>
    2: <body>
    3: <form action="exportObjects">
    4: <table>
    5: <span tal:content="options/col"/>
    6: <tr tal:repeat="obj python:here.getSubCols()">
    7: <td><input type="checkbox" tal:attributes="value python:obj.getId()" name="ids"></td>
    8: <td tal:content="structure obj/getTitle"/>
    9: </tr>
   10: </table>
   11: <input type="submit" value="export">
   12: </form>
   13: </body>
   14: </html>

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