history.php: cleanup html

This commit is contained in:
frederik
2024-04-06 19:25:05 +02:00
parent 3a3e270449
commit bce2f60d9c
+3 -2
View File
@@ -128,11 +128,12 @@ 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>