BlockLog/inclure/inc-tableau_blockchaines.html

26 lines
691 B
HTML

#CACHE{0}
[(#ENV{objet}|blocklog_verifier_blockchaines{#ENV{date_debut}, #ENV{date_fin}}|set{mesLogs})]
<table>
<thead>
<tr>
<th class="id">id</th>
<th class="numero">numéro</th>
<th class="blockchaine">Blockchaine</th>
<th class="date">Date</th>
<th class="validite">Validité</th>
</tr>
</thead>
<tbody>
<BOUCLE_blocklog(DATA){source tableau, #GET{mesLogs}}>
<tr class="[valideLigne_(#VALEUR{v})]">
<td>[(#VALEUR{id_blocklog})]</td>
<td>[(#VALEUR{num})]</td>
<td>[(#VALEUR{blockchaine})]</td>
<td>[(#VALEUR{maj}|affdate{d/M/Y})]</td>
<td class="[valideTd_(#VALEUR{v})]">[(#VALEUR{v})]</td>
</tr>
</BOUCLE_blocklog>
</tbody>
</table>