File:  [Repository] / OSA_system2 / zpt / storeOnline_index_html.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Dec 23 12:38:22 2004 UTC (19 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
viewer zu handler

<!--Template for browser environment -->
<html>
<table border="1">
  <!-- Kopf -->
  <tr >
    <td colspan="2" align="center"><h2>OSAS Browser</h2></td>
  </tr>
  <tr >
    <td colspan="2"><p tal:content="structure python:here.path_to_link(here.REQUEST.get('path',''))"/></td>
  </tr>
  <tr>
    <!-- Navigation -->
    <td valign="top" width="30%">
      <table>
      <tr tal:repeat="link python:here.generateTree(here.REQUEST.get('path',''))">
	<td>
	  <tal:block tal:replace="structure python:link[0]"/>
	  <tal:block tal:repeat="handler python:link[1]" tal:content="structure handler"/>
	   </td>
	<td>
	<tal:block tal:replace="structure python:link[2]"/>
	</td>
      </tr>
      </table>
    </td>
    <!-- Body -->
    <td valign="top">
      <tal:block tal:replace="structure python:here.getMetaFile(here.REQUEST.get('path',''))"/>
    </td>
  </tr>
   </table>
</html>

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