summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/error/zoneminder.html
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-02 22:26:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-02 22:26:37 (GMT)
commitbd4a7fa502dc46031fcbdef83b8a20bb0d7d464d (patch)
tree8f16acd4df40a2db544d92c161c97914dbcfcd92 /abs/core/supplemental-web/contents/error/zoneminder.html
parent137ade2a19ece6170ba29fa954a9a1c3ccbb9f9c (diff)
downloadlinhes_pkgbuild-bd4a7fa502dc46031fcbdef83b8a20bb0d7d464d.zip
linhes_pkgbuild-bd4a7fa502dc46031fcbdef83b8a20bb0d7d464d.tar.gz
linhes_pkgbuild-bd4a7fa502dc46031fcbdef83b8a20bb0d7d464d.tar.bz2
Redo supplemental-web navigation css. Now it includes drop up menus so the header isn't so crowded.
Moved some links out of links.html and into the nav bar refs #857
Diffstat (limited to 'abs/core/supplemental-web/contents/error/zoneminder.html')
-rw-r--r--abs/core/supplemental-web/contents/error/zoneminder.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/contents/error/zoneminder.html b/abs/core/supplemental-web/contents/error/zoneminder.html
new file mode 100644
index 0000000..25ecc9b
--- /dev/null
+++ b/abs/core/supplemental-web/contents/error/zoneminder.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<style type="text/css">@import "/frame.css";</style>
+</head>
+
+<body>
+Zoneminder is not enabled or installed.
+</br>
+</br>
+</br>
+<div id="navcontainer">
+ <ul id="navlist">
+
+To enable zoneminder run these commands in a terminal:
+ </br>
+ <li> pacman -Syyu zoneminder </li>
+ <li> add_service.sh zoneminder </li>
+</ul>
+</body>
+</html>