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

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Generate Templates for ECHO Documents</h2>
        !             4: 
        !             5: <p>Please select the templates (templates will be valid for all documents in subtrees if existing)</p>
        !             6: 
        !             7: <form method="post" action="manage_addECHO_layoutTemplate">
        !             8: 
        !             9: <input type="checkbox" name="EchoType" value="collection">ECHO_Collection<br>
        !            10: <input type="checkbox" name="EchoType" value="externalLink">ECHO_externalLink<br>
        !            11: <input type="checkbox" name="EchoType" value="resource">ECHO_resource<br>
        !            12: 
        !            13: <input type="submit" value="create">
        !            14: 
        !            15: </form>
        !            16: </body>
        !            17: </html>

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