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

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

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