Files
TDI-Dashboard/templates/sharepoint.html
T
2026-05-15 12:41:17 +02:00

31 lines
1.5 KiB
HTML

<section class="page-header">
<div class="page-filter-wrap">
<div class="email-header">
<h2>SharePoint (ultimi 500)</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="filter-date-row">
<label class="date-label">Dal <input type="date" id="filter-date-from" /></label>
<label class="date-label">Al&nbsp; <input type="date" id="filter-date-to" /></label>
<button id="filter-date-btn" class="filter-date-btn">Filtra</button>
<button id="filter-date-reset" class="filter-date-btn" style="background:var(--surf);color:var(--txt);border-color:var(--brd)">Reset</button>
</div>
<hr class="filter-hr" />
<div class="email-filter">
<label><input type="checkbox" data-stato="uploaded" checked> Uploaded</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_sharepoint}</div>
</section>