added report download

This commit is contained in:
2025-03-06 14:56:57 +01:00
parent 254fc65859
commit b63606a48c
6 changed files with 491 additions and 4 deletions
@@ -166,6 +166,21 @@ while ($row = $queryPages->fetch_assoc()) {
width: 100% !important;
}
}
.btn-warning {
background-color: #ffca2c;
/* Un giallo più brillante */
border-color: #ffca2c;
color: #212529;
/* Testo scuro per contrasto */
}
.btn-warning:hover {
background-color: #e0b026;
/* Giallo più scuro al passaggio del mouse */
border-color: #e0b026;
color: #212529;
}
</style>
</head>
@@ -188,6 +203,9 @@ while ($row = $queryPages->fetch_assoc()) {
<button onclick="history.back()" class="btn btn-dark">
<i class="fas fa-arrow-left"></i> Torna indietro
</button>
<a href="download-shared-documents.php?idhome=<?php echo $idhome; ?>" class="btn btn-warning" id="downloadZipBtn">
<i class="fas fa-file-archive"></i> Scarica Zip
</a>
</div>
</div>