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

1.1     ! dwinter     1:       <table>
        !             2:    <div tal:omit-tag="" tal:define="item python:here">
        !             3:      <tr>
        !             4:        <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>
        !             5:          </td>
        !             6:        <td>
        !             7:          <h4 tal:condition="python:item.meta_type=='ECHO_collection'">
        !             8:        <a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()">TITLE</a>
        !             9:          </h4>
        !            10:          <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>
        !            11:           </td>
        !            12:         </tr>
        !            13:      <tr>
        !            14:        <td>&nbsp;</td>
        !            15:        <td>
        !            16:          <p class="pindent">
        !            17:        <span tal:replace="structure item/description">DESCRIPTION</span>
        !            18:         </p>
        !            19:          <span tal:condition="item/credits">
        !            20:        <p class="partner"><i><b>Provided by:</b></i></p>
        !            21:        <span class="partner" tal:repeat="credit item/credits">
        !            22:          <span tal:condition="not:python:credit==''"> 
        !            23:            <p tal:content="python:here.getCreditObject(credit).title"/>
        !            24:             </span>
        !            25:                    </span>
        !            26:         </span>
        !            27:        </td>
        !            28:         </tr>
        !            29:       </div>
        !            30:     </table>
        !            31: 
        !            32: 

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