Files
TDI-Dashboard/templates/pec.html
T
Luca Banfi ebafa611be init
2026-05-06 13:59:13 +02:00

24 lines
1.0 KiB
HTML

<section class="page-header">
<div class="page-filter-wrap">
<div class="pec-header">
<h2>Comunicazioni PEC (ultime 200)</h2>
<button id="btn-toggle-filters" class="btn-toggle-filters" title="Mostra/nascondi filtri">
<svg id="filters-arrow" class="filters-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 6 15 12 9 18"/></svg>
<span class="filters-btn-text">Filtri</span>
</button>
</div>
<div id="filters-collapsible" class="filters-collapsible">
<div class="filters-collapsible-inner">
<div class="pec-filter">
<label><input type="checkbox" data-stato="inviato" checked> Inviato</label>
<label><input type="checkbox" data-stato="pending" checked> Pending</label>
<label><input type="checkbox" data-stato="errore" checked> Errore</label>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="tw">${tbl_pec}</div>
</section>