Annotation of ECHO_content/zpt/exportObjects.zpt, revision 1.1

1.1     ! dwinter     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>