history.php: cleanup html
This commit is contained in:
+3
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user