refonte de la partie contents

This commit is contained in:
2021-01-13 17:46:24 +01:00
parent 1254a8130e
commit 123cc393f0
16 changed files with 307 additions and 239 deletions

View File

@@ -0,0 +1,19 @@
<div metal:use-macro="load: ../global_layout.pt">
<div metal:fill-slot="content">
<div class="row">
<table class="table">
<tr tal:repeat="ligne docs">
<td><a href="/doc_view/${ligne.doc_id}"><b>${ligne.intitule}</b></a></td>
<td>${ligne.tag1}</td>
<td>${ligne.cree_le.strftime("%d-%m-%Y")}</td>
</tr>
</table>
</div>
<br />
<br />
</div>
</div>