2 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
18 <!-- Single-page application for EPSDK-App using DS2 look and feel. -->
22 <meta charset="ISO-8859-1">
23 <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
25 <title>Register Timeslot</title>
28 <link rel="stylesheet" type="text/css"
29 href="app/fusion/external/b2b/css/b2b-angular/b2b-angular.css">
30 <link rel="stylesheet" type="text/css"
31 href="app/fusion/external/b2b/css/b2b-angular/font_icons.css">
33 <!-- icons in open source -->
34 <link rel="stylesheet" type="text/css"
35 href="app/fusion/external/ds2/css/digital-ng-library/ionicons.css">
36 <link rel="stylesheet" type="text/css"
37 href="app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css">
39 <link rel="stylesheet" type="text/css"
40 href="app/fusion/external/angular-bootstrap/ui-bootstrap-csp.css">
41 <link rel="stylesheet" type="text/css"
42 href="app/fusion/external/angular-gridster/dist/angular-gridster.min.css">
43 <link rel="stylesheet" type="text/css"
44 href="static/fusion/sample/css/scribble.css" />
45 <link rel="stylesheet" type="text/css"
46 href="static/fusion/sample/css/welcome.css" />
48 <link rel="stylesheet" type="text/css"
49 href="app/fusion/styles/ecomp.css">
51 <link rel="stylesheet"
52 href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
54 <!-- Common scripts -->
55 <script src="app/fusion/external/angular-1.4.8/angular.min.js"></script>
56 <script src="app/fusion/external/angular-1.4.8/angular-messages.js"></script>
57 <script src="app/fusion/external/angular-1.4.8/angular-touch.js"></script>
58 <script src="app/fusion/external/angular-1.4.8/angular-sanitize.js"></script>
59 <script src="app/fusion/external/angular-1.4.8/angular-route.min.js"></script>
60 <script src="app/fusion/external/angular-1.4.8/angular-cookies.min.js"></script>
61 <script src="app/fusion/external/jquery/dist/jquery.min.js"></script>
63 src="app/fusion/external/javascript-detect-element-resize/jquery.resize.js"></script>
65 src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
67 src="app/fusion/external/angular-gridster/dist/angular-gridster.min.js"></script>
69 <!-- EPSDK App scripts and common services -->
71 <script src="app/fusion/external/b2b/js/b2b-angular/b2b-library.min.js"></script>
72 <script src="app/fusion/scripts/DS2-services/ds2-modal/modalService.js"></script>
73 <script src="app/BluvalUI/App.Config.js"></script>
74 <script src="app/BluvalUI/App.Services.js"></script>
75 <script src="app/BluvalUI/RegisterTimeslot/RegisterTimeslot.js"></script>
77 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
78 <script src="app/fusion/scripts/DS2-services/headerServiceDS2.js"></script>
79 <script src="app/fusion/scripts/DS2-services/leftMenuServiceDS2.js"></script>
80 <script src="app/fusion/scripts/DS2-services/manifestService.js"></script>
82 <script src="app/fusion/scripts/DS2-directives/footer.js"></script>
83 <script src="app/fusion/scripts/DS2-directives/ds2Header.js"></script>
84 <script src="app/fusion/scripts/DS2-directives/ds2LeftMenu.js"></script>
85 <script src="app/fusion/scripts/DS2-directives/b2b-leftnav-ext.js"></script>
86 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
88 <!-- Page specific items -->
90 src="app/BluvalUI/RegisterTimeslot/RegisterTimeslotController.js"></script>
91 <script src="app/BluvalUI/RegisterTimeslot/Route.js"></script>
108 border: 1px solid #ccc;
109 background-color: #fff;
115 background-color: #eee;
116 padding: 0px 0px 0px 0px;
117 margin-bottom: -25px;
124 display: inline-block;
148 .box-content .box-content-frame {
176 <body class="appBody" ng-app="RegisterTimeslot">
177 <div ds2-Header class="header-container"></div>
178 <div ds2-menu id="menuContainer" class="menu-container"></div>
179 <div ng-view id="rightContentProfile" class="content-container"></div>
180 <div ds2-Footer class="footer-container"></div>