Annotation of OSAS/OSA_system/zpt/OSAS_archiveInboxIndex.zpt, revision 1.1

1.1     ! dwinter     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>