Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / fusionapp / scripts / view-models / singlePageSample.html
1 <!DOCTYPE html>
2 <!--
3   ================================================================================
4   eCOMP Portal SDK
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11   
12        http://www.apache.org/licenses/LICENSE-2.0
13   
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19   ================================================================================
20   -->
21
22 <html>
23         <head>
24         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
25         <meta http-equiv="cache-control" content="max-age=0" />
26     <meta http-equiv="cache-control" content="no-cache" />
27     <meta http-equiv="expires" content="0" />
28     <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
29     <meta http-equiv="pragma" content="no-cache" />
30         <!-- CSS -->
31                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/fn-ebz.css" >
32                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/demo.css" >
33                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/base.css" >
34                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/btn.css" >
35                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/dtpk.css" >
36                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/frms.css" >
37                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/sldr.css" >
38                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/style.css" >
39                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/sandbox/styles/tbs.css" >
40                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/ebz_header/portal_ebz_header.css">
41                 <link rel="stylesheet" type="text/css" href="static/fusion/css/jquery-ui.css">
42         <!-- Basic AngularJS -->
43                 <script src= "app/fusion/external/ebz/angular_js/angular.js"></script> 
44                 <script src= "app/fusion/external/ebz/angular_js/angular-sanitize.js"></script> 
45                 <script src= "app/fusion/external/ebz/angular_js/angular-route.min.js"></script>
46                 <script src= "app/fusion/external/ebz/angular_js/app.js"></script> 
47                 <script src= "app/fusion/external/ebz/angular_js/gestures.js"></script>
48                 <script src= "app/fusion/external/ebz/sandbox/att-abs-tpls.js" type="text/javascript"></script>
49         <!-- jQuery --> 
50                 <script src="static/js/jquery-1.10.2.js"></script>
51                 <script src="static/js/jquery.mask.min.js" type="text/javascript"></script>
52                 <script src="static/js/jquery-ui.js" type="text/javascript"></script>
53         <!-- AngularJS Gridster -->
54                 <script src="static/fusion/js/att_angular_gridster/ui-gridster-tpls.js"></script>
55                 <script src="static/fusion/js/att_angular_gridster/angular-gridster.js"></script>
56         <!-- AngularJS Config -->
57                 <script src= "app/fusion/external/ebz/angular_js/app.js"></script>
58                 <script src= "app/fusion/external/ebz/angular_js/checklist-model.js"></script>
59         <!-- Utility -->
60                 <script src="app/fusion/scripts/modalService.js"></script>
61         <!-- Controller js -->
62                 <script src="app/fusion/scripts/controllers/rolefunctionpopupController.js"></script>
63                 <script src="app/fusion/scripts/controllers/modelpopupController.js"></script>
64                 <script src="app/fusionapp/scripts/controller/sampleController.js"></script>
65                 <script src="app/fusionapp/scripts/controller/sample-page-controller.js"></script>
66                 <script src="app/fusionapp/scripts/controller/sample-page-iframe-controller.js"></script>
67         <!-- Header and Footer -->
68
69                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/ebz_header/header.css">
70                 <link rel="stylesheet" type="text/css" href="app/fusion/external/ebz/ebz_header/footer.css" >
71                 <script src="app/fusion/scripts/directives/footer.js"></script>
72                 <script src="app/fusion/external/ebz/js/footer.js"></script>
73                 <script src="app/fusion/scripts/directives/header.js"></script>
74                 <script src="app/fusion/scripts/directives/leftMenu.js"></script>
75         <!-- Services -->
76                 <script src="app/fusion/scripts/services/profileService.js"></script>
77         
78         </head>
79         <body class="appBody" ng-app="abs">
80             <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal_rolefunction.html'"></div>
81                 <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal.html'"></div>
82                 <div q-header></div>
83                 <div q-menu class="appLeftMenu"></div>
84                 <div ng-view style="min-height: 450px;margin-top:-50px;margin-left:210px;margin-right:10px;"></div>             
85                 <div q-footer class="appFooter"></div>
86         </body>
87 </html>