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. -->
21 <meta charset="ISO-8859-1">
22 <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
24 <title>New Submission</title>
27 <link rel="stylesheet" type="text/css"
28 href="app/fusion/external/b2b/css/b2b-angular/b2b-angular.css">
29 <link rel="stylesheet" type="text/css"
30 href="app/fusion/external/b2b/css/b2b-angular/font_icons.css">
32 <!-- icons in open source -->
33 <link rel="stylesheet" type="text/css"
34 href="app/fusion/external/ds2/css/digital-ng-library/ionicons.css">
35 <link rel="stylesheet" type="text/css"
36 href="app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css">
38 <link rel="stylesheet" type="text/css"
39 href="app/fusion/external/angular-bootstrap/ui-bootstrap-csp.css">
40 <link rel="stylesheet" type="text/css"
41 href="app/fusion/external/angular-gridster/dist/angular-gridster.min.css">
42 <link rel="stylesheet" type="text/css"
43 href="static/fusion/sample/css/scribble.css" />
44 <link rel="stylesheet" type="text/css"
45 href="static/fusion/sample/css/welcome.css" />
47 <link rel="stylesheet" type="text/css"
48 href="app/fusion/styles/ecomp.css">
50 <!-- Common scripts -->
51 <script src="app/fusion/external/angular-1.4.8/angular.min.js"></script>
52 <script src="app/fusion/external/angular-1.4.8/angular-messages.js"></script>
53 <script src="app/fusion/external/angular-1.4.8/angular-touch.js"></script>
54 <script src="app/fusion/external/angular-1.4.8/angular-sanitize.js"></script>
55 <script src="app/fusion/external/angular-1.4.8/angular-route.min.js"></script>
56 <script src="app/fusion/external/angular-1.4.8/angular-cookies.min.js"></script>
57 <script src="app/fusion/external/jquery/dist/jquery.min.js"></script>
59 src="app/fusion/external/javascript-detect-element-resize/jquery.resize.js"></script>
61 src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
63 src="app/fusion/external/angular-gridster/dist/angular-gridster.min.js"></script>
65 <!-- EPSDK App scripts and common services -->
67 <script src="app/fusion/external/b2b/js/b2b-angular/b2b-library.min.js"></script>
68 <script src="app/fusion/scripts/DS2-services/ds2-modal/modalService.js"></script>
69 <script src="app/AECBlueprintValidationUI/App.Config.js"></script>
70 <script src="app/AECBlueprintValidationUI/App.Services.js"></script>
72 src="app/AECBlueprintValidationUI/NewSubmission/AECNewSubmission.js"></script>
74 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
75 <script src="app/fusion/scripts/DS2-services/headerServiceDS2.js"></script>
76 <script src="app/fusion/scripts/DS2-services/leftMenuServiceDS2.js"></script>
77 <script src="app/fusion/scripts/DS2-services/manifestService.js"></script>
79 <script src="app/fusion/scripts/DS2-directives/footer.js"></script>
80 <script src="app/fusion/scripts/DS2-directives/ds2Header.js"></script>
81 <script src="app/fusion/scripts/DS2-directives/ds2LeftMenu.js"></script>
82 <script src="app/fusion/scripts/DS2-directives/b2b-leftnav-ext.js"></script>
83 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
85 <!-- Page specific items -->
87 src="app/AECBlueprintValidationUI/NewSubmission/AECNewSubmissionController.js"></script>
88 <script src="app/AECBlueprintValidationUI/NewSubmission/Route.js"></script>
105 border: 1px solid #ccc;
106 background-color: #fff;
112 background-color: #eee;
113 padding: 0px 0px 0px 0px;
114 margin-bottom: -25px;
121 display: inline-block;
145 .box-content .box-content-frame {
172 <body class="appBody" ng-app="AECNewSubmission">
173 <div ds2-Header class="header-container"></div>
174 <div ds2-menu id="menuContainer" class="menu-container"></div>
175 <div ng-view id="rightContentProfile" class="content-container"></div>
176 <div ds2-Footer class="footer-container"></div>