diff --git a/homepage/index.php b/homepage/index.php
index 4b26467..7b84d8e 100644
--- a/homepage/index.php
+++ b/homepage/index.php
@@ -1,3 +1,4 @@
+
diff --git a/homepage/style.css b/homepage/style.css
index 8da70d9..b9a6622 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -54,7 +54,8 @@ th {
}
audio, video{
- width: 100%;
+ max-height: 100%;
+ max-width: 100%;
}
label {
@@ -184,7 +185,8 @@ button:hover {
color: blue;
}
-.center button{
+.overview button, .center button{
+ font-weight: bold;
color: blue;
}
@@ -249,10 +251,6 @@ button:hover {
float: left;
}
-.spectrogrambutton {
- float:top;
-}
-
body::-webkit-scrollbar {
display:none
}
@@ -337,6 +335,7 @@ body::-webkit-scrollbar {
.topnav.responsive button {
display: block;
}
+ .version {display:none;}
.left {
display:none;
}
diff --git a/scripts/overview.php b/scripts/overview.php
index dbcac9c..bab5e33 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -81,14 +81,15 @@ $speciestally = $result5->fetchArray(SQLITE3_ASSOC);
- Most Recent Detection
+ Most Recent Detection:
|
|
+
+
+
Confidence:
+
diff --git a/scripts/play.php b/scripts/play.php
index fc973b9..523ed17 100644
--- a/scripts/play.php
+++ b/scripts/play.php
@@ -104,7 +104,7 @@ if(!isset($_POST['species'])){
$filename = "/By_Date/".$date."/".$comname."/".$results['File_Name'];
echo "
$species |
$sciname |
-
Best Recording $date $time $maxconf
|
+
Best Recording $date $time $maxconf
|
";
}}
echo "
@@ -120,9 +120,9 @@ if(!isset($_POST['species'])){
}
$result2 = $statement2->execute();
echo "
-
- | Listen |
-
";
+
+ | $name |
+
";
while($results=$result2->fetchArray(SQLITE3_ASSOC))
{
$comname = preg_replace('/ /', '_', $results['Com_Name']);
@@ -135,7 +135,7 @@ if(!isset($_POST['species'])){
$confidence = $results['Confidence'];
echo "
$date $time $confidence
- |
+
";
}echo "
";}?>
diff --git a/scripts/stats.php b/scripts/stats.php
index 6d93bca..b0a6ce5 100644
--- a/scripts/stats.php
+++ b/scripts/stats.php
@@ -97,7 +97,7 @@ while($results=$result3->fetchArray(SQLITE3_ASSOC)){
Max Confidence: $maxconf
Best Recording: $date $time
All About Birds
-
+
Loading Images from Wikimedia Commons
", '6096');
@@ -129,7 +129,7 @@ $filename = "/By_Date/".$results['Date']."/".$comname."/".$results['File_Name'];
Occurrences:
Max Confidence:
- Best Recording:
|
+
Best Recording:
Confidence:
-
+