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

1.1     ! dwinter     1:       <table>
        !             2:      <tr>
        !             3:        <td><a tal:attributes="href python:here.absolute_url()"></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.absolute_url()">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.absolute_url()">TITLE</a></h4>
        !            10:           </td>
        !            11:         </tr>
        !            12: 
        !            13:     </table>
        !            14: 
        !            15: 

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