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

version 1.1, 2004/04/05 12:12:46 version 1.2, 2004/04/16 14:57:45
Line 1 Line 1
       <table>        <table>
     <div tal:omit-tag="" tal:define="item python:here">      <div tal:omit-tag="" tal:define="item python:here">
       <tr>        <tr>
         <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>          <td><a tal:attributes="href python:here.absolute_url()"><img src="image" tal:attributes="src python:'images/'+item.meta_type" border="0"></a>
           </td>            </td>
         <td>          <td>
           <h4 tal:condition="python:item.meta_type=='ECHO_collection'">            <h4 tal:condition="python:item.meta_type=='ECHO_collection'">
         <a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()">TITLE</a>          <a tal:content="structure item/label" tal:attributes="href python:here.absolute_url()">TITLE</a>
           </h4>            </h4>
           <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>            <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>
            </td>             </td>
          </tr>           </tr>
       <tr>        <tr>

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


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