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

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 >
                      9:     <td colspan="2"><p tal:content="structure python:here.path_to_link(here.REQUEST.get('path',''))"/></td>
                     10:   </tr>
                     11:   <tr>
                     12:     <!-- Navigation -->
                     13:     <td valign="top" width="30%">
                     14:       <table>
                     15:       <tr tal:repeat="link python:here.generateTree(here.REQUEST.get('path',''))">
                     16:    <td>
                     17:      <tal:block tal:replace="structure python:link[0]"/>
                     18:      <tal:block tal:repeat="handler python:link[1]" tal:content="structure handler"/>
                     19:    </td>
                     20:    <td>
                     21:    <tal:block tal:replace="structure python:link[2]"/>
                     22:    </td>
                     23:       </tr>
                     24:       </table>
                     25:     </td>
                     26:     <!-- Body -->
                     27:     <td valign="top">
                     28:       <tal:block tal:replace="structure python:here.getMetaFile(here.REQUEST.get('path',''))"/>
                     29:     </td>
                     30:   </tr>
                     31:    </table>
                     32: </html>

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