Diff for /ECHO_content/zpt/ECHO_movie_template_standard.zpt between versions 1.5 and 1.6

version 1.5, 2005/04/24 10:20:22 version 1.6, 2005/05/01 06:21:20
Line 1 Line 1
 <table cellpadding="3" width="95%" border=0>  <table cellpadding="3" width="95%" border=0>
     <tr>      <tr>
                   
         <td>          <td colspan="2">
             <!-- Label -->              <!-- Label -->
             <!-- with link if there is one -->              <!-- with link if there is one -->
             <span tal:condition="here/link">              <span tal:condition="here/link">
                                                   
                     <b><tal:block tal:content="structure here/getLabel"/> [<a tal:attributes="href python:here.linkRTSP()">streaming</a>] [<a tal:attributes="href python:here.linkHTTP()" target="_blank">http</a>]</b>                      <b><tal:block tal:content="structure here/getLabel"/>
             </span>  
             <span tal:condition="here/lowresHTTP">  
                           
                     <b>Lowres: [<a tal:attributes="href python:here.lowresRTSP()">streaming</a>] [<a tal:attributes="href python:here.lowresHTTP()" target="_blank">http</a>]</b>  
             </span>              </span>
                         <b>[<a tal:attributes="href string:${here/id}/RDF">RDF metadata</a>]</b>  
   
             <!-- without link if there isn't one -->              <!-- without link if there isn't one -->
             <span tal:condition="not:here/link">              <span tal:condition="not:here/link">
Line 28 Line 23
           
     <tr>      <tr>
                   
         <td>          <td width="200">
                 <!--Thumb-->                  <!--Thumb-->
             <img tal:attributes="src python:here.thumbUrl">                          <a tal:attributes="href string:${here/id}/RDF">
             <!-- Title -->                  <img tal:attributes="src python:here.thumbUrl" border="no">
             <span tal:content="structure here/getTitle">              </a>
                 Title          </td>
                   <td>
               <span tal:condition="here/link">
                               <b>large format:</b>
                                   [<a tal:attributes="href python:here.linkHTTP()" target="_blank">http</a>]
               </span><br>
               <span tal:condition="here/lowresHTTP">
                                   <b>small format:</b>
                       [<a tal:attributes="href python:here.lowresHTTP()" target="_blank">http</a>] [<a tal:attributes="href python:here.lowresRTSP()">streaming</a>]
               </span><br>
                           <b>[<a tal:attributes="href string:${here/id}/RDF">RDF metadata</a>]</b>
   
       <p tal:condition="here/description">
           <span tal:replace="structure here/description">
               DESCRIPTION
             </span>              </span>
             <!-- -->      </p>
   
         </td>          </td>
     </tr>      </tr>
   <!--
         <tr>          <tr>
           <td>            <td>
         The raw file can be found at<br>          The raw file can be found at<br>
           <a tal:attributes="href here/rawFile" tal:content="here/rawFile"/>            <a tal:attributes="href here/rawFile" tal:content="here/rawFile"/>
          </td>           </td>
         </tr>          </tr>
   -->
           
     <!-- Description if there ist one -->      <!-- Description if there is one -->
     <tr tal:condition="here/description">  
           
         <td>  
             <span tal:replace="structure here/description">  
                 DESCRIPTION  
             </span>  
         </td>  
     </tr>  
     <!-- -->  
           
     <!-- Copyrights -->      <!-- Copyrights -->
           

Removed from v.1.5  
changed lines
  Added in v.1.6


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