Merge "DG changes for the closed loop and async support in MDONS"
[sdnc/oam.git] / SdncReports / SdncReportsApi / 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="/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="./node_modules/angular-growl.min.js" ></script>
49       <script src="./node_modules/ng-ip-address/ngIpAddress.min.js" ></script>
50       <link rel="stylesheet" type="text/css" href="./node_modules/angular-growl.min.css">
51       <link rel="stylesheet" href="/style/w3.css">
52    </head>
53    <!-- apply our angular app -->
54    <body>
55    <div class="container">
56       <!-- header page -->
57    <div ng-include="" src="'header.html'"></div>
58       <div style="border-style:ridge;">         
59          <div ng-include="" src="'tabs.html'"></div>
60          <!-- views will be injected here -->
61          <div ng-view></div>
62       </div>  </div>
63       <!-- footer page -->
64        <div width="100%" align="center" ng-include="" src="'footer.html'"></div>
65      
66    </body>
67 </html>