aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ds2/footer.jsp
blob: 9cb681501c947c6ef7a9d15820cc2f5b6fb2033b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<script src="./app/fusion/external/angular-1.5/angular.min.js"></script>
<script src="./app/fusion/external/angular-1.5/angular-messages.js"></script>
<script src="./app/fusion/external/angular-1.5/angular-touch.js"></script>
<script src="./app/fusion/external/angular-1.5/angular-sanitize.js"></script>
<script src="./app/fusion/external/angular-1.5/angular-route.min.js"></script>
<script src="./app/fusion/external/angular-1.5/angular-cookies.min.js"></script>
<link rel="stylesheet" type="text/css" href="./app/fusion/external/ds2/css/b2b-angular/b2b-angular.css"></style>
<script src="app/fusion/external/ds2/js/b2b-angular/b2b-library.min.js"></script>
<!-- b2b-column-switch-footer can only found in b2b-library.min.js -->


<div style="position: relative; bottom: 0; left: 0; width: 100%">
	<footer class="b2b-footer-wrapper" role="contentinfo" 	aria-label="footer">
		<div class="b2b-footer-container" b2b-column-switch-footer>
			<div style="margin-top: -25px;" class="divider-bottom-footer">
				<div style="text-align: center;" class="span12 footerLogo">
					<div class="span8 copyright-text">						
						<a href="//www.att.com/gen/privacy-policy?pid=2587" target="_blank">&copy; 2017 AT&amp;T Intellectual Property.</a> All rights reserved. AT&T, the AT&T Globe logo and all other AT&T marks contained herein are trademarks of AT&T intellectual property and/or AT&T affiliated companies.
					</div>
					<div class="span3" style="margin-left:30px;">
						<a href="welcome.htm" class="footer-logo"> 
							<span class="footer-global">
								<i class="icon-att-globe" >
									<span class="hidden-spoken">A T &amp; T</span>
								</i>
							</span>							
							<h2 class="logo-title" id="at&amp;t">AT&amp;T</h2>
						</a>
					</div>
				</div>
			</div>
		</div>
	</footer>
</div>