UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / app / AECBlueprintValidationUI / CommittedSubmissions / CommittedSubmissions.html
1 <!--
2 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
3
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
7
8        http://www.apache.org/licenses/LICENSE-2.0
9
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.
15 -->
16
17 <!DOCTYPE html>
18 <!-- Single-page application for EPSDK-App using DS2 look and feel. -->
19 <html>
20 <head>
21 <meta charset="ISO-8859-1">
22 <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
23
24 <title>Committed Submissions</title>
25
26 <!-- B2b Library -->
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">
31
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">
37
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" />
46
47 <link rel="stylesheet" type="text/css"
48  href="app/fusion/styles/ecomp.css">
49
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>
58 <script
59  src="app/fusion/external/javascript-detect-element-resize/jquery.resize.js"></script>
60 <script
61  src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
62 <script
63  src="app/fusion/external/angular-gridster/dist/angular-gridster.min.js"></script>
64
65 <!-- EPSDK App scripts and common services -->
66 <!-- B2b Library -->
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>
71 <script
72  src="app/AECBlueprintValidationUI/CommittedSubmissions/AECCommittedSubmissions.js"></script>
73
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>
78
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>
84
85 <!-- Page specific items -->
86 <script
87  src="app/AECBlueprintValidationUI/CommittedSubmissions/AECCommittedSubmissionsController.js"></script>
88 <script src="app/AECBlueprintValidationUI/CommittedSubmissions/Route.js"></script>
89
90 <style>
91 .controls {
92         margin-bottom: 20px;
93 }
94
95 .page-header {
96         margin-top: 20px;
97 }
98
99 ul {
100         list-style: none;
101 }
102
103 .box {
104         height: 100%;
105         border: 1px solid #ccc;
106         background-color: #fff;
107         position: relative;
108         overflow: hidden;
109 }
110
111 .box-header {
112         background-color: #eee;
113         padding: 0px 0px 0px 0px;
114         margin-bottom: -25px;
115         cursor: move;
116         position: relative;
117 }
118
119 .box-header h3 {
120         margin-top: 0px;
121         display: inline-block;
122 }
123
124 .box-content {
125         padding: 10px;
126         display: block;
127         height: 100%;
128         position: relative;
129         overflow-x: auto;
130         overflow-y: auto;
131 }
132
133 .box-header-btns {
134         top: 15px;
135         right: 10px;
136         cursor: pointer;
137         position: absolute;
138 }
139
140 .gridster {
141         border: none;
142         position: relative;
143 }
144
145 .box-content .box-content-frame {
146
147 }
148
149 .box table {
150         border: none;
151         display: block;
152 }
153
154 .box table tr {
155         line-height: 20px;
156 }
157
158 .box table th {
159         border: none;
160         line-height: 20px;
161 }
162
163 .menu-container {
164         margin-top: 0px
165 }
166
167 .handle-e {
168         width: 3px;
169 }
170 </style>
171 </head>
172 <body class="appBody" ng-app="AECCommittedSubmissions">
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>
177 </body>
178 </html>