[UI] Support data registration
[validation.git] / ui / src / main / webapp / app / BluvalUI / RegisterLayer / RegisterLayerTemplate.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 <div id="page-content" class="content" style="padding: 25px;">
18     <div>
19         <h1 class="heading-page">Register Blueprint Layer</h1>
20
21         <div class="Column">
22             <div class="form-row">
23                 <label for="textinputID-3a">Define blueprint
24                     layer: </label> <input ng-model="definedLayer"</input>
25             </div>
26         </div>
27         <br>
28
29         <div class="fn-ebz-container"
30             style="position: relative; top: 25px;">
31             <button href="javascript:void(0)" id="addbtn"
32                 style="bottom: -17px;" size="small"
33                 att-accessibility-click="13,32"
34                 class="btn btn-alt btn-small" ng-click="register();">Register</button>
35         </div>
36     </div>
37 </div>