refonte de monaa pour remplacer caotek.fr
This commit is contained in:
@@ -7,35 +7,24 @@
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user