File:  [Repository] / externalVersionedFile / zpt / showDiffs.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 25 10:00:25 2004 UTC (19 years, 8 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
new

    1: <html>
    2: <table border="1">
    3: <tr tal:repeat="row python:here.formatDiffs(here.REQUEST.SESSION['fileList'])">
    4: <td tal:repeat="col row">
    5: <span tal:replace="structure col"/>
    6: </td>
    7: </tr>
    8: </table>
    9: </html>

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