Annotation of ECHO_content/ECHO_content_standard.zpt.~1.2.~, 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:     
        !             9:     <p tal:content="structure here/description">DESCRIPTION</p>
        !            10:     <p tal:content="structure here/scientific_Information/source_type">DESCRIPTION</p>
        !            11: 
        !            12: <table>
        !            13:     <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
        !            14:      
        !            15:       <tr><td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()"><img src="image" tal:attributes="src python:'images/'+item.meta_type" border="0"></a></td>
        !            16: 
        !            17: <td>
        !            18:  <h4 tal:condition="python:item.meta_type=='ECHO_collection'"><a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()">TITLE</a></h4>
        !            19:  <h4 tal:condition="not:python:item.meta_type=='ECHO_collection'"><a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()" target="_blank">TITLE</a></h4>
        !            20: </td>
        !            21: 
        !            22: 
        !            23: </tr>
        !            24:       <tr><td>&nbsp;</td><td>
        !            25:    <p class="pindent">
        !            26: 
        !            27:       <span tal:replace="structure item/description">DESCRIPTION</span></p>
        !            28:         <p class="partner"><i><b>Provided by:</b></i>
        !            29:    <p class="partner" tal:repeat="credit item/credits" tal:content="python:here.getCreditObject(credit).title"/></td></tr>
        !            30:    
        !            31: 
        !            32:       </div>
        !            33: </table>
        !            34:      </div>
        !            35:    </body>
        !            36:   </html>
        !            37: 

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