feat : finalisation du tableau d'estimation des poids bovin
All checks were successful
Auto Tag Develop / tag (push) Successful in 7s
All checks were successful
Auto Tag Develop / tag (push) Successful in 7s
This commit is contained in:
@@ -178,39 +178,9 @@
|
||||
/* =========================
|
||||
FOOTER VACCINS / NOTES
|
||||
========================= */
|
||||
.footer {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.footer th {
|
||||
background: #ffffff;
|
||||
font-size: 9px;
|
||||
font-weight: 700;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.footer td {
|
||||
font-size: 8px;
|
||||
padding: 2px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.footer .small {
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
/* Ligne méta */
|
||||
.meta {
|
||||
margin-top: 3px;
|
||||
text-align: right;
|
||||
font-size: 8px;
|
||||
color: #444;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* Petits ajustements dompdf */
|
||||
.mt-0 { margin-top: 0; }
|
||||
.mb-0 { margin-bottom: 0; }
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* Header droit sans bordures par défaut */
|
||||
.header-right-free,
|
||||
@@ -363,68 +333,46 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- =========================
|
||||
FOOTER (traitements / vaccins)
|
||||
========================= -->
|
||||
{# <table class="footer">#}
|
||||
{# <colgroup>#}
|
||||
{# #}{# 14 colonnes pour gérer proprement les colspan #}
|
||||
{# <col style="width:12.5%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:12.5%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:12.5%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:12.5%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:6%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# <col style="width:6%">#}
|
||||
{# <col style="width:8%">#}
|
||||
{# </colgroup>#}
|
||||
|
||||
{# <tr>#}
|
||||
{# <th colspan="2">Date</th>#}
|
||||
{# <th colspan="2">Antibiotique</th>#}
|
||||
{# <th colspan="2">Date</th>#}
|
||||
{# <th colspan="2">Antero</th>#}
|
||||
{# <th colspan="3">Grippe</th>#}
|
||||
{# <th colspan="3">Protivity</th>#}
|
||||
{# </tr>#}
|
||||
|
||||
{# <tr>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
|
||||
{# <td class="small">Date</td>#}
|
||||
{# <td colspan="2" class="small">Intranasale</td>#}
|
||||
|
||||
{# <td class="small">Date</td>#}
|
||||
{# <td colspan="2" class="small">Rappel 30 jours</td>#}
|
||||
{# </tr>#}
|
||||
|
||||
{# <tr>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2"></td>#}
|
||||
{# <td colspan="2" class="small">Rappel 30 jours</td>#}
|
||||
|
||||
{# <td></td>#}
|
||||
{# <td colspan="2" class="small">Rappel 90 jours</td>#}
|
||||
|
||||
{# <td></td>#}
|
||||
{# <td colspan="2" class="small">3 semaines</td>#}
|
||||
{# </tr>#}
|
||||
{# </table>#}
|
||||
|
||||
{# <div class="meta">#}
|
||||
{# Édité le {{ printedAt|date('d/m/Y H:i') }} - Case {{ buildingCase.code ?? '' }}#}
|
||||
{# </div>#}
|
||||
FOOTER (traitements / vaccins)
|
||||
========================= -->
|
||||
<table class="footer" style="border-collapse:collapse; margin-top: 32px">
|
||||
<tr>
|
||||
<td style="height: 20px; border: 0" colspan="4"></td>
|
||||
<td style="font-weight: 700" colspan="2">Grippe</td>
|
||||
<td style="font-weight: 700" colspan="2">Protivity</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height: 20px">Date</td>
|
||||
<td>Antibiotique</td>
|
||||
<td>Date</td>
|
||||
<td>Antero</td>
|
||||
<td>Date</td>
|
||||
<td>Intranasale</td>
|
||||
<td>Date</td>
|
||||
<td>Rappel 30 jours</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height: 20px"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height: 20px"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user