From: Calin Crisan Date: Mon, 18 Nov 2013 09:55:52 +0000 (+0200) Subject: added owl logo & icon X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=742bb02f999fd1e73eb70488d5c9318fe25caac8;p=motioneye-debian added owl logo & icon --- diff --git a/doc/todo.txt b/doc/todo.txt index 0a24257..1b74edc 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,6 +1,9 @@ -> make camera frames positions configurable -> add a view log functionality +-> optimize the media list js code: + * loading many media groups (directories) is painfully slow + * scroll event could also be optimized for speed -> style scroll bars -> hint text next to section titles -> clickable hints diff --git a/src/handlers.py b/src/handlers.py index e41be6a..7fac412 100644 --- a/src/handlers.py +++ b/src/handlers.py @@ -27,6 +27,7 @@ import mediafiles import mjpgclient import motionctl import remote +import settings import template import update import v4l2ctl diff --git a/static/css/main.css b/static/css/main.css index 96d57df..8fbe63f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -127,8 +127,9 @@ span.logo { } img.logo { - width: 48px; - height: 48px; + width: 36px; + height: 36px; + padding: 7px 3px; vertical-align: middle; } diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..8122484 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/motioneye-icon.svg b/static/img/motioneye-icon.svg new file mode 100644 index 0000000..7e30370 --- /dev/null +++ b/static/img/motioneye-icon.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/static/img/motioneye-logo.svg b/static/img/motioneye-logo.svg new file mode 100644 index 0000000..13e36ea --- /dev/null +++ b/static/img/motioneye-logo.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/static/img/motioneye.svg b/static/img/motioneye.svg deleted file mode 100644 index acc09f4..0000000 --- a/static/img/motioneye.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 76d7b00..ddab2af 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ {% block style %} + {% endblock %} {% block script %} diff --git a/templates/main.html b/templates/main.html index 13dad74..481b95c 100644 --- a/templates/main.html +++ b/templates/main.html @@ -26,7 +26,7 @@