From c59f45bf14e7915feca4e0303e204e33ef83998e Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 30 Apr 2016 14:44:13 -0400 Subject: #234 - initial code - template Former-commit-id: 57b199dac407d8a19ca13df5f54ca829d40bb7e6 --- www/templates/wizard.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 www/templates/wizard.html (limited to 'www/templates/wizard.html') diff --git a/www/templates/wizard.html b/www/templates/wizard.html new file mode 100644 index 00000000..ee29fe21 --- /dev/null +++ b/www/templates/wizard.html @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + +

Welcome to zmWizard

+

Configuring ZoneMinder can be a pain. Lets see if zmWizard can help. In the next few screens, I will ask you some simple questions and do my best to guess the settings for you.

+ +

What is your Zoneminder portal url?

+ + + {{wizard.tiptext}} + + +
+ Tip: Confused? You can easily find out your portal URL by noting down the url you see on your browser when accessing ZoneMinder Console. + + +
+ +
+ +
+ + + + +

Portal Authentication

+

Lets talk about how you have configured authentication If you have enabled authentication, toggle this button

+ I use authentication + + I use ZM authentication + + + + + I use Basic authentication + + + + + {{wizard.tiptext}} + + +
+ Tip: Confused? ZM Auth is the authentication used when you enable OPT_USE_AUTH in the ZM console options screen.
+ Basic Auth is when you configure a username and password in your webserver. If you are using LDAP authentication, its likely basic auth. +
+ +
+ + + +
+ + + +

Lets try and validate your inputs

+

I am now going to try and log into the portal using: +
Portal: {{wizard.portalurl}} + +

+ +
+
+
+ +
\ No newline at end of file -- cgit v1.2.3