Annotation of ECHO_content/zpt/ECHO_main_index_template_standard.zpt, revision 1.2

1.1       dwinter     1: <html metal:use-macro="here/main_template/macros/page">
1.2     ! 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>
        !            34:    </body>
        !            35: </html>

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