Annotation of OSA_system2/zpt/storeOnline_index_html.zpt, revision 1.5

1.1       dwinter     1: <!--Template for browser environment -->
                      2: <html>
                      3: <table border="1">
                      4:   <!-- Kopf -->
                      5:   <tr >
                      6:     <td colspan="2" align="center"><h2>OSAS Browser</h2></td>
                      7:   </tr>
                      8:   <tr >
1.4       dwinter     9:     <td colspan="2"><p tal:content="structure python:here.path_to_link(here.REQUEST.get('path',''))"/>
                     10:     <p tal:repeat="handler python:here.getHandlersOfPath()[1]" tal:content="structure python:handler"/>
                     11:    </td>
1.1       dwinter    12:   </tr>
                     13:   <tr>
                     14:     <!-- Navigation -->
                     15:     <td valign="top" width="30%">
                     16:       <table>
                     17:       <tr tal:repeat="link python:here.generateTree(here.REQUEST.get('path',''))">
                     18:    <td>
                     19:      <tal:block tal:replace="structure python:link[0]"/>
                     20:      <tal:block tal:repeat="handler python:link[1]" tal:content="structure handler"/>
1.2       dwinter    21:       </td>
1.1       dwinter    22:    <td>
                     23:    <tal:block tal:replace="structure python:link[2]"/>
                     24:    </td>
                     25:       </tr>
                     26:       </table>
                     27:     </td>
                     28:     <!-- Body -->
1.3       dwinter    29:     <td valign="top" tal:define="metaHtml python:here.getMetaFile(here.REQUEST.get('path',''))">
                     30:        
1.5     ! dwinter    31:       <tal:block tal:condition="not:python:metaHtml==''"> 
        !            32:    <tal:block tal:replace="structure metaHtml"/>
        !            33: 
        !            34:    <tal:block tal:condition="python:metaHtml==''" tal:replace="structure here/addMetadata">Add metadata</tal:block>
        !            35:       </tal:block>                                        
        !            36:       <tal:block tal:replace="structure here/addMetadata">Add metadata</tal:block>
1.4       dwinter    37:   
1.1       dwinter    38:     </td>
                     39:   </tr>
1.3       dwinter    40:  
                     41:  
1.1       dwinter    42:    </table>
                     43: </html>

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