1+ <%@ page language =" java" contentType =" text/html; charset=ISO-8859-1"
2+ pageEncoding =" ISO-8859-1" %>
3+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
4+ <%@ taglib prefix =" security"
5+ uri =" http://www.springframework.org/security/tags" %>
6+ <!DOCTYPE html>
7+ <html >
8+ <head >
9+ <meta http-equiv =" Content-Type" content =" text/html; charset=ISO-8859-1" >
10+ <script
11+ src =" https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" ></script >
12+ <!-- Latest compiled and minified CSS -->
13+ <link rel =" stylesheet"
14+ href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
15+ integrity =" sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
16+ crossorigin =" anonymous" >
17+
18+ <!-- Optional theme -->
19+ <link rel =" stylesheet"
20+ href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
21+ integrity =" sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r"
22+ crossorigin =" anonymous" >
23+
24+ <!-- Latest compiled and minified JavaScript -->
25+ <script
26+ src =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
27+ integrity =" sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
28+ crossorigin =" anonymous" ></script >
29+
30+ <title >aBode</title >
31+ </head >
32+ <body >
33+
34+ <h3 >Help</h3 >
35+ <br >
36+
37+ <li type =" button" class =" btn btn-primary " data-toggle =" modal" data-target =" #modal1" >
38+ Home enrolment number will not generate data
39+ </li >
40+ <div class =" modal" id =" modal1" >
41+ <div class =" modal-dialog" >
42+ <div class =" modal-content" >
43+ <div class =" modal-header" >
44+ <button type =" button" class =" close" data-dismiss =" modal" aria-hidden =" true" >× ; </button >
45+ <h4 class =" modal-title" >Home enrolment number will not generate data</h4 >
46+ </div >
47+ <div class =" modal-body" >
48+ <li >Make sure to select the go button</a ></li >
49+ <li >Close Abode for 10 seconds then reopen Abode</a ></li >
50+ <li >Make sure caps lock is off</a ></li >
51+ <li >Login with the correct credentials </a ></li >
52+ </div >
53+ <div class =" modal-footer" >
54+ <button type =" button" class =" btn btn-default" data-dismiss =" modal" >Close</button >
55+ </div >
56+ </div >
57+ </div >
58+ </div >
59+ <br >
60+ <br >
61+ <li type =" button" class =" btn btn-primary " data-toggle =" modal" data-target =" #modal2" >
62+ Next button is not functioning
63+ </li >
64+ <div class =" modal" id =" modal2" >
65+ <div class =" modal-dialog" >
66+ <div class =" modal-content" >
67+ <div class =" modal-header" >
68+ <button type =" button" class =" close" data-dismiss =" modal" aria-hidden =" true" >× ; </button >
69+ <h4 class =" modal-title" >Next button is not functioning</h4 >
70+ </div >
71+ <div class =" modal-body" >
72+ <li >Make sure all fields are populated</a ></li >
73+ <li >Populate needed fields </a ></li >
74+ <li >Make sure to save</a ></li >
75+ </div >
76+ <div class =" modal-footer" >
77+ <button type =" button" class =" btn btn-default" data-dismiss =" modal" >Close</button >
78+ </div >
79+ </div >
80+ </div >
81+ </div >
82+
83+ <br >
84+ <br >
85+ <li type =" button" class =" btn btn-primary " data-toggle =" modal" data-target =" #modal3" >
86+ No Deficiencies displaying
87+ </li >
88+ <div class =" modal" id =" modal3" >
89+ <div class =" modal-dialog" >
90+ <div class =" modal-content" >
91+ <div class =" modal-header" >
92+ <button type =" button" class =" close" data-dismiss =" modal" aria-hidden =" true" >× ; </button >
93+ <h4 class =" modal-title" >No Deficiencies displaying</h4 >
94+ </div >
95+ <div class =" modal-body" >
96+ <li >Make sure you are updated</a ></li >
97+ <li >Make sure there is a internet connection</a ></li >
98+ <li >Re enter the home enrolment number </a ></li >
99+ <li >Add or delete needed deficiencies</a ></li >
100+ <li >Populate needed fields </a ></li >
101+ <li >Make sure to save</a ></li >
102+ </div >
103+ <div class =" modal-footer" >
104+ <button type =" button" class =" btn btn-default" data-dismiss =" modal" >Close</button >
105+ </div >
106+ </div >
107+ </div >
108+ </div >
109+
110+ <br >
111+ <address >
112+ Select link to ask questions here: <a
113+ href =" mailto:exampleAbode@exampleAbode.com? subject=Feedback&body=Message"
114+ target =" #" >Send Mail</a >
115+ </address >
116+ <p >Abode Contact # 647-232-2699</p >
117+ <p >Times Group Inc # (905) 940-6286</p >
118+
119+
120+
121+
122+
123+
124+ </body >
125+ </html >
0 commit comments