summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/help.html')
-rw-r--r--www/templates/help.html80
1 files changed, 37 insertions, 43 deletions
diff --git a/www/templates/help.html b/www/templates/help.html
index decdf47e..e5f18bd8 100644
--- a/www/templates/help.html
+++ b/www/templates/help.html
@@ -6,63 +6,57 @@
<ion-content class="padding">
- <div class="list">
+ <div class="list">
- <ion-item class="item-text-wrap">
- <h2><b> What is an API path?</b> </h2>
- The latest versions of ZoneMinder have an API that is supposed to replace the XML skin.
- It is only available starting Zoneminder 1.29. If you don't have
- the API installed the client WILL NOT WORK.
+ <ion-item class="item-text-wrap">
+ <h2><b> What is an API path?</b> </h2> The latest versions of ZoneMinder have an API that is supposed to replace the XML skin. It is only available starting Zoneminder 1.29. If you don't have the API installed the client WILL NOT WORK.
- </ion-item>
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2><b> What is ZM base URL, portal alias and API path</b> </h2>
- Okay, there are multiple ways you can install ZoneMinder. For example, let's say you access zoneminder via http://yourserver.com:8000/zm. Then, http://yoursever.com:8000 is the base portal URL and the alias is zm. It's important you get these right, otherwise the app won't be able to display the data.
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2><b> What is ZM base URL, portal alias and API path</b> </h2> Okay, there are multiple ways you can install ZoneMinder. For example, let's say you access zoneminder via http://yourserver.com:8000/zm. Then, http://yoursever.com:8000 is the base portal URL and the alias is zm. It's important you get these right, otherwise the app won't be able to display the data.
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2> <b>What should I be entering in the Base URL and API URL?</b></h2>
- The base url is typically of the format "http://yourserver:port/" (don't specify zm)
- The API url is typically of the format "http://yourserver:port/zm/api"
- But it depends on how you've installed ZoneMinder
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2> <b>What should I be entering in the Base URL and API URL?</b></h2> The base url is typically of the format "http://yourserver:port/" (don't specify zm) The API url is typically of the format "http://yourserver:port/zm/api" But it depends on how you've installed ZoneMinder
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2> <b>I do not have authentication enabled but the app keeps asking me to specify authentication</b></h2>
- If you don't use ZM authentication, just enter an "x" in both user name and password.
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2> <b>I do not have authentication enabled but the app keeps asking me to specify authentication</b></h2> If you don't use ZM authentication, just enter an "x" in both user name and password.
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2><b> The data is not refreshing!</b></h2>
- Most screens that show lists of data has a pull down action. Pull down to refresh and your data
- should be reloaded.
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2><b> The data is not refreshing!</b></h2> Most screens that show lists of data has a pull down action. Pull down to refresh and your data should be reloaded.
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2><b> What do all the colors in the Monitor view mean?</b></h2>
- <i class="icon ion-checkmark-circled" style="color:#1E90FF"></i> Checking <br/>
- <i class="icon ion-checkmark-circled" style="color:green"></i> All good <br/>
- <i class="icon ion-close-circled" style="color:red"></i> Not running <br/>
- <i class="icon ion-close-circled" style="color:orange"></i> Not running (pending) <br/>
- <i class="icon ion-checkmark-circled" style="color:grey"></i> Disabled <br/>
- <i class="icon ion-help-circled" style="color:#800000"></i> Unknown <br/>
+ <ion-item class="item-text-wrap">
+ <h2><b> What do all the colors in the Monitor view mean?</b></h2>
+ <i class="icon ion-checkmark-circled" style="color:#1E90FF"></i> Checking
+ <br/>
+ <i class="icon ion-checkmark-circled" style="color:green"></i> All good
+ <br/>
+ <i class="icon ion-close-circled" style="color:red"></i> Not running
+ <br/>
+ <i class="icon ion-close-circled" style="color:orange"></i> Not running (pending)
+ <br/>
+ <i class="icon ion-checkmark-circled" style="color:grey"></i> Disabled
+ <br/>
+ <i class="icon ion-help-circled" style="color:#800000"></i> Unknown
+ <br/>
- </ion-item>
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2><b>I want to contribute!</b></h2>
- Awesome. <a href="#" onclick="window.open('http://github.com/pliablepixels/zmNinja', '_blank', 'location=yes'); return false;"> Grab</a> the source code!
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2><b>I want to contribute!</b></h2> Awesome. <a href="#" onclick="window.open('http://github.com/pliablepixels/zmNinja', '_blank', 'location=yes'); return false;"> Grab</a> the source code!
+ </ion-item>
- <ion-item class="item-text-wrap">
- <h2><b>How do I contact the author?</b></h2>
- Send me an <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a>
- </ion-item>
+ <ion-item class="item-text-wrap">
+ <h2><b>How do I contact the author?</b></h2> Send me an <a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a>
+ </ion-item>
</div>