File:  [Repository] / OSAS / OSA_system / zpt / OSAS_archiveInboxIndex.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<html>
  <body>
    <h2>Archive Inbox</h2>
    <p>Documents archived, but not yet worked on.</p>
    
    <table>
      <tr>
	<td>
	  Path
	</td>
	<td>
	  New in inbox since
	 </td>
	</tr>

      <tr tal:repeat="path here/pathes">
	<td tal:content="python:path[0]"/>
	<td tal:content="python:path[1]"/>
	</tr>
</table>

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