Merge "DG changes for the closed loop and async support in MDONS"
[sdnc/oam.git] / configbackuprestore / vnfconfigbackupservice / src / main / webapp / WEB-INF / views / index.jsp
1 <!-- /*
2    * ============LICENSE_START=======================================================
3    * ONAP : SDNC-FEATURES
4    * ================================================================================
5    * Copyright 2018 TechMahindra
6    *=================================================================================
7    * Licensed under the Apache License, Version 2.0 (the "License");
8    * you may not use this file except in compliance with the License.
9    * You may obtain a copy of the License at
10    *
11    *     http://www.apache.org/licenses/LICENSE-2.0
12    *
13    * Unless required by applicable law or agreed to in writing, software
14    * distributed under the License is distributed on an "AS IS" BASIS,
15    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    * See the License for the specific language governing permissions and
17    * limitations under the License.
18    * ============LICENSE_END=========================================================
19    */
20     -->
21 <!-- index.html -->
22 <!DOCTYPE html>
23 <html ng-app="myApp">
24    <head>
25       <meta charset="utf-8">
26       <!-- CSS -->
27       <script src="./node_modules/jquery.min.js"></script>
28       <script src="./node_modules/tether.min.js" ></script>
29       <link rel="stylesheet" href="./webjars/bootstrap/3.3.7/css/bootstrap.min.css">
30       <script src="./webjars/bootstrap/3.3.7/js/bootstrap.min.js"></script>
31       <link rel="stylesheet" href="/static/style/sdnc-style.css">
32       <!-- JS -->
33       <!-- load angular,date-time picker,pagination,growl and ui-router -->
34       <script src = "./node_modules/angular.min.js"></script>
35       <script src = "./node_modules/angular-route.min.js"></script>
36       <script src="./node_modules/angular-utils-pagination/dirPagination.js"></script>
37       <script src="./node_modules/ng-csv/build/ng-csv.min.js"></script>     
38       <script src="./node_modules/angular-sanitize.min.js"></script>
39       <link rel="stylesheet" href="./node_modules/angularjs-datetime-picker/angularjs-datetime-picker.css" />
40       <script src="./node_modules/angularjs-datetime-picker/angularjs-datetime-picker.js"></script>
41       <script data-require="jquery@*" data-semver="2.1.4" src="https://code.jquery.com/jquery-2.1.4.js"></script>
42       <script src="./node_modules/angular-utils-pagination/dirPagination.js"></script>
43       <script src="./js/app.js"></script>
44       <script src="./js/sdnc-controller/sdnc-viewreport-controller.js"></script>
45       <script src="./js/sdnc-controller/sdnc-validationTest-controller.js"></script>
46       <script src="./js/sdnc-services/sdnc-viewReport-service.js"></script>
47       <script src="./js/sdnc-services/sdnc-validationTest-service.js"></script>
48       <script src="./js/sdnc-controller/sdnc-backupConfig-controller.js"></script>
49       <script src="./js/sdnc-controller/sdnc-applyConfig-controller.js"></script>
50       <script src="./js/sdnc-controller/sdnc-compareConfig-controller.js"></script>
51       <script src="./js/sdnc-services/sdnc-compareConfig-service.js"></script>
52       <script src="./node_modules/angular-growl-v2/build/angular-growl.min.js" ></script>
53       <script src="./node_modules/ng-ip-address/ngIpAddress.min.js" ></script>
54       <link rel="stylesheet" type="text/css" href="./node_modules/angular-growl-v2/build/angular-growl.css">
55       <link rel="stylesheet" href="/static/style/w3.css">
56       <link type="text/css" href="./webjars/angular-object-diff/1.0.1/dist/angular-object-diff.css" rel='stylesheet'>
57       <script type="text/javascript" src="/webjars/angular-object-diff/1.0.1/dist/angular-object-diff.js"></script>
58    </head>
59    <!-- apply our angular app -->
60    <body>
61    <div class="container">
62       <!-- header page -->
63    <div ng-include="'static/views/header.html'"></div>
64       <div style="border-style:ridge;height:auto;">          
65          <div ng-include="'static/views/tabs.html'" ></div>
66          <!-- views will be injected here -->
67          <div ng-view></div>
68       </div>
69       <!-- footer page -->
70        <div ng-include="'static/views/footer.html'" ></div>
71        </div>
72    </body>
73 </html>