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

version 1.3, 2005/03/03 20:41:00 version 1.4, 2005/03/07 19:33:42
Line 6 Line 6
     <td colspan="2" align="center"><h2>OSAS Browser</h2></td>      <td colspan="2" align="center"><h2>OSAS Browser</h2></td>
   </tr>    </tr>
   <tr >    <tr >
     <td colspan="2"><p tal:content="structure python:here.path_to_link(here.REQUEST.get('path',''))"/></td>      <td colspan="2"><p tal:content="structure python:here.path_to_link(here.REQUEST.get('path',''))"/>
       <p tal:repeat="handler python:here.getHandlersOfPath()[1]" tal:content="structure python:handler"/>
      </td>
   </tr>    </tr>
   <tr>    <tr>
     <!-- Navigation -->      <!-- Navigation -->
Line 28 Line 30
                   
       <tal:block tal:condition="not:python:metaHtml==''" tal:replace="structure metaHtml"/>        <tal:block tal:condition="not:python:metaHtml==''" 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:repeat="files python:here.readObjectsFromPath(here.REQUEST['path']).keys()">    
     <tal:block tal:replace="python:files"/>  
     <tal:block tal:replace="python:here.getMetaInfoFromIndexMeta(files)"/>  
      </tal:block>  
     </td>      </td>
   </tr>    </tr>
     

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


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