refonte de monaa pour remplacer caotek.fr

This commit is contained in:
2020-04-27 21:38:48 +02:00
parent 5e6495e3ae
commit cb73317f8c
24 changed files with 495 additions and 416 deletions

View File

@@ -7,35 +7,24 @@
<span class="glyphicon glyphicon-plus"></span>&nbsp;
Créér une nouvelle doc</a>
</p>
<div class="col-md-4">
<div class="col-md-6">
<table class="table table-condensed table-striped table-bordered">
<tr>
<th>FINANCE</th>
<th>MEMOS</th>
</tr>
<tr tal:repeat="ligne docs_finance">
<tr tal:repeat="ligne memos">
<td><a href="doc_view/${ligne.doc_id}">${ligne.intitule}</a></td>
</tr>
</table>
</div>
<div class="col-md-4">
<div class="col-md-6">
<table class="table table-condensed table-striped table-bordered">
<tr>
<th>VOITURE</th>
<th>DOCUMENTS</th>
</tr>
<tr tal:repeat="ligne docs_voiture">
<td><a href="doc_view/${ligne.doc_id}">${ligne.intitule}</a></td>
</tr>
</table>
</div>
<div class="col-md-4">
<table class="table table-condensed table-striped table-bordered">
<tr>
<th class="text-center">MAISON</th>
</tr>
<tr tal:repeat="ligne docs_maison">
<tr tal:repeat="ligne docs">
<td><a href="doc_view/${ligne.doc_id}">${ligne.intitule}</a></td>
</tr>
</table>