Annotation of MPIWGWeb/zpt/AddMPIWGTemplate.zpt~, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Generate Templates for ECHO Documents (templates will be valid for all documents in subtrees if existing)</h2>
        !             4: 
        !             5: <h3>Template for the layout of the different Types in the content list of a collection</h3>
        !             6: 
        !             7: <form method="post" action="manage_addECHO_layoutTemplate">
        !             8: 
        !             9: <input type="checkbox" name="EchoType" value="collection">ECHO_Collection (collection_template)<br>
        !            10: <input type="checkbox" name="EchoType" value="externalLink">ECHO_externalLink (externalLink_template)<br>
        !            11: <input type="checkbox" name="EchoType" value="link">ECHO_link (link_template)<br>
        !            12: <input type="checkbox" name="EchoType" value="resource">ECHO_resource (resource_template)<br>
        !            13: <input type="checkbox" name="EchoType" value="group">ECHO_group (group_template)<br>
        !            14: 
        !            15: <h3>Template for main view of a collection</h3>
        !            16: <input type="checkbox" name="EchoType" value="main_index">main_index_template<br>
        !            17: <!--<input type="checkbox" name="EchoType" value="collection_index">collection_index_template<br>
        !            18: <input type="checkbox" name="EchoType" value="group_index">group_index_template<br>-->
        !            19: 
        !            20: <h3>Template for the startpage of a resource of</h3>
        !            21: <input type="checkbox" name="EchoType" value="startpage_index">startpage_index_template<br>
        !            22: 
        !            23: 
        !            24: <input type="submit" value="create">
        !            25: 
        !            26: </form>
        !            27: </body>
        !            28: </html>

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