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