Diff for /ECHO_content/zpt/ECHO_resource_template_standard.zpt between versions 1.3 and 1.4

version 1.3, 2004/04/16 14:57:45 version 1.4, 2004/06/10 12:27:22
Line 1 Line 1
       <table>    
   <table cellpadding="3" width="95%" border=0>
       <tr>        <tr>
         <td><a tal:attributes="href python:here.absolute_url()"><img src="image" tal:attributes="src python:'images/'+here.meta_type" border="0"></a>          
           </td>  
         <td>          <td>
           <h4 tal:condition="python:here.meta_type=='ECHO_collection'">              <!-- Label -->
         <a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()">TITLE</a>              <!-- with link if there is one -->
           </h4>              <span tal:condition="here/link">
           <h4 tal:condition="not:python:here.meta_type=='ECHO_collection'"><a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()" target="_blank">TITLE</a></h4>                      <b><a tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()" target="_blank">
                           label
                       </a></b>
               </span>
               
               <!-- without link if there isn't one -->
               <span tal:condition="not:here/link">
                   <u>
                       <b tal:content="structure here/getLabel">
                           label</b>
                   </u>
               </span>
               <!-- -->
               
            </td>             </td>
          </tr>           </tr>
       
       <tr>        <tr>
         <td>&nbsp;</td>          
         <td>          <td>
           <p class="pindent">              <!-- Title -->
         <span tal:replace="structure here/description">DESCRIPTION</span>              <b tal:content="structure here/getTitle">
          </p>                  Title
           <span tal:condition="here/credits">              </b>
         <p class="partner"><i><b>Provided by:</b></i></p>              <!-- -->
         <span class="partner" tal:repeat="credit here/credits">          </td>
           <span tal:condition="not:python:credit==''">       </tr>
             <p tal:content="python:here.getCreditObject(credit).title"/>      
              </span>      <!-- Description if there ist one -->
       <tr tal:condition="here/description">
           
           <td>
               <span tal:replace="structure here/description">
                   DESCRIPTION
                    </span>                     </span>
           </td>
       </tr>
       <!-- -->
       
       <!-- Copyrights -->
       
       <tr tal:condition="not:python:here.getCopyrightsHTML()=='ERROR'">
           <td align=right>
               <span tal:repeat="item python:here.getCopyrightsHTML()">
                   <span tal:content="structure python:item[0]"/>
          </span>           </span>
         </td>          </td>
          </tr>           </tr>
      </table>  
   
       <!-- -->
   
       
       <tr tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
           
           <td>
               <!-- Lists externalLinks if there are some -->
               <table border="0">
                   <tr>
                       <td width="10px">
                       </td>
                       <td>
                           <h4>
                               Futher Information: 
                           </h4>
                       </td>
                   </tr>
                   <tr>
                       <td>
                       </td>
                       <td>
                           <div tal:omit-tag="" tal:repeat="item python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
                               <div tal:replace="structure item/content_html" />
                           </div>
                       </td>
                   </tr>
               </table>
               <!-- -->
           </td>
       </tr>
       
   </table>

Removed from v.1.3  
changed lines
  Added in v.1.4


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