summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/error
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/supplemental-web/contents/error')
-rw-r--r--abs/core/supplemental-web/contents/error/call_log.html2
-rw-r--r--abs/core/supplemental-web/contents/error/zoneminder.html20
2 files changed, 21 insertions, 1 deletions
diff --git a/abs/core/supplemental-web/contents/error/call_log.html b/abs/core/supplemental-web/contents/error/call_log.html
index 3f05f21..d4d6333 100644
--- a/abs/core/supplemental-web/contents/error/call_log.html
+++ b/abs/core/supplemental-web/contents/error/call_log.html
@@ -6,6 +6,6 @@
<body>
Call logging is not enabled, or no calls logs
</br>
-To enable logging of incoming phone calls please visit the advanced section of the service menu
+To enable logging of incoming phone calls please visit the advanced section of the service menu
</body>
</html>
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>