2016-02-08 10:20:05 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- saved from url=(0054)http://leafletjs.com/examples/quick-start-example.html -->
|
|
|
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2016-04-13 11:24:19 -05:00
|
|
|
<title>Online Editor</title>
|
2016-02-08 10:20:05 -06:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
2016-10-25 02:13:00 -05:00
|
|
|
<script>
|
|
|
|
// Start listening for Host_PostmessageReady message and save the
|
|
|
|
// result for future
|
|
|
|
window.WOPIpostMessageReady = false;
|
|
|
|
var PostMessageReadyListener = function(e) {
|
|
|
|
var msg = JSON.parse(e.data);
|
|
|
|
if (msg.MessageId === 'Host_PostmessageReady') {
|
|
|
|
window.WOPIPostmessageReady = true;
|
|
|
|
window.removeEventListener('message', PostMessageReadyListener, false);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
window.addEventListener('message', PostMessageReadyListener, false);
|
|
|
|
</script>
|
2016-04-20 05:50:14 -05:00
|
|
|
<link rel="stylesheet" href="/loleaflet/%VERSION%/branding.css"> <!-- add your logo here -->
|
|
|
|
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/localizations.json" type="application/vnd.oftn.l10n+json"/>
|
|
|
|
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/styles-localizations.json" type="application/vnd.oftn.l10n+json" />
|
2016-05-20 11:13:44 -05:00
|
|
|
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/uno-localizations.json" type="application/vnd.oftn.l10n+json" />
|
2016-06-22 16:38:06 -05:00
|
|
|
<link rel="localizations" href="/loleaflet/%VERSION%/l10n/help-localizations.json" type="application/vnd.oftn.l10n+json"/>
|
2016-02-08 10:20:05 -06:00
|
|
|
<style type="text/css"></style></head>
|
2016-08-02 14:52:23 -05:00
|
|
|
<body>
|
2016-02-08 10:20:05 -06:00
|
|
|
<!--The "controls" div holds map controls such as the Zoom button and
|
|
|
|
it's separated from the map in order to have the controls on the top
|
|
|
|
of the page all the time.
|
|
|
|
|
|
|
|
The "document-container" div is the actual display of the document, is
|
|
|
|
what the user sees and it should be no larger than the screen size.
|
|
|
|
|
|
|
|
The "map" div is the actual document and it has the document's size
|
|
|
|
and width, this being inside the smaller "document-container" will
|
|
|
|
cause the content to overflow, creating scrollbars -->
|
2017-01-10 09:26:08 -06:00
|
|
|
|
|
|
|
<div class="header-wrapper">
|
|
|
|
<div id="logo" class="logo"></div>
|
|
|
|
<nav class="main-nav" role="navigation">
|
2017-01-10 12:08:06 -06:00
|
|
|
<!-- Mobile menu toggle button (hamburger/x icon) -->
|
|
|
|
<input id="main-menu-state" type="checkbox" />
|
|
|
|
<label class="main-menu-btn" for="main-menu-state">
|
|
|
|
<span class="main-menu-btn-icon"></span>
|
|
|
|
</label>
|
2017-01-10 09:26:08 -06:00
|
|
|
<ul id="main-menu" class="sm sm-simple lo-menu"></ul>
|
|
|
|
</nav>
|
2017-02-17 08:24:11 -06:00
|
|
|
<div id="toolbar-wrapper">
|
2017-01-10 09:26:08 -06:00
|
|
|
<div id="toolbar-up"></div>
|
|
|
|
<div id="formulabar"></div>
|
|
|
|
<div id="toolbar-up-more"></div>
|
|
|
|
</div>
|
|
|
|
<input id="insertgraphic" type="file" onchange="onInsertFile()" style="position: fixed; top: -100em">
|
2016-02-08 10:20:05 -06:00
|
|
|
</div>
|
|
|
|
|
2017-01-12 06:53:30 -06:00
|
|
|
<div id="spreadsheet-row-column-frame">
|
|
|
|
</div>
|
|
|
|
|
2016-02-08 10:20:05 -06:00
|
|
|
<div id="document-container">
|
2016-08-02 14:52:23 -05:00
|
|
|
<div id="map"></div>
|
2016-02-08 10:20:05 -06:00
|
|
|
</div>
|
2016-02-22 03:36:45 -06:00
|
|
|
<div id="spreadsheet-toolbar"></div>
|
2017-01-11 00:52:03 -06:00
|
|
|
|
|
|
|
<div id="presentation-controls-wrapper">
|
|
|
|
<div id="slide-sorter"></div>
|
|
|
|
<div id="presentation-toolbar"></div>
|
|
|
|
</div>
|
|
|
|
|
2016-02-08 10:20:05 -06:00
|
|
|
<div id="toolbar-down"></div>
|
|
|
|
|
2016-06-21 04:35:11 -05:00
|
|
|
<div id="about-dialog" style="display:none; text-align: center;">
|
2016-06-22 09:07:44 -05:00
|
|
|
<h1 id="product-name">LibreOffice Online</h1>
|
2016-06-21 04:35:11 -05:00
|
|
|
<hr/>
|
2016-06-22 09:07:44 -05:00
|
|
|
<h3 id="product-string"></h3>
|
2016-06-21 04:35:11 -05:00
|
|
|
<p>
|
|
|
|
<h3>LOOLWSD</h3>
|
|
|
|
<div id="loolwsd-version"></div>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<h3>LOKit</h3>
|
|
|
|
<div id="lokit-version"></div>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2016-08-02 14:52:23 -05:00
|
|
|
<script>
|
|
|
|
window.host = '%HOST%';
|
|
|
|
window.access_token = '%ACCESS_TOKEN%';
|
2016-11-29 09:47:18 -06:00
|
|
|
window.access_token_ttl = '%ACCESS_TOKEN_TTL%';
|
2016-12-15 03:56:54 -06:00
|
|
|
window.loleaflet_logging = '%LOLEAFLET_LOGGING%';
|
2016-08-02 14:52:23 -05:00
|
|
|
</script>
|
|
|
|
<script src="/loleaflet/%VERSION%/branding.js"></script> <!-- logo onclick handler -->
|
|
|
|
<script src="/loleaflet/%VERSION%/bundle.js"></script>
|
|
|
|
<script src="/loleaflet/%VERSION%/toolbar/w2ui.min.js"></script>
|
2016-04-20 05:50:14 -05:00
|
|
|
<script src="/loleaflet/%VERSION%/toolbar/toolbar.js"></script>
|
2016-02-08 10:20:05 -06:00
|
|
|
</body></html>
|