diff --git a/homepage/images/info.png b/homepage/images/info.png new file mode 100644 index 0000000..e258a35 Binary files /dev/null and b/homepage/images/info.png differ diff --git a/homepage/images/wiki.png b/homepage/images/wiki.png new file mode 100644 index 0000000..a9a9fba Binary files /dev/null and b/homepage/images/wiki.png differ diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index c29493c..2347e57 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -872,7 +872,9 @@ form#views button .updatenumber { } #recent_detection_middle_td img{ width:unset !important; - height:75px; + max-width:50px; + max-height:50px; + padding:0px; float:left; } diff --git a/homepage/style.css b/homepage/style.css index ecc72d7..8fdff1e 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -837,7 +837,9 @@ form#views button .updatenumber { } #recent_detection_middle_td img{ width:unset !important; - height:75px; + max-width:50px; + max-height:50px; + padding:0px; float:left; } diff --git a/scripts/overview.php b/scripts/overview.php index f684062..918d832 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -128,8 +128,13 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
diff --git a/scripts/play.php b/scripts/play.php index a762002..38923c0 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -562,9 +562,11 @@ $sciname = get_sci_name($name); $info_url = get_info_url($sciname); $url = $info_url['URL']; echo "| $name | -|
|---|---|
| $name + $sciname +
+
+ |
| $name | -|
|---|---|
| $name + $sciname +
+
+ |
- Occurrences: $count - Max Confidence: $maxconf - Best Recording: $date $time - $url_title + |
+ ![]() + Occurrences: $count + Max Confidence: $maxconf + Best Recording: $date $time |