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

1.1       dwinter     1:       <table>
                      2:    <div tal:omit-tag="" tal:define="item python:here">
                      3:      <tr>
1.2     ! dwinter     4:        <td><a tal:attributes="href python:here.absolute_url()"><img src="image" tal:attributes="src python:'images/'+item.meta_type" border="0"></a>
1.1       dwinter     5:          </td>
                      6:        <td>
                      7:          <h4 tal:condition="python:item.meta_type=='ECHO_collection'">
1.2     ! dwinter     8:        <a tal:content="structure item/label" tal:attributes="href python:here.absolute_url()">TITLE</a>
1.1       dwinter     9:          </h4>
1.2     ! dwinter    10:          <h4 tal:condition="not:python:item.meta_type=='ECHO_collection'"><a tal:content="structure item/label" tal:attributes="href python:here.absolute_url()" target="_blank">TITLE</a></h4>
1.1       dwinter    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>