- onenote.git
- src
- electron
- window
- onenote
- index.html
This file ( 3kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/300.css"/>
<link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400.css"/>
<link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400-italic.css"/>
<link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/500.css"/>
<link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/700.css"/>
<link rel="stylesheet" href="../../../../node_modules/angular/angular-csp.css">
<link rel="stylesheet" href="../../../../node_modules/angular-material/angular-material.css">
<link rel="stylesheet" href="../../../../node_modules/@fortawesome/fontawesome-free/css/all.css">
<link rel="stylesheet" href="./style.css">
<!--
<link rel="stylesheet" href="./core/overlay.css ">
-->
<!-- must be last -->
<link rel="icon" type="image/png" href="../../images/128x128.png"/>
<script type="text/javascript" src="./load.js"></script>
</head>
<body onload="window.p3xOneNoteOnLoad()" id="p3x-onenote-bootstrap" ng-cloak>
<div id="p3x-onenote-bottom-bar" >
<div style="float: left;">
<md-button ng-click="$root.p3x.onenote.go('back')" ng-disabled="!$root.p3x.onenote.canGo('back')" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto">
<md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.back"></md-tooltip>
<i class="fas fa-chevron-left"></i>
</md-button>
<md-button ng-click="$root.p3x.onenote.go('forward')" ng-disabled="!$root.p3x.onenote.canGo('forward')" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto">
<md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.forward"></md-tooltip>
<i class="fas fa-chevron-right"></i>
</md-button>
</div>
<div style="float: right;">
<md-button ng-click="$root.p3x.onenote.zoom(-1)" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto">
<i class="fas fa-search-minus"></i>
</md-button>
<span>{{ $root.p3x.onenote.zoomFactor }}%</span>
<md-button ng-click="$root.p3x.onenote.zoom(1)" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto">
<i class="fas fa-search-plus"></i>
</md-button>
<md-button ng-click="$root.p3x.onenote.donate()" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto">
<i class="fas fa-donate"></i>
<span ng-bind="$root.p3x.onenote.lang.label.donate"></span>
</md-button>
</div>
<span ng-click="$root.p3x.onenote.copyLocation()" style="overflow: hidden; width: 100%;">
<md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.copyLocation"></md-tooltip>
<span ng-bind="$root.p3x.onenote.location"></span>
</span>
</div>
</div>
<!--- webprefrences all lowercase -->
<webview id="p3x-onenote-webview" webpreferences="nativewindowopen=yes,contextisolation=no" allowpopups>
</webview>
</body>
</html>