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

version 1.1.1.1, 2004/11/29 09:48:07 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 24 Line 26
       </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>
     
     </td>      </td>
   </tr>    </tr>
    
    
    </table>     </table>
 </html>  </html>

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


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