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> </script>
<form action="" method="GET"> <form action="views.php" method="GET">
<input type="date" name="date" value="<?php echo $theDate;?>"> <input type="date" name="date" value="<?php echo $theDate;?>">
<button type="submit" name="view" value="Daily Charts">Submit Date</button> <button type="submit" name="view" value="Daily Charts">Submit Date</button>
</form> </form>
<table> <br>
<table class="overview">
<tr> <tr>
<th>Total Detections For The Day</th> <th>Total Detections For The Day</th>
<td><?php echo $totalcount['COUNT(*)']; ?></td> <td><?php echo $totalcount['COUNT(*)']; ?></td>