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