another ugh
This commit is contained in:
+2
-2
@@ -303,7 +303,7 @@ body::-webkit-scrollbar {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
.overview span img,.overview span table {
|
.overview span img,.overview span table,.overview img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -378,7 +378,7 @@ body::-webkit-scrollbar {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
.overview span img,.overview span table {
|
.overview span img,.overview span table,.overview img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,6 +89,13 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
|
|||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
<?php
|
||||||
|
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
|
||||||
|
echo "<img src=\"/Charts/$chart?nocache=time()\">";
|
||||||
|
} else {
|
||||||
|
echo "<p>No Detections For Today</p>";
|
||||||
|
}
|
||||||
|
?>
|
||||||
<span>
|
<span>
|
||||||
<table>
|
<table>
|
||||||
<h3>Most Recent Detection: <span style="font-weight: normal;"><?php echo $mostrecent['Date']." ".$mostrecent['Time'];?></span></h3>
|
<h3>Most Recent Detection: <span style="font-weight: normal;"><?php echo $mostrecent['Date']." ".$mostrecent['Time'];?></span></h3>
|
||||||
@@ -103,13 +110,6 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
|
|||||||
</form>
|
</form>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<?php
|
|
||||||
if (file_exists('/home/pi/BirdSongs/Extracted/Charts/'.$chart)) {
|
|
||||||
echo "<img src=\"/Charts/$chart?nocache=time()\">";
|
|
||||||
} else {
|
|
||||||
echo "<p>No Detections For Today</p>";
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<h3 class="centered">Currently Analyzing</h3>
|
<h3 class="centered">Currently Analyzing</h3>
|
||||||
<img class="centered" src='/spectrogram.png?nocache=<?php echo time();?>' >
|
<img class="centered" src='/spectrogram.png?nocache=<?php echo time();?>' >
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user