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

    1: <html>
    2:   <body>
    3:     <h2>Archive Inbox</h2>
    4:     <p>Documents archived, but not yet worked on.</p>
    5:     
    6:     <table>
    7:       <tr>
    8: 	<td>
    9: 	  Path
   10: 	</td>
   11: 	<td>
   12: 	  New in inbox since
   13: 	 </td>
   14: 	</tr>
   15: 
   16:       <tr tal:repeat="path here/pathes">
   17: 	<td tal:content="python:path[0]"/>
   18: 	<td tal:content="python:path[1]"/>
   19: 	</tr>
   20: </table>

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