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, 6 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
new

<html>
<table border="1">
<tr tal:repeat="row python:here.formatDiffs(here.REQUEST.SESSION['fileList'])">
<td tal:repeat="col row">
<span tal:replace="structure col"/>
</td>
</tr>
</table>
</html>

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