history.php: cleanup html

This commit is contained in:
frederik
2024-04-06 19:25:05 +02:00
parent 3a3e270449
commit bce2f60d9c
+5 -4
View File
@@ -128,17 +128,18 @@ function submitID() {
</script>
<form action="" method="GET">
<form action="views.php" method="GET">
<input type="date" name="date" value="<?php echo $theDate;?>">
<button type="submit" name="view" value="Daily Charts">Submit Date</button>
</form>
<table>
<br>
<table class="overview">
<tr>
<th>Total Detections For The Day</th>
<td><?php echo $totalcount['COUNT(*)'];?></td>
<td><?php echo $totalcount['COUNT(*)']; ?></td>
<td><img id="SwipeSpinner" style="height:30px;"></td>
</tr>
</table>
</table>
<?php // <br><button type="button" onclick="showDialog()">Export as CSV for eBird</button><br><br> ?>
<?php
$time = time();