libreoffice-online/loleaflet/dist/loleaflet.html

65 lines
2.7 KiB
HTML
Raw Normal View History

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">
<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">
<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" />
<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>
<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 -->
<div id="logo" class="logo"></div>
<div>
<div id="toolbar" style="visibility: hidden;"></div>
<div id="toolbar-up"></div>
<div id="formulabar"></div>
<div id="toolbar-up-more"></div>
2016-02-08 10:20:05 -06:00
</div>
<input id="insertgraphic" type="file" onchange="onInsertFile()" style="position: fixed; top: -100em">
<div id="document-container">
<div id="map"></div>
2016-02-08 10:20:05 -06:00
</div>
<div id="spreadsheet-toolbar"></div>
<div id="presentation-toolbar"></div>
2016-02-08 10:20:05 -06:00
<div id="toolbar-down"></div>
<div id="about-dialog" style="display:none; text-align: center;">
<h1 id="product-name">LibreOffice Online</h1>
<hr/>
<h3 id="product-string"></h3>
<p>
<h3>LOOLWSD</h3>
<div id="loolwsd-version"></div>
</p>
<p>
<h3>LOKit</h3>
<div id="lokit-version"></div>
</p>
</div>
<script>
window.host = '%HOST%';
window.access_token = '%ACCESS_TOKEN%';
</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>
<script src="/loleaflet/%VERSION%/toolbar/toolbar.js"></script>
2016-02-08 10:20:05 -06:00
</body></html>