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