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

version 1.1, 2004/05/06 11:07:44 version 1.2, 2004/06/10 12:27:22
Line 1 Line 1
       <table>      
           <table style="margin-bottom:50px;margin-top:20px" border=0 cellpadding=6 width="100%">
           
               <div tal:omit-tag="" tal:define="item python:here">
                   
                   
                   
                   <!-- Institutions Logos -->
                   
                   <span tal:condition="item/credits">
                       <span class="partner" tal:repeat="credit item/credits">
                       <span tal:condition="not:python:credit==''">
       <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 align=right valign=middle width="150px">
                               
                               <span tal:content="structure python:here.getCreditObject(credit)">title</span>
                               
           </td>            </td>
                           
         <td>          <td>
           <h4 tal:condition="python:here.meta_type=='ECHO_collection'">                          <!-- Instituts Links -->
         <a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()">TITLE</a>                          <!-- link of the institution exists -->
                           <span tal:condition="python:here.getCreditObject(credit).url">
                           <h4><a tal:attributes="href python:here.getCreditObject(credit).url" target="_blank">
                               <span tal:content="python:here.getCreditObject(credit).title">title</span>
                           </a></h4>
                           </span>
                           <!-- -->
                           
                           <!-- no link -->
                           <span tal:condition="not:python:here.getCreditObject(credit).url">
                           <h4>
                               <span tal:content="python:here.getCreditObject(credit).title">title</span>
           </h4>            </h4>
           <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>                          </span>
                           <!-- -->
                           
                           <!-- -->
            </td>             </td>
          </tr>           </tr>
       <tr>                          
         <td>&nbsp;</td>  
         <td>  
           <p class="pindent">  
         <span tal:replace="structure here/description">DESCRIPTION</span>  
          </p>  
           <span tal:condition="here/credits">  
         <p class="partner"><i><b>Provided by:</b></i></p>  
         <span class="partner" tal:repeat="credit here/credits">  
           <span tal:condition="not:python:credit==''">   
             <p tal:content="python:here.getCreditObject(credit).title"/>  
              </span>               </span>
                    </span>                     </span>
          </span>           </span>
                   
                   <!-- -->
                   
                   <tr>
                       <td colspan=2>
                       
                           <table cellpadding=5 border=0 width="100%">
                                                           
                               <tr>
                                   <td width="135px" align=center>
                                   
                                   <a class="label" style="color:white" tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">label</a>
                                   
                                   </td>
                       
                                   <td>
                                       <h3 style="margin:3px">
                                       <a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">
                                       Title
                                       </a>
                                       </h3>
                                   </td>
                               </tr>
                   
                               <tr>
                                   <td colspan=2>
                                       <p style="margin-top:-3px" class="pindent">
                                       <span tal:replace="structure item/description">DESCRIPTION</span>
                                       </p>
                                       
                                       
                                   </td>
                       
                               </tr>
                           </table>
                       
                       </td>
                   </tr>
                   
                   
                   <span tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
                   <tr>
                   <td colspan=2>
                       <b style="margin:5px">Other Presentations on the Web: </b>
                       <br>&nbsp;
                       <div tal:omit-tag="" tal:repeat="item python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
                           <div tal:replace="structure item/content_html"/>
                       </div>
         </td>          </td>
          </tr>           </tr>
                   </span>
               </div>
               
      </table>       </table>
   
   

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


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