nexus site path corrected
[portal.git] / ecomp-portal-BE / war / WEB-INF / fusion / jsp / ebz / ebz_footer.jsp
1 <%--
2   ================================================================================
3   eCOMP Portal
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property
6   ================================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10   
11        http://www.apache.org/licenses/LICENSE-2.0
12   
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ================================================================================
19   --%>
20
21 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
22   <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
23 <script src="static/ebz/js/footer.js"></script>
24 <script type="text/javascript" src="static/ebz/js/attHeaderSnippet.js"></script>
25 <link rel="stylesheet" type="text/css" href="static/ebz/footer_new.css" >
26  
27
28
29 <div class="footerContainer" id="footerContainer">
30         <div class="footerWrapper" id="footerWrapper">
31
32                         <div class="footerItem">
33                 
34                         </div>
35                         <div class="feedbackSection">
36                                 <div class="dividerTop"></div>
37                                 <div class="feedbackContent">
38                                         <form id="feedbackForm" name="feedbackForm" action="javascript: void(0)"  method="post">
39                                                 <div class="feedbackInfo">Please tell us about your AT&amp;T Business Center experience. Your feedback is appreciated and will help us improve the site.</div>
40                                                 <div class="feedbackTextSection">
41                                                         <textarea id="feedbackText" class="feedbackText" name="feedbackText" maxlength="4000"></textarea>
42                                                         <button type="submit" class="feedbackSubmitButton" id="feedbackSubmitButton" name ="feedbackSubmitButton" >Submit</button>
43                                                 </div>
44                                         </form>
45                                 </div>
46                         </div>
47                         <div class="dividerBottom" id="feedbackResultDivider"></div>
48                         <div class="feedbackResultMsg">
49                                 <div class='readFeedBackMessage' tabindex='-1' style="outline:0px; display:inline-block" aria-live="assertive"></div>
50                                 <span class="icon-included-checkmark" id="feedbackMsgCheck"></span>
51                                 <button id="feedbackOkButton" class="feedbackMsgOKButton">OK</button>
52                         </div>
53                         <div class="dividerBottom"></div>
54                         <div class="feedbackButtonDiv">
55                                 <button type="button" class="feedbackButton" id="feedbackButton" name ="feedbackButton" >Feedback<span class="icon-chevron-down"></span></button>
56                         </div>
57         
58                 <div class="attFooterInfo">
59                         <div class="footerLastSection">
60                         </div>
61                 </div>
62         </div>
63 </div>