Annotation of ECHO_content/zpt/ECHO_collection_index_template_standard.zpt, revision 1.4

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
1.3       jdamerow    2:    <head>
                      3:        <title metal:fill-slot="title">
                      4:            <span tal:replace="here/title" />
                      5:        </title>
                      6:    </head>
                      7:    
                      8:    <body>
                      9:        <span metal:fill-slot="head">
                     10:        <h2 tal:content="structure here/title">
                     11:            TITLE
                     12:        </h2>
                     13:        </span>
                     14:        
                     15:        <div metal:fill-slot="body">
                     16:        <!-- EDITABLE AREA -->
                     17:        
                     18:            <!-- Title -->
                     19:            <h2 tal:content="structure here/title" />
                     20:            
                     21:            <!-- Description -->
                     22:            <p tal:content="structure here/description">
                     23:                DESCRIPTION
                     24:            </p>
                     25:            
                     26:            <!-- Lists the Objects contained in this Object -->
                     27:            <table width="100%">
                     28:                <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
                     29:                    <div tal:replace="structure item/content_html" />
                     30:                </div>
                     31:            </table>
                     32:        <!-- -->
                     33:        </div>
1.4     ! dwinter    34: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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