[UI] Handle malformed results
[validation.git] / ui / src / main / webapp / app / BluvalUI / 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
21 <head>
22 <meta charset="ISO-8859-1">
23 <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
24
25 <title>Committed Submissions</title>
26
27 <!-- B2b Library -->
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">
32
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">
38
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" />
47
48 <link rel="stylesheet" type="text/css"
49     href="app/fusion/styles/ecomp.css">
50
51 <link rel="stylesheet"
52     href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
53 <link rel="stylesheet"
54     href="https://cdnjs.cloudflare.com/ajax/libs/ng-table/1.0.0/ng-table.css">
55
56 <!-- Common scripts -->
57 <script src="app/fusion/external/angular-1.4.8/angular.min.js"></script>
58 <script src="app/fusion/external/angular-1.4.8/angular-messages.js"></script>
59 <script src="app/fusion/external/angular-1.4.8/angular-touch.js"></script>
60 <script src="app/fusion/external/angular-1.4.8/angular-sanitize.js"></script>
61 <script src="app/fusion/external/angular-1.4.8/angular-route.min.js"></script>
62 <script src="app/fusion/external/angular-1.4.8/angular-cookies.min.js"></script>
63 <script src="app/fusion/external/jquery/dist/jquery.min.js"></script>
64 <script
65     src="app/fusion/external/javascript-detect-element-resize/jquery.resize.js"></script>
66 <script
67     src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
68 <script
69     src="app/fusion/external/angular-gridster/dist/angular-gridster.min.js"></script>
70
71 <!-- EPSDK App scripts and common services -->
72 <!-- B2b Library -->
73 <script src="app/fusion/external/b2b/js/b2b-angular/b2b-library.min.js"></script>
74 <script
75     src="https://cdnjs.cloudflare.com/ajax/libs/ng-table/1.0.0/ng-table.js"></script>
76 <script src="app/fusion/scripts/DS2-services/ds2-modal/modalService.js"></script>
77 <script src="app/BluvalUI/App.Config.js"></script>
78 <script src="app/BluvalUI/App.Services.js"></script>
79 <script src="app/BluvalUI/CommittedSubmissions/CommittedSubmissions.js"></script>
80
81 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
82 <script src="app/fusion/scripts/DS2-services/headerServiceDS2.js"></script>
83 <script src="app/fusion/scripts/DS2-services/leftMenuServiceDS2.js"></script>
84 <script src="app/fusion/scripts/DS2-services/manifestService.js"></script>
85
86 <script src="app/fusion/scripts/DS2-directives/footer.js"></script>
87 <script src="app/fusion/scripts/DS2-directives/ds2Header.js"></script>
88 <script src="app/fusion/scripts/DS2-directives/ds2LeftMenu.js"></script>
89 <script src="app/fusion/scripts/DS2-directives/b2b-leftnav-ext.js"></script>
90 <script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
91
92 <!-- Page specific items -->
93 <script
94     src="app/BluvalUI/CommittedSubmissions/CommittedSubmissions.Services.js"></script>
95 <script
96     src="app/BluvalUI/CommittedSubmissions/CommittedSubmissionsController.js"></script>
97 <script src="app/BluvalUI/CommittedSubmissions/Route.js"></script>
98
99 <style>
100 .controls {
101     margin-bottom: 20px;
102 }
103
104 .page-header {
105     margin-top: 20px;
106 }
107
108 ul {
109     list-style: none;
110 }
111
112 .box {
113     height: 100%;
114     border: 1px solid #ccc;
115     background-color: #fff;
116     position: relative;
117     overflow: hidden;
118 }
119
120 .box-header {
121     background-color: #eee;
122     padding: 0px 0px 0px 0px;
123     margin-bottom: -25px;
124     cursor: move;
125     position: relative;
126 }
127
128 .box-header h3 {
129     margin-top: 0px;
130     display: inline-block;
131 }
132
133 .box-content {
134     padding: 10px;
135     display: block;
136     height: 100%;
137     position: relative;
138     overflow-x: auto;
139     overflow-y: auto;
140 }
141
142 .box-header-btns {
143     top: 15px;
144     right: 10px;
145     cursor: pointer;
146     position: absolute;
147 }
148
149 .gridster {
150     border: none;
151     position: relative;
152 }
153
154 .box-content .box-content-frame {
155
156 }
157
158 .box table {
159     border: none;
160     display: block;
161 }
162
163 .box table tr {
164     line-height: 20px;
165 }
166
167 .box table th {
168     border: none;
169     line-height: 20px;
170 }
171
172 .menu-container {
173     margin-top: 0px
174 }
175
176 .handle-e {
177     width: 3px;
178 }
179 </style>
180 </head>
181
182 <body class="appBody" ng-app="CommittedSubmissions">
183     <div ds2-Header class="header-container"></div>
184     <div ds2-menu id="menuContainer" class="menu-container"></div>
185     <div ng-view id="rightContentProfile" class="content-container"></div>
186     <div ds2-Footer class="footer-container"></div>
187 </body>
188
189 </html>