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

version 1.2, 2004/12/23 12:38:22 version 1.3, 2005/03/03 20:41:00
Line 24 Line 24
       </table>        </table>
     </td>      </td>
     <!-- Body -->      <!-- Body -->
     <td valign="top">      <td valign="top" tal:define="metaHtml python:here.getMetaFile(here.REQUEST.get('path',''))">
       <tal:block tal:replace="structure python:here.getMetaFile(here.REQUEST.get('path',''))"/>          
         <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: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>
    
    
    </table>     </table>
 </html>  </html>

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


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