4 <meta charset="ISO-8859-1">
5 <title>Insert title here</title>
8 <div style="min-height:500px" data-ng-init="invokeSaveNotebook()">
11 <div><iframe id='itestfr' width="1400" height="1400"></iframe></div>
19 <!-- <div ng-controller="notebookFrameController" style="min-height:500px">
22 <div><iframe id='itestframe' width="1400" height="1400"></iframe></div>
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"/>
37 <script src= "app/fusion/scripts/utils/page-resource.js"></script>
40 // loadjscssfile("app/fusion/notebook-integration/scripts/controllers/notebookController.js", "js");
42 loadjscssfile("app/fusion/notebook-integration/scripts/controllers/notebookFrameController.js", "js");
43 loadjscssfile("app/fusion/notebook-integration/scripts/controllers/nbook-framecontroller.js", "js");
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>
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>