Diff for /OSA_system2/zpt/storeOnline_index_html.zpt between versions 1.4 and 1.5

version 1.4, 2005/03/07 19:33:42 version 1.5, 2005/04/06 09:18:41
Line 28 Line 28
     <!-- Body -->      <!-- Body -->
     <td valign="top" tal:define="metaHtml python:here.getMetaFile(here.REQUEST.get('path',''))">      <td valign="top" tal:define="metaHtml python:here.getMetaFile(here.REQUEST.get('path',''))">
                   
       <tal:block tal:condition="not:python:metaHtml==''" tal:replace="structure metaHtml"/>        <tal:block tal:condition="not:python:metaHtml==''"> 
       <tal:block tal:replace="structure metaHtml"/>
   
       <tal:block tal:condition="python:metaHtml==''" tal:replace="structure here/addMetadata">Add metadata</tal:block>        <tal:block tal:condition="python:metaHtml==''" tal:replace="structure here/addMetadata">Add metadata</tal:block>
         </tal:block>                                         
         <tal:block tal:replace="structure here/addMetadata">Add metadata</tal:block>
       
     </td>      </td>
   </tr>    </tr>

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


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