more tweaks of course
This commit is contained in:
@@ -169,6 +169,7 @@ if(isset($_POST['submit'])) {
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<div class="settings">
|
||||
<?php
|
||||
if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
|
||||
$newconfig = parse_ini_file('/home/pi/BirdNET-Pi/thisrun.txt');
|
||||
@@ -177,7 +178,6 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
|
||||
}
|
||||
?>
|
||||
<h2>Advanced Settings</h2>
|
||||
<body>
|
||||
<form action="" method="POST">
|
||||
<h3>Defaults</h3>
|
||||
<label>Full Disk Behavior: </label>
|
||||
@@ -256,4 +256,4 @@ if(isset($_POST['submit'])){
|
||||
<form action="" method="POST">
|
||||
<button type="submit" name="view" value="Settings">Basic Settings</button>
|
||||
</form>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+2
-6
@@ -41,10 +41,8 @@ if ($language != "none"){
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<div class="settings">
|
||||
<h2>Basic Settings</h2>
|
||||
<body>
|
||||
<div class="row">
|
||||
<div class="column first">
|
||||
<form action="" method="POST">
|
||||
<?php
|
||||
if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
|
||||
@@ -131,6 +129,4 @@ if(isset($_POST['status'])){
|
||||
<form action="" method="POST">
|
||||
<button type="submit" name="view" value="Advanced">Advanced Settings</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ $sciname = preg_replace('/ /', '_', $todaytable['Sci_Name']);
|
||||
<td><?php echo $todaytable['Time'];?><br>
|
||||
<b><a class="a2" href="https://allaboutbirds.org/guide/<?php echo $comname;?>" target="top"><?php echo $todaytable['Com_Name'];?></a></b><br>
|
||||
<a class="a2" href="https://wikipedia.org/wiki/<?php echo $sciname;?>" target="top"><i><?php echo $todaytable['Sci_Name'];?></i></a><br>
|
||||
<?php echo $todaytable['Confidence'];?><br>
|
||||
<b>Confidence:</b> <?php echo $todaytable['Confidence'];?><br>
|
||||
<video controls poster="<?php echo $filename.".png";?>"><source src="<?php echo $filename;?>"></video></td>
|
||||
<?php }?>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user