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

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

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