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

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2:   <head>
        !             3:     <title metal:fill-slot="title"><span tal:replace="here/title"/></title>
        !             4:       </head>
        !             5:   <body>
        !             6:     <span metal:fill-slot="head"><h2 tal:content="here/title">TITLE</h2></span>
        !             7:     <div metal:fill-slot="body">
        !             8:       <p tal:content="structure here/description">DESCRIPTION</p>
        !             9:       <table>
        !            10:    <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
        !            11:      <div tal:replace="structure item/content_html"/>
        !            12:    </div>
        !            13:       </table>
        !            14:     </div>
        !            15:   </body>
        !            16:  </html>
        !            17: 

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