birdweather updates and webpage aesthetic changes

This commit is contained in:
Patrick McGuire
2021-12-01 15:39:55 -05:00
parent 811c1bc3cd
commit 97c0e394b3
3 changed files with 62 additions and 58 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<frame name="footer" src="footer.html" scrolling="off"> <frame name="footer" src="footer.html" scrolling="off">
</frameset> </frameset>
<frameset cols="150,*" frameborder="0" border="0" framespacing="0"> <frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="off" noresize> <frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="content" src="/overview.php" marginheight="0" marginwidth="0" scrolling="auto" noresize> <frame name="content" src="/overview.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<noframes> <noframes>
+46 -42
View File
@@ -1,17 +1,20 @@
<html> <html>
<head> <head>
<title>HTML Frames Example - Menu</title> <title>HTML Frames Example - Menu</title>
<style type="text/css"> <style type="text/css">
a { a {
text-decoration:none; text-decoration:none;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
color:black; color:black;
font-size: small;
} }
body { body {
font-family:verdana,arial,sans-serif; font-family:verdana,arial,sans-serif;
font-size:medium; font-size:medium;
margin:10px; margin:10px;
background-color: rgb(119, 196, 135); background-color: rgb(119, 196, 135);
text-align: left;
padding-bottom: 30px;
} }
h3 { h3 {
margin: 0px 0px -15px 0px; margin: 0px 0px -15px 0px;
@@ -22,54 +25,55 @@ h4,h5 {
margin: 0px 0px 5px 0px; margin: 0px 0px 5px 0px;
} }
footer { footer {
position:absolute; background: rgb(119, 196, 135);
bottom:0; position: fixed;
left:0; padding-top: 10px;
left: 0;
bottom: 0;
width:100%; width:100%;
} }
hr { hr {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
</style> body::-webkit-scrollbar {
</head> display:none
<body> }
<h5>Extractions</h5> </style>
<p style="font-size: small;text-align: left;padding-left:5px;"> </head>
<a href="http://birdnetpi.local/By_Date/" target="content">By Date</a><br> <body>
<a href="http://birdnetpi.local/By_Common_Name/" target="content">By Common Name</a><br>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content">By Scientific Name</a><br>
<a href="http://birdnetpi.local/Processed/" target="content">Processed</a><br>
</p> <h5>Extractions</h5>
<hr class="solid"> - <a href="http://birdnetpi.local/By_Date/" target="content">By Date</a><br>
<h5>System Links</h5> - <a href="http://birdnetpi.local/By_Common_Name/" target="content">By Common Name</a><br>
<p style="font-size: small;text-align: left;padding-left:5px;"> - <a href="http://birdnetpi.local/By_Scientific_Name/" target="content">By Scientific Name</a><br>
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a><br> - <a href="http://birdnetpi.local/Processed/" target="content">Processed</a><br>
<a href="http://birdnetpi.local/phpsysinfo/" target="content">System Info</a><br> <hr class="solid">
<a href="http://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a><br> <h5>System Links</h5>
- <a href="http://birdnetpi.local/scripts/" target="content">Tools</a><br>
- <a href="http://birdnetpi.local/phpsysinfo/" target="content">System Info</a><br>
- <a href="https://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a><br>
- <a href="https://birdnetpi.local:8888" target="content">Extraction Log</a><br>
<a href="http://birdnetpi.local:8888" target="content">Extraction Log</a><br> <hr class="solid">
</p> <h5>External Links</h5>
<hr class="solid"> - <a href="https://app.birdweather.com" target="_content">BirdWeather</a><br>
<h5>External Links</h5> - <a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">Repository</a><br>
<p style="font-size: small;text-align: left;padding-left:5px;"> - <a href="https://github.com/mcguirepr89/BirdNET-Pi/wiki" target="_content">Wiki Help Page</a><br>
<a href="https://app.birdweather.com" target="_content">BirdWeather</a><br> - <a href="https://v2.wttr.in/" target="content">Wttr.in Report</a><br>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">Repository</a><br> - <a href="https://www.birds.cornell.edu" target="_content">Cornell Lab of Ornithology</a><br>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/wiki" target="_content">Wiki Help Page</a><br> <hr class="solid">
<a href="https://wttr.in" target="content">Wttr.in Report</a><br>
<a href="https://www.birds.cornell.edu" target="_content">Cornell Lab of Ornithology</a><br> <h5>Other<br>BirdNET-Pis</h5>
</p> - <a href="https://birdnetpi.pmcgui.xyz" target="_content">United States</a><br>
<hr class="solid"> - <a href="https://birds.naturestation.net" target="_content">South Africa</a><br>
<h5>Other<br>BirdNET-Pis</h5> - <a href="https://birdnetpigermany.hopto.org" target="_content">Germany</a>
<a style="font-size: small;" href="https://birdnetpi.pmcgui.xyz" target="_content">United States</a><br>
<a style="font-size: small;" href="https://birds.naturestation.net" target="_content">South Africa</a><br> </body>
<a style="font-size: small;" href="https://birdnetpigermany.hopto.org" target="_content">Germany</a> <footer style="font-size: small;">
</body> Icon by <a style="font-weight: bold" href="https://www.freepik.com" title="Freepik">Freepik</a> from <a style="font-weight: bold" href="https://www.flaticon.com/" title="Flaticon">Flaticon.com</a>
<footer style="font-size: small;"> </footer>
Icon by <a style="font-weight: bold" href="https://www.freepik.com" title="Freepik">Freepik</a> from <a style="font-weight: bold" href="https://www.flaticon.com/" title="Flaticon">Flaticon.com</a>
</footer>
</html> </html>
+2 -2
View File
@@ -52,7 +52,7 @@ remove_services
remove_scripts remove_scripts
# Stage 2 does a git pull to fetch new things # Stage 2 does a git pull to fetch new things
sudo -u${USER} git -C ${HOME}/BirdNET-Pi checkout -f #sudo -u${USER} git -C ${HOME}/BirdNET-Pi checkout -f
sudo -u${USER} git -C ${HOME}/BirdNET-Pi pull -f #sudo -u${USER} git -C ${HOME}/BirdNET-Pi pull -f
# Trigger the new update_birdnet2.sh # Trigger the new update_birdnet2.sh
sudo -u${USER} ${my_dir}/update_birdnet2.sh sudo -u${USER} ${my_dir}/update_birdnet2.sh