c6dcfa8ff999035fd4a7a9ee079cb57e58ecea99
[portal/sdk.git] /
1 <!-- <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="ISO-8859-1">
5 <title>Insert title here</title>
6 </head>
7 <body> 
8 <div  style="min-height:500px" data-ng-init="invokeSaveNotebook()">
9         
10
11                 <div><iframe id='itestfr' width="1400" height="1400"></iframe></div>
12         
13         
14                 </div>
15
16 </body>
17 </html> -->
18
19 <!--  <div  ng-controller="notebookFrameController" style="min-height:500px">
20         
21
22                 <div><iframe id='itestframe' width="1400" height="1400"></iframe></div>
23         
24         
25                 </div> -->
26                 
27 <!DOCTYPE html>
28 <html>
29         <head>
30         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
31         <meta http-equiv="cache-control" content="max-age=0" />
32     <meta http-equiv="cache-control" content="no-cache" />
33     <meta http-equiv="expires" content="0" />
34     <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
35     <meta http-equiv="pragma" content="no-cache"/>
36
37        <script src= "app/fusion/scripts/utils/page-resource.js"></script> 
38         
39         <script>
40         //      loadjscssfile("app/fusion/notebook-integration/scripts/controllers/notebookController.js", "js");
41                 
42                 loadjscssfile("app/fusion/notebook-integration/scripts/controllers/notebookFrameController.js", "js");
43                 loadjscssfile("app/fusion/notebook-integration/scripts/controllers/nbook-framecontroller.js", "js");
44                 
45         </script>
46        
47         
48                  
49         
50         </head>
51         <body class="appBody" ng-app="abs">
52                 <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal_fn_menu_edit.html'"></div>
53                 <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal_fn_menu_add.html'"></div>
54             <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal_rolefunction.html'"></div>
55                 <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal.html'"></div>
56                 <div ng-include src="'app/fusion/scripts/view-models/profile-page/popup_modal_role.html'"></div>
57                 <div q-header></div>
58                 <div q-menu class="appLeftMenu"></div>
59                 <div ng-view  style="min-height: 450px;margin-top:-50px;margin-left:210px;margin-right:110px;"></div>           
60                 <div q-footer class="appFooter"></div>
61         </body>
62 </html>                 
63                 
64                 
65