From fb6ffee404c02fb84c68641ce16d6a685d7a76bb Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 1 Jun 2022 16:49:57 -0400 Subject: [PATCH] reworked the config.php notes --- homepage/style.css | 15 +++++++++++++++ scripts/config.php | 17 ++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 32ec6f0..e9ed51c 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -633,6 +633,21 @@ tr { box-shadow:0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%); } +dl { + margin: 1em 0 0 1em; +} +dt { + float: left; + clear: left; + width: auto; + text-align: left; + font-weight: bold; + color: black; +} +dd::before { + content: ": "; +} + input { box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.10); } diff --git a/scripts/config.php b/scripts/config.php index 26cc594..62d3188 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -164,10 +164,21 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) { tgram://{bot_token}/{chat_id} twitter://{ConsumerKey}/{ConsumerSecret}/{AccessToken}/{AccessSecret} https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken} -..." style="vertical-align: top" name="apprise_input" cols="140" rows="5" type="text" >

- +..." style="vertical-align: top" name="apprise_input" cols="140" rows="5" type="text" > +
+
$sciname
+
Scientific Name
+
$comname
+
Common Name
+
$confidence
+
Confidence Score
+
$listenurl
+
A link to the detection
+
+

Use the variables defined above to customize your notification title and body.

+
- +
>