Merge branch 'main' into ui-tweaks
This commit is contained in:
@@ -22,6 +22,7 @@ Check out birds from around the world
|
|||||||
- [Norman, Oklahoma, United States](https://normanok.birdnetpi.com)<br>
|
- [Norman, Oklahoma, United States](https://normanok.birdnetpi.com)<br>
|
||||||
- [Nijmegen, the Netherlands](https://nijmegen.birdnetpi.com)<br>
|
- [Nijmegen, the Netherlands](https://nijmegen.birdnetpi.com)<br>
|
||||||
- [Murrysville, Pennsylvania, United States](https://murrysvillepa.birdnetpi.com/)
|
- [Murrysville, Pennsylvania, United States](https://murrysvillepa.birdnetpi.com/)
|
||||||
|
- [Berowra, New South Wales, Australia](https://berowra.birdnetpi.com/)
|
||||||
|
|
||||||
[Share your installation!!](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi)
|
[Share your installation!!](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -206,7 +206,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
|
|||||||
?>
|
?>
|
||||||
<label for="appt">Select a Date and Time:</label><br>
|
<label for="appt">Select a Date and Time:</label><br>
|
||||||
<span>If connected to the internet, retrieve time automatically?</span>
|
<span>If connected to the internet, retrieve time automatically?</span>
|
||||||
<input type="checkbox" onchange='handleChange(this)' name="apprise_notify_each_detection" <?php echo $checkedvalue; ?> ><br>
|
<input type="checkbox" onchange='handleChange(this)' <?php echo $checkedvalue; ?> ><br>
|
||||||
<input onclick="this.showPicker()" type="date" id="date" name="date" value="<?php echo date('Y-m-d') ?>" <?php echo $disabledvalue; ?>>
|
<input onclick="this.showPicker()" type="date" id="date" name="date" value="<?php echo date('Y-m-d') ?>" <?php echo $disabledvalue; ?>>
|
||||||
<input onclick="this.showPicker()" type="time" id="time" name="time" value="<?php echo date('H:i') ?>" <?php echo $disabledvalue; ?>>
|
<input onclick="this.showPicker()" type="time" id="time" name="time" value="<?php echo date('H:i') ?>" <?php echo $disabledvalue; ?>>
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user