Diff for /ECHO_content/zpt/ECHO_pageTemplate_template_standard.zpt between versions 1.1 and 1.2

version 1.1, 2004/05/07 13:01:56 version 1.2, 2004/08/17 15:22:14
Line 1 Line 1
       <table>        <table>
       <tr>        <tr>
         <td><a tal:attributes="href python:here.absolute_url()"></a>          <td>    
             <h3><a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()">TITLE</a></h3>
           </td>            </td>
         </tr>
             <tr>
         <td>          <td>
           <h4 tal:condition="python:here.meta_type=='ECHO_collection'">          <p tal:content="structure here/description"/>
         <a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()">TITLE</a>  
           </h4>  
           <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>  
            </td>             </td>
          </tr>           </tr>
   
      </table>       </table>
   
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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