2021-04-28 20:10:26 +02:00

875 lines
47 KiB
Smarty

{*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************}
{* crmv@198701 *}
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ViewerJS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<script>
window.location.hash = "{$REQUESTED_FILE}";
</script>
{literal}
<script type="text/javascript">
////<![CDATA[
var ODFViewerPlugin_css = "@namespace cursor url(urn:webodf:names:cursor);.caret {opacity: 0 !important;}";
function ODFViewerPlugin() {
function b(b) {
var a = document.createElement("script");
a.async = !1;
a.src = "modules/Messages/src/ViewerJS/webodf.js";
a.type = "text/javascript";
a.onload = function () {
runtime.loadClass("gui.HyperlinkClickHandler");
runtime.loadClass("odf.OdfCanvas");
runtime.loadClass("ops.Session");
runtime.loadClass("gui.CaretManager");
runtime.loadClass("gui.HyperlinkTooltipView");
runtime.loadClass("gui.SessionController");
runtime.loadClass("gui.SvgSelectionView");
runtime.loadClass("gui.SelectionViewManager");
runtime.loadClass("gui.ShadowCursor");
runtime.loadClass("gui.SessionView");
b();
};
document.head.appendChild(a);
a = document.createElementNS(document.head.namespaceURI, "style");
a.setAttribute("media", "screen, print, handheld, projection");
a.setAttribute("type", "text/css");
a.appendChild(document.createTextNode(ODFViewerPlugin_css));
document.head.appendChild(a);
}
var r = this,
f = null,
x = null,
s = null,
k = null;
this.initialize = function (q, a) {
b(function () {
var e, c, b, q, l, z, u, v;
x = document.getElementById("canvas");
f = new odf.OdfCanvas(x);
f.load(a);
f.addListener("statereadychange", function () {
s = f.odfContainer().rootElement;
k = f.odfContainer().getDocumentType(s);
if ("text" === k) {
f.enableAnnotations(!0, !1);
e = new ops.Session(f);
b = e.getOdtDocument();
q = new gui.ShadowCursor(b);
c = new gui.SessionController(e, "localuser", q, {});
v = c.getEventManager();
z = new gui.CaretManager(c, f.getViewport());
l = new gui.SelectionViewManager(gui.SvgSelectionView);
new gui.SessionView({ caretAvatarsInitiallyVisible: !1 }, "localuser", e, c.getSessionConstraints(), z, l);
l.registerCursor(q);
u = new gui.HyperlinkTooltipView(f, c.getHyperlinkClickHandler().getModifier);
v.subscribe("mousemove", u.showTooltip);
v.subscribe("mouseout", u.hideTooltip);
var a = new ops.OpAddMember();
a.init({ memberid: "localuser", setProperties: { fillName: runtime.tr("Unknown Author"), color: "blue" } });
e.enqueue([a]);
c.insertLocalCursor();
}
r.onLoad();
});
});
};
this.isSlideshow = function () {
return "presentation" === k;
};
this.onLoad = function () {};
this.fitToWidth = function (b) {
f.fitToWidth(b);
};
this.fitToHeight = function (b) {
f.fitToHeight(b);
};
this.fitToPage = function (b, a) {
f.fitToContainingElement(b, a);
};
this.fitSmart = function (b) {
f.fitSmart(b);
};
this.getZoomLevel = function () {
return f.getZoomLevel();
};
this.setZoomLevel = function (b) {
f.setZoomLevel(b);
};
this.getPages = function () {
var b = Array.prototype.slice.call(s.getElementsByTagNameNS("urn:oasis:names:tc:opendocument:xmlns:drawing:1.0", "page")),
a = [],
e,
c;
for (e = 0; e < b.length; e += 1) (c = [b[e].getAttribute("draw:name"), b[e]]), a.push(c);
return a;
};
this.showPage = function (b) {
f.showPage(b);
};
this.getPluginName = function () {
return "WebODF";
};
this.getPluginVersion = function () {
return "undefined" !== String(typeof webodf) ? webodf.Version : "Unknown";
};
this.getPluginURL = function () {
return "http://webodf.org";
};
}
var PDFViewerPlugin_css =
".page {margin: 7px auto 7px auto;position: relative;overflow: hidden;background-clip: content-box;background-color: white;box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);}.textLayer {position: absolute;left: 0;top: 0;right: 0;bottom: 0;color: #000;font-family: sans-serif;overflow: hidden;}.textLayer > div {color: transparent;position: absolute;line-height: 1;white-space: pre;cursor: text;}::selection { background:rgba(0,0,255,0.3); }::-moz-selection { background:rgba(0,0,255,0.3); }";
function PDFViewerPlugin() {
function b(d, a) {
var b = document.createElement("script");
b.async = !1;
b.src = d;
b.type = "text/javascript";
b.onload = a || b.onload;
document.getElementsByTagName("head")[0].appendChild(b);
}
function r(d) {
var a;
b("modules/Messages/src/ViewerJS/compatibility.js", function () {
b("modules/Messages/src/ViewerJS/pdf.js");
b("modules/Messages/src/ViewerJS/ui_utils.js");
b("modules/Messages/src/ViewerJS/text_layer_builder.js");
b("modules/Messages/src/ViewerJS/pdfjsversion.js", d);
});
a = document.createElementNS(document.head.namespaceURI, "style");
a.setAttribute("media", "screen, print, handheld, projection");
a.setAttribute("type", "text/css");
a.appendChild(document.createTextNode(PDFViewerPlugin_css));
document.head.appendChild(a);
}
function f(d) {
if ("none" === d.style.display) return !1;
var a = u.scrollTop,
b = a + u.clientHeight,
c = d.offsetTop;
d = c + d.clientHeight;
return (c >= a && c < b) || (d >= a && d < b) || (c < a && d >= b);
}
function x(d, a, b) {
var e = c[d.pageIndex],
f = e.getElementsByTagName("canvas")[0],
h = e.getElementsByTagName("div")[0],
k = "scale(" + g + ", " + g + ")";
e.style.width = a + "px";
e.style.height = b + "px";
f.width = a;
f.height = b;
h.style.width = a + "px";
h.style.height = b + "px";
CustomStyle.setProp("transform", h, k);
CustomStyle.setProp("transformOrigin", h, "0% 0%");
t[d.pageIndex] = t[d.pageIndex] === l.RUNNING ? l.RUNNINGOUTDATED : l.BLANK;
}
function s(d) {
var a, b;
t[d.pageIndex] === l.BLANK &&
((t[d.pageIndex] = l.RUNNING),
(a = c[d.pageIndex]),
(b = B[d.pageIndex]),
(a = a.getElementsByTagName("canvas")[0]),
d.render({ canvasContext: a.getContext("2d"), textLayer: b, viewport: d.getViewport(g) }).promise.then(function () {
t[d.pageIndex] === l.RUNNINGOUTDATED ? ((t[d.pageIndex] = l.BLANK), s(d)) : (t[d.pageIndex] = l.FINISHED);
}));
}
function k() {
var d = !a.isSlideshow();
c.forEach(function (a) {
d && (a.style.display = "block");
u.appendChild(a);
});
a.showPage(1);
a.onLoad();
}
function q(d) {
var a, b, f, m, h, n;
a = d.pageIndex + 1;
n = d.getViewport(g);
h = document.createElement("div");
h.id = "pageContainer" + a;
h.className = "page";
h.style.display = "none";
m = document.createElement("canvas");
m.id = "canvas" + a;
b = document.createElement("div");
b.className = "textLayer";
b.id = "textLayer" + a;
h.appendChild(m);
h.appendChild(b);
e[d.pageIndex] = d;
c[d.pageIndex] = h;
t[d.pageIndex] = l.BLANK;
x(d, n.width, n.height);
y < n.width && (y = n.width);
w < n.height && (w = n.height);
n.width < n.height && (p = !1);
f = new TextLayerBuilder({ textLayerDiv: b, viewport: n, pageIndex: a - 1 });
d.getTextContent().then(function (a) {
f.setTextContent(a);
f.render(z);
});
B[d.pageIndex] = f;
E += 1;
E === v.numPages && k();
}
var a = this,
e = [],
c = [],
B = [],
t = [],
l = { BLANK: 0, RUNNING: 1, FINISHED: 2, RUNNINGOUTDATED: 3 },
z = 200,
u = null,
v = null,
p = !0,
g = 1,
A = 1,
y = 0,
w = 0,
E = 0;
this.initialize = function (a, b) {
var c;
r(function () {
PDFJS.workerSrc = "modules/Messages/src/ViewerJS/pdf.worker.js";
PDFJS.getDocument(b).then(function (b) {
v = b;
u = a;
for (c = 0; c < v.numPages; c += 1) v.getPage(c + 1).then(q);
});
});
};
this.isSlideshow = function () {
return p;
};
this.onLoad = function () {};
this.getPages = function () {
return c;
};
this.fitToWidth = function (d) {
y !== d && ((d /= y), a.setZoomLevel(d));
};
this.fitToHeight = function (d) {
w !== d && ((d /= w), a.setZoomLevel(d));
};
this.fitToPage = function (d, b) {
var c = d / y;
b / w < c && (c = b / w);
a.setZoomLevel(c);
};
this.fitSmart = function (d, b) {
var c = d / y;
b && b / w < c && (c = b / w);
c = Math.min(1, c);
a.setZoomLevel(c);
};
this.setZoomLevel = function (a) {
var b;
if (g !== a) for (g = a, a = 0; a < e.length; a += 1) (b = e[a].getViewport(g)), x(e[a], b.width, b.height);
};
this.getZoomLevel = function () {
return g;
};
this.onScroll = function () {
var a;
for (a = 0; a < c.length; a += 1) f(c[a]) && s(e[a]);
};
this.getPageInView = function () {
var b;
if (a.isSlideshow()) return A;
for (b = 0; b < c.length; b += 1) if (f(c[b])) return b + 1;
};
this.showPage = function (b) {
a.isSlideshow()
? ((c[A - 1].style.display = "none"), (A = b), s(e[b - 1]), (c[b - 1].style.display = "block"))
: ((b = c[b - 1]), (b.parentNode.scrollTop = b.offsetTop));
};
this.getPluginName = function () {
return "PDF.js";
};
this.getPluginVersion = function () {
return "undefined" !== String(typeof pdfjs_version) ? pdfjs_version : "From Source";
};
this.getPluginURL = function () {
return "https://github.com/mozilla/pdf.js/";
};
}
var ViewerJS_version = "0.5.8";
var viewer_css =
"* {padding: 0;margin: 0;}html > body {font-family: sans-serif;overflow: hidden;}.titlebar > span,.toolbarLabel,input,button,select {font: message-box;}#titlebar {position: absolute;z-index: 2;top: 0px;left: 0px;height: 32px;width: 100%;overflow: hidden;-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);background-image: url(modules/Messages/src/ViewerJS/images/texture.png), linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -webkit-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -moz-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -ms-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -o-linear-gradient(rgba(69, 69, 69, .95), rgba(82, 82, 82, .99));}#titlebar a, #aboutDialog a, #titlebar a:visited, #aboutDialog a:visited {color: #ccc;}#documentName {margin-right: 10px;margin-left: 10px;margin-top: 8px;color: #F2F2F2;line-height: 14px;font-family: sans-serif;}#documentName {font-size: 14px;}#toolbarContainer {position: absolute;z-index: 2;bottom: 0px;left: 0px;height: 32px;width: 100%;overflow: hidden;-webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);-moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);background-image: url(modules/Messages/src/ViewerJS/images/texture.png), linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -webkit-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -moz-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -ms-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95));background-image: url(modules/Messages/src/ViewerJS/images/texture.png), -o-linear-gradient(rgba(82, 82, 82, .99), rgba(69, 69, 69, .95));}#toolbar {position: relative;}#toolbarMiddleContainer, #toolbarLeft {visibility: hidden;}html[dir='ltr'] #toolbarLeft {margin-left: -1px;}html[dir='rtl'] #toolbarRight,html[dir='rtl'] #titlebarRight {margin-left: -1px;}html[dir='ltr'] #toolbarLeft,html[dir='rtl'] #toolbarRight,html[dir='rtl'] #titlebarRight {position: absolute;top: 0;left: 0;}html[dir='rtl'] #toolbarLeft,html[dir='ltr'] #toolbarRight,html[dir='ltr'] #titlebarRight {position: absolute;top: 0;right: 0;}html[dir='ltr'] #toolbarLeft > *,html[dir='ltr'] #toolbarMiddle > *,html[dir='ltr'] #toolbarRight > *,html[dir='ltr'] #titlebarRight > * {float: left;}html[dir='rtl'] #toolbarLeft > *,html[dir='rtl'] #toolbarMiddle > *,html[dir='rtl'] #toolbarRight > *,html[dir='rtl'] #titlebarRight > * {float: right;}html[dir='ltr'] .outerCenter {float: right;position: relative;right: 50%;}html[dir='rtl'] .outerCenter {float: left;position: relative;left: 50%;}html[dir='ltr'] .innerCenter {float: right;position: relative;right: -50%;}html[dir='rtl'] .innerCenter {float: left;position: relative;left: -50%;}html[dir='ltr'] .splitToolbarButton {margin: 3px 2px 4px 0;display: inline-block;}html[dir='rtl'] .splitToolbarButton {margin: 3px 0 4px 2px;display: inline-block;}html[dir='ltr'] .splitToolbarButton > .toolbarButton {border-radius: 0;float: left;}html[dir='rtl'] .splitToolbarButton > .toolbarButton {border-radius: 0;float: right;}.splitToolbarButton.toggled .toolbarButton {margin: 0;}.toolbarButton {border: 0 none;background-color: rgba(0, 0, 0, 0);min-width: 32px;height: 25px;border-radius: 2px;background-image: none;}html[dir='ltr'] .toolbarButton,html[dir='ltr'] .dropdownToolbarButton {margin: 3px 2px 4px 0;}html[dir='rtl'] .toolbarButton,html[dir='rtl'] .dropdownToolbarButton {margin: 3px 0 4px 2px;}.toolbarButton:hover,.toolbarButton:focus,.dropdownToolbarButton {background-color: hsla(0,0%,0%,.12);background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-clip: padding-box;border: 1px solid hsla(0,0%,0%,.35);border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 1px 0 hsla(0,0%,100%,.05);}.toolbarButton:hover:active,.dropdownToolbarButton:hover:active {background-color: hsla(0,0%,0%,.2);background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));border-color: hsla(0,0%,0%,.35) hsla(0,0%,0%,.4) hsla(0,0%,0%,.45);box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,0 0 1px hsla(0,0%,0%,.2) inset,0 1px 0 hsla(0,0%,100%,.05);}.splitToolbarButton:hover > .toolbarButton,.splitToolbarButton:focus > .toolbarButton,.splitToolbarButton.toggled > .toolbarButton,.toolbarButton.textButton {background-color: hsla(0,0%,0%,.12);background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-clip: padding-box;border: 1px solid hsla(0,0%,0%,.35);border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 1px 0 hsla(0,0%,100%,.05);-webkit-transition-property: background-color, border-color, box-shadow;-webkit-transition-duration: 150ms;-webkit-transition-timing-function: ease;-moz-transition-property: background-color, border-color, box-shadow;-moz-transition-duration: 150ms;-moz-transition-timing-function: ease;-ms-transition-property: background-color, border-color, box-shadow;-ms-transition-duration: 150ms;-ms-transition-timing-function: ease;-o-transition-property: background-color, border-color, box-shadow;-o-transition-duration: 150ms;-o-transition-timing-function: ease;transition-property: background-color, border-color, box-shadow;transition-duration: 150ms;transition-timing-function: ease;}.splitToolbarButton > .toolbarButton:hover,.splitToolbarButton > .toolbarButton:focus,.dropdownToolbarButton:hover,.toolbarButton.textButton:hover,.toolbarButton.textButton:focus {background-color: hsla(0,0%,0%,.2);box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 0 1px hsla(0,0%,0%,.05);z-index: 199;}.splitToolbarButton:hover > .toolbarButton,.splitToolbarButton:focus > .toolbarButton,.splitToolbarButton.toggled > .toolbarButton,.toolbarButton.textButton {background-color: hsla(0,0%,0%,.12);background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-clip: padding-box;border: 1px solid hsla(0,0%,0%,.35);border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 1px 0 hsla(0,0%,100%,.05);-webkit-transition-property: background-color, border-color, box-shadow;-webkit-transition-duration: 150ms;-webkit-transition-timing-function: ease;-moz-transition-property: background-color, border-color, box-shadow;-moz-transition-duration: 150ms;-moz-transition-timing-function: ease;-ms-transition-property: background-color, border-color, box-shadow;-ms-transition-duration: 150ms;-ms-transition-timing-function: ease;-o-transition-property: background-color, border-color, box-shadow;-o-transition-duration: 150ms;-o-transition-timing-function: ease;transition-property: background-color, border-color, box-shadow;transition-duration: 150ms;transition-timing-function: ease;}.splitToolbarButton > .toolbarButton:hover,.splitToolbarButton > .toolbarButton:focus,.dropdownToolbarButton:hover,.toolbarButton.textButton:hover,.toolbarButton.textButton:focus {background-color: hsla(0,0%,0%,.2);box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 0 1px hsla(0,0%,0%,.05);z-index: 199;}.dropdownToolbarButton {border: 1px solid #333 !important;}.toolbarButton,.dropdownToolbarButton {min-width: 16px;padding: 2px 6px 2px;border: 1px solid transparent;border-radius: 2px;color: hsl(0,0%,95%);font-size: 12px;line-height: 14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor: default;-webkit-transition-property: background-color, border-color, box-shadow;-webkit-transition-duration: 150ms;-webkit-transition-timing-function: ease;-moz-transition-property: background-color, border-color, box-shadow;-moz-transition-duration: 150ms;-moz-transition-timing-function: ease;-ms-transition-property: background-color, border-color, box-shadow;-ms-transition-duration: 150ms;-ms-transition-timing-function: ease;-o-transition-property: background-color, border-color, box-shadow;-o-transition-duration: 150ms;-o-transition-timing-function: ease;transition-property: background-color, border-color, box-shadow;transition-duration: 150ms;transition-timing-function: ease;}html[dir='ltr'] .toolbarButton,html[dir='ltr'] .dropdownToolbarButton {margin: 3px 2px 4px 0;}html[dir='rtl'] .toolbarButton,html[dir='rtl'] .dropdownToolbarButton {margin: 3px 0 4px 2px;}.splitToolbarButton:hover > .splitToolbarButtonSeparator,.splitToolbarButton.toggled > .splitToolbarButtonSeparator {padding: 12px 0;margin: 0;box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);-webkit-transition-property: padding;-webkit-transition-duration: 10ms;-webkit-transition-timing-function: ease;-moz-transition-property: padding;-moz-transition-duration: 10ms;-moz-transition-timing-function: ease;-ms-transition-property: padding;-ms-transition-duration: 10ms;-ms-transition-timing-function: ease;-o-transition-property: padding;-o-transition-duration: 10ms;-o-transition-timing-function: ease;transition-property: padding;transition-duration: 10ms;transition-timing-function: ease;}.toolbarButton.toggled:hover:active,.splitToolbarButton > .toolbarButton:hover:active {background-color: hsla(0,0%,0%,.4);border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55);box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset,0 0 1px hsla(0,0%,0%,.3) inset,0 1px 0 hsla(0,0%,100%,.05);}html[dir='ltr'] .splitToolbarButton > .toolbarButton:first-child,html[dir='rtl'] .splitToolbarButton > .toolbarButton:last-child {position: relative;margin: 0;margin-left: 4px;margin-right: -1px;border-top-left-radius: 2px;border-bottom-left-radius: 2px;border-right-color: transparent;}html[dir='ltr'] .splitToolbarButton > .toolbarButton:last-child,html[dir='rtl'] .splitToolbarButton > .toolbarButton:first-child {position: relative;margin: 0;margin-left: -1px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-left-color: transparent;}.splitToolbarButtonSeparator {padding: 8px 0;width: 1px;background-color: hsla(0,0%,00%,.5);z-index: 99;box-shadow: 0 0 0 1px hsla(0,0%,100%,.08);display: inline-block;margin: 5px 0;}html[dir='ltr'] .splitToolbarButtonSeparator {float:left;}html[dir='rtl'] .splitToolbarButtonSeparator {float:right;}.dropdownToolbarButton {min-width: 120px;max-width: 120px;padding: 4px 2px 4px;overflow: hidden;background: url(modules/Messages/src/ViewerJS/images/toolbarButton-menuArrows.png) no-repeat;}.dropdownToolbarButton > select {-webkit-appearance: none;-moz-appearance: none;min-width: 140px;font-size: 12px;color: hsl(0,0%,95%);margin:0;padding:0;border:none;background: rgba(0,0,0,0);}.dropdownToolbarButton > select > option {background: hsl(0,0%,24%);}#pageWidthOption {border-bottom: 1px rgba(255, 255, 255, .5) solid;}html[dir='ltr'] .dropdownToolbarButton {background-position: 95%;}html[dir='rtl'] .dropdownToolbarButton {background-position: 5%;}.toolbarButton.fullscreen::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-fullscreen.png);}.toolbarButton.presentation::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-presentation.png);}.toolbarButton.download::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-download.png);}.toolbarButton.about {color: #F2F2F2;font-size: 14px;font-weight: bold;line-height: 14px;font-family: sans-serif;}.toolbarButton.about::before {display: inline-block;}.toolbarButton.zoomOut::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-zoomOut.png);}.toolbarButton.zoomIn::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-zoomIn.png);}.toolbarButton.pageUp::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-pageUp.png);}.toolbarButton.pageDown::before {display: inline-block;content: url(modules/Messages/src/ViewerJS/images/toolbarButton-pageDown.png);}.toolbarField.pageNumber {min-width: 16px;text-align: right;width: 40px;}.toolbarField {padding: 3px 6px;margin: 4px 0 4px 0;border: 1px solid transparent;border-radius: 2px;background-color: hsla(0,0%,100%,.09);background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));background-clip: padding-box;border: 1px solid hsla(0,0%,0%,.35);border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);box-shadow: 0 1px 0 hsla(0,0%,0%,.05) inset,0 1px 0 hsla(0,0%,100%,.05);color: hsl(0,0%,95%);font-size: 12px;line-height: 14px;outline-style: none;-moz-transition-property: background-color, border-color, box-shadow;-moz-transition-duration: 150ms;-moz-transition-timing-function: ease;}.toolbarField.pageNumber::-webkit-inner-spin-button,.toolbarField.pageNumber::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}.toolbarField:hover {background-color: hsla(0,0%,100%,.11);border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.43) hsla(0,0%,0%,.45);}.toolbarField:focus {background-color: hsla(0,0%,100%,.15);border-color: hsla(204,100%,65%,.8) hsla(204,100%,65%,.85) hsla(204,100%,65%,.9);}.toolbarLabel {min-width: 16px;padding: 3px 6px 3px 2px;margin: 4px 2px 4px 0;border: 1px solid transparent;border-radius: 2px;color: hsl(0,0%,85%);font-size: 12px;line-height: 14px;text-align: left;-webkit-user-select:none;-moz-user-select:none;cursor: default;}#canvasContainer {overflow: auto;padding-top: 6px;padding-bottom: 6px;position: absolute;top: 32px;right: 0;bottom: 32px;left: 0;text-align: center;background-color: #888;background-image: url(modules/Messages/src/ViewerJS/images/texture.png);}#canvasContainer.slideshow {padding: 0;overflow: hidden;}#canvasContainer.slideshow > * {margin: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}.presentationMode {top: 0 !important;bottom: 0 !important;background-color: black !important;cursor: default !important;}#canvas {box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);overflow: hidden;}#sliderContainer {visibility: hidden;}#overlayNavigator {position: absolute;width: 100%;height: 0;top: calc(50% - 50px);background-color: rgba(0, 0, 0, 0);z-index: 3;opacity: 0;-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;transition: opacity 1s ease-out;}#previousPage {float: left;margin-left: 10px;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-right: 50px solid black;opacity: 0.5;}#nextPage {float: right;margin-right: 10px;border-top: 50px solid transparent;border-bottom: 50px solid transparent;border-left: 50px solid black;opacity: 0.5;}#previousPage:active {opacity: 0.8;}#nextPage:active {opacity: 0.8;}#overlayCloseButton {position: absolute;top: 10px;right: 10px;z-index: 3;font-size: 35px;color: white;background-color: black;opacity: 0.5;width: 40px;height: 40px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;text-align: center;cursor: pointer;display: none;}#overlayCloseButton:active {background-color: red;}#aboutDialogCentererTable {display: table;width:100%;height:100%;}#aboutDialogCentererCell {vertical-align: middle;text-align:center;display: table-cell;}#aboutDialog {width: 280px;background-color: #666;color: white;text-align: center;border-radius: 2px;box-shadow: 0px 1px 6px black;padding: 5px;font-style: sans-serif;display: inline-block;}#aboutDialog h1 {font-size: 25pt;}#aboutDialog p {font-size: 10pt;}#aboutDialog > * {margin: 10px;}#dialogOverlay {position: absolute;left: 0px;top: 0px;width:100%;height:100%;z-index: 3;background-color: rgba(0,0,0,.5);overflow: auto;display: none;}#blanked {display: none;cursor: none;position: absolute;left: 0px;top: 0px;width:100%;height:100%;z-index: 3;}";
var viewerTouch_css =
"#canvasContainer {top: 0;bottom: 0;}#overlayNavigator {height: 100px;pointer-events: none;}#nextPage, #previousPage {pointer-events: all;}#titlebar, #toolbarContainer {background-color: rgba(0, 0, 0, 0.6);background-image: none;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}#titlebar {top: -32px;}#titlebar.viewer-touched {top: 0px;}#toolbarContainer {bottom: -32px;}#toolbarContainer.viewer-touched {bottom: 0px;}.viewer-touched {display: block;opacity: 1 !important;}#next, #previous {display: none;}";
function Viewer(b, r) {
function f() {
var a, c, d, e, g, f;
f = "undefined" !== String(typeof ViewerJS_version) ? ViewerJS_version : "From Source";
b && ((d = b.getPluginName()), (e = b.getPluginVersion()), (g = b.getPluginURL()));
a = document.createElement("div");
a.id = "aboutDialogCentererTable";
c = document.createElement("div");
c.id = "aboutDialogCentererCell";
I = document.createElement("div");
I.id = "aboutDialog";
I.innerHTML =
'<h1>ViewerJS</h1><p>Open Source document viewer for webpages, built with HTML and JavaScript.</p><p>Learn more and get your own copy on the <a href="http://viewerjs.org/" target="_blank">ViewerJS website</a>.</p>' +
(b
? '<p>Using the <a href = "' +
g +
'" target="_blank">' +
d +
'</a> (<span id = "pluginVersion">' +
e +
"</span>) plugin to show you this document.</p>"
: "") +
"<p>Version " +
f +
'</p><p>Supported by <a href="https://nlnet.nl" target="_blank"><br><img src="modules/Messages/src/ViewerJS/images/nlnet.png" width="160" height="60" alt="NLnet Foundation"></a></p><p>Made by <a href="http://kogmbh.com" target="_blank"><br><img src="modules/Messages/src/ViewerJS/images/kogmbh.png" width="172" height="40" alt="KO GmbH"></a></p><button id = "aboutDialogCloseButton" class = "toolbarButton textButton">Close</button>';
K.appendChild(a);
a.appendChild(c);
c.appendChild(I);
a = document.createElement("button");
a.id = "about";
a.className = "toolbarButton textButton about";
a.title = "About";
a.innerHTML = "ViewerJS";
Q.appendChild(a);
a.addEventListener("click", function () {
K.style.display = "block";
});
document.getElementById("aboutDialogCloseButton").addEventListener("click", function () {
K.style.display = "none";
});
}
function x(a) {
var b = R.options,
c,
d = !1,
e;
for (e = 0; e < b.length; e += 1) (c = b[e]), c.value !== a ? (c.selected = !1) : (d = c.selected = !0);
return d;
}
function s(a, b) {
if (a !== g.getZoomLevel()) {
g.setZoomLevel(a);
var c = document.createEvent("UIEvents");
c.initUIEvent("scalechange", !1, !1, window, 0);
c.scale = a;
c.resetAutoSettings = b;
window.dispatchEvent(c);
}
}
function k() {
var a;
if (b.onScroll) b.onScroll();
b.getPageInView && (a = b.getPageInView()) && ((F = a), (document.getElementById("pageNumber").value = a));
}
function q(a) {
window.clearTimeout(M);
M = window.setTimeout(function () {
k();
}, a);
}
function a(a, c) {
var d, e;
if ((d = "custom" === a ? parseFloat(document.getElementById("customScaleOption").textContent) / 100 : parseFloat(a))) s(d, !0);
else {
d = h.clientWidth - A;
e = h.clientHeight - A;
switch (a) {
case "page-actual":
s(1, c);
break;
case "page-width":
b.fitToWidth(d);
break;
case "page-height":
b.fitToHeight(e);
break;
case "page-fit":
b.fitToPage(d, e);
break;
case "auto":
b.isSlideshow() ? b.fitToPage(d + A, e + A) : b.fitSmart(d);
}
x(a);
}
q(300);
}
function e(a) {
var b;
return -1 !== ["auto", "page-actual", "page-width"].indexOf(a) ? a : (b = parseFloat(a)) && y <= b && b <= w ? a : E;
}
function c(a) {
a = parseInt(a, 10);
return isNaN(a) ? 1 : a;
}
function B() {
D = !D;
d && !D && g.togglePresentationMode();
}
function t() {
if (d || b.isSlideshow())
(n.className = "viewer-touched"),
window.clearTimeout(N),
(N = window.setTimeout(function () {
n.className = "";
}, 5e3));
}
function l() {
C.classList.add("viewer-touched");
G.classList.add("viewer-touched");
window.clearTimeout(O);
O = window.setTimeout(function () {
z();
}, 5e3);
}
function z() {
C.classList.remove("viewer-touched");
G.classList.remove("viewer-touched");
}
function u() {
C.classList.contains("viewer-touched") ? z() : l();
}
function v(a) {
blanked.style.display = "block";
blanked.style.backgroundColor = a;
z();
}
function p(a, b) {
var c = document.getElementById(a);
c.addEventListener("click", function () {
b();
c.blur();
});
}
var g = this,
A = 40,
y = 0.25,
w = 4,
E = "auto",
d = !1,
D = !1,
L = !1,
J,
m = document.getElementById("viewer"),
h = document.getElementById("canvasContainer"),
n = document.getElementById("overlayNavigator"),
C = document.getElementById("titlebar"),
G = document.getElementById("toolbarContainer"),
P = document.getElementById("toolbarLeft"),
S = document.getElementById("toolbarMiddleContainer"),
R = document.getElementById("scaleSelect"),
K = document.getElementById("dialogOverlay"),
Q = document.getElementById("toolbarRight"),
I,
H = [],
F,
M,
N,
O;
this.initialize = function () {
var d;
d = e(r.zoom);
J = r.documentUrl;
document.title = r.title;
var f = document.getElementById("documentName");
f.innerHTML = "";
f.appendChild(f.ownerDocument.createTextNode(r.title));
b.onLoad = function () {
document.getElementById("pluginVersion").innerHTML = b.getPluginVersion();
b.isSlideshow()
? (h.classList.add("slideshow"), (P.style.visibility = "visible"))
: ((S.style.visibility = "visible"), b.getPageInView && (P.style.visibility = "visible"));
L = !0;
H = b.getPages();
document.getElementById("numPages").innerHTML = "of " + H.length;
g.showPage(c(r.startpage));
a(d);
h.onscroll = k;
q();
};
b.initialize(h, J);
};
this.showPage = function (a) {
0 >= a ? (a = 1) : a > H.length && (a = H.length);
b.showPage(a);
F = a;
document.getElementById("pageNumber").value = F;
};
this.showNextPage = function () {
g.showPage(F + 1);
};
this.showPreviousPage = function () {
g.showPage(F - 1);
};
this.download = function () {
var a = J.split("#")[0];
window.open(a + "#viewer.action=download", "_parent");
};
this.toggleFullScreen = function () {
D
? document.exitFullscreen
? document.exitFullscreen()
: document.cancelFullScreen
? document.cancelFullScreen()
: document.mozCancelFullScreen
? document.mozCancelFullScreen()
: document.webkitExitFullscreen
? document.webkitExitFullscreen()
: document.webkitCancelFullScreen
? document.webkitCancelFullScreen()
: document.msExitFullscreen && document.msExitFullscreen()
: m.requestFullscreen
? m.requestFullscreen()
: m.mozRequestFullScreen
? m.mozRequestFullScreen()
: m.webkitRequestFullscreen
? m.webkitRequestFullscreen()
: m.webkitRequestFullScreen
? m.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)
: m.msRequestFullscreen && m.msRequestFullscreen();
};
this.togglePresentationMode = function () {
var b = document.getElementById("overlayCloseButton");
d
? ("block" === blanked.style.display && ((blanked.style.display = "none"), u()),
(C.style.display = G.style.display = "block"),
(b.style.display = "none"),
h.classList.remove("presentationMode"),
(h.onmouseup = function () {}),
(h.oncontextmenu = function () {}),
(h.onmousedown = function () {}),
a("auto"))
: ((C.style.display = G.style.display = "none"),
(b.style.display = "block"),
h.classList.add("presentationMode"),
(h.onmousedown = function (a) {
a.preventDefault();
}),
(h.oncontextmenu = function (a) {
a.preventDefault();
}),
(h.onmouseup = function (a) {
a.preventDefault();
1 === a.which ? g.showNextPage() : g.showPreviousPage();
}),
a("page-fit"));
d = !d;
};
this.getZoomLevel = function () {
return b.getZoomLevel();
};
this.setZoomLevel = function (a) {
b.setZoomLevel(a);
};
this.zoomOut = function () {
var b = (g.getZoomLevel() / 1.1).toFixed(2),
b = Math.max(y, b);
a(b, !0);
};
this.zoomIn = function () {
var b = (1.1 * g.getZoomLevel()).toFixed(2),
b = Math.min(w, b);
a(b, !0);
};
(function () {
f();
b &&
(g.initialize(),
document.exitFullscreen ||
document.cancelFullScreen ||
document.mozCancelFullScreen ||
document.webkitExitFullscreen ||
document.webkitCancelFullScreen ||
document.msExitFullscreen ||
((document.getElementById("fullscreen").style.visibility = "hidden"),
(document.getElementById("presentation").style.visibility = "hidden")),
p("overlayCloseButton", g.toggleFullScreen),
p("fullscreen", g.toggleFullScreen),
p("presentation", function () {
D || g.toggleFullScreen();
g.togglePresentationMode();
}),
document.addEventListener("fullscreenchange", B),
document.addEventListener("webkitfullscreenchange", B),
document.addEventListener("mozfullscreenchange", B),
document.addEventListener("MSFullscreenChange", B),
p("download", g.download),
p("zoomOut", g.zoomOut),
p("zoomIn", g.zoomIn),
p("previous", g.showPreviousPage),
p("next", g.showNextPage),
p("previousPage", g.showPreviousPage),
p("nextPage", g.showNextPage),
document.getElementById("pageNumber").addEventListener("change", function () {
g.showPage(this.value);
}),
document.getElementById("scaleSelect").addEventListener("change", function () {
a(this.value);
}),
h.addEventListener("click", t),
n.addEventListener("click", t),
h.addEventListener("click", u),
C.addEventListener("click", l),
G.addEventListener("click", l),
window.addEventListener(
"scalechange",
function (a) {
var b = document.getElementById("customScaleOption"),
c = x(String(a.scale));
b.selected = !1;
c || ((b.textContent = Math.round(1e4 * a.scale) / 100 + "%"), (b.selected = !0));
},
!0
),
window.addEventListener("resize", function (b) {
L &&
(document.getElementById("pageWidthOption").selected || document.getElementById("pageAutoOption").selected) &&
a(document.getElementById("scaleSelect").value);
t();
}),
window.addEventListener("keydown", function (a) {
var b = a.keyCode;
a = a.shiftKey;
if ("block" === blanked.style.display)
switch (b) {
case 16:
case 17:
case 18:
case 91:
case 93:
case 224:
case 225:
break;
default:
(blanked.style.display = "none"), u();
}
else
switch (b) {
case 8:
case 33:
case 37:
case 38:
case 80:
g.showPreviousPage();
break;
case 13:
case 34:
case 39:
case 40:
case 78:
g.showNextPage();
break;
case 32:
a ? g.showPreviousPage() : g.showNextPage();
break;
case 66:
case 190:
d && v("#000");
break;
case 87:
case 188:
d && v("#FFF");
break;
case 36:
g.showPage(1);
break;
case 35:
g.showPage(H.length);
}
}));
})();
}
(function () {
function b(a, b) {
var c = new XMLHttpRequest();
c.onreadystatechange = function () {
var a, f;
4 === c.readyState &&
(((200 <= c.status && 300 > c.status) || 0 === c.status) &&
(a = c.getResponseHeader("content-type")) &&
q.some(function (b) {
return b.supportsMimetype(a) ? ((f = b), console.log("Found plugin by mimetype and xhr head: " + a), !0) : !1;
}),
b(f));
};
c.open("HEAD", a, !0);
c.send();
}
function r(a) {
var b;
q.some(function (c) {
return c.supportsFileExtension(a) ? ((b = c), !0) : !1;
});
return b;
}
function f(a) {
var b = r(a);
b && console.log("Found plugin by parameter type: " + a);
return b;
}
function x(a) {
a = a.split("?")[0].split(".").pop();
var b = r(a);
b && console.log("Found plugin by file extension from path: " + a);
return b;
}
function s(a) {
var b = {};
(a.search || "?")
.substr(1)
.split("&")
.forEach(function (a) {
a && ((a = a.split("=", 2)), (b[decodeURIComponent(a[0])] = decodeURIComponent(a[1])));
});
return b;
}
var k,
q = [
(function () {
var a = "application/vnd.oasis.opendocument.text application/vnd.oasis.opendocument.text-flat-xml application/vnd.oasis.opendocument.text-template application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.presentation-flat-xml application/vnd.oasis.opendocument.presentation-template application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.spreadsheet-flat-xml application/vnd.oasis.opendocument.spreadsheet-template".split(
" "
),
b = "odt fodt ott odp fodp otp ods fods ots".split(" ");
return {
supportsMimetype: function (b) {
return -1 !== a.indexOf(b);
},
supportsFileExtension: function (a) {
return -1 !== b.indexOf(a);
},
path: "./ODFViewerPlugin",
getClass: function () {
return ODFViewerPlugin;
},
};
})(),
{
supportsMimetype: function (a) {
return "application/pdf" === a;
},
supportsFileExtension: function (a) {
return "pdf" === a;
},
path: "./PDFViewerPlugin",
getClass: function () {
return PDFViewerPlugin;
},
},
];
window.onload = function () {
var a = document.location.hash.substring(1),
e = s(document.location),
c;
a
? (e.title || (e.title = a.replace(/^.*[\\\/]/, "")),
(e.documentUrl = a),
b(a, function (b) {
b || (b = e.type ? f(e.type) : x(a));
b
? "undefined" !== String(typeof loadPlugin)
? loadPlugin(b.path, function () {
c = b.getClass();
new Viewer(new c(), e);
})
: ((c = b.getClass()), new Viewer(new c(), e))
: new Viewer();
}))
: new Viewer();
};
k = document.createElementNS(document.head.namespaceURI, "style");
k.setAttribute("media", "screen");
k.setAttribute("type", "text/css");
k.appendChild(document.createTextNode(viewer_css));
document.head.appendChild(k);
k = document.createElementNS(document.head.namespaceURI, "style");
k.setAttribute("media", "only screen and (max-device-width: 800px) and (max-device-height: 800px)");
k.setAttribute("type", "text/css");
k.setAttribute("viewerTouch", "1");
k.appendChild(document.createTextNode(viewerTouch_css));
document.head.appendChild(k);
})();
//]]>
</script>
{/literal}
</head>
<body>
<div id="viewer">
<div id="titlebar">
<div id="documentName"></div>
<div id="titlebarRight">
<button id="presentation" class="toolbarButton presentation" title="{$MOD.LBL_VIEWERJS_PRESENTATION}"></button>
<button id="fullscreen" class="toolbarButton fullscreen" title="{$MOD.LBL_VIEWERJS_FULLSCREEN}"></button>
<button id="download" class="toolbarButton download" title="{$MOD.LBL_VIEWERJS_DOWNLOAD}"></button>
</div>
</div>
<div id="toolbarContainer">
<div id="toolbar">
<div id="toolbarLeft">
<div id="navButtons" class="splitToolbarButton">
<button id="previous" class="toolbarButton pageUp" title="{$MOD.LBL_VIEWERJS_PREV_PAGE}"></button>
<div class="splitToolbarButtonSeparator"></div>
<button id="next" class="toolbarButton pageDown" title="{$MOD.LBL_VIEWERJS_NEXT_PAGE}"></button>
</div>
<label id="pageNumberLabel" class="toolbarLabel" for="pageNumber">{$MOD.LBL_VIEWERJS_PAGE}:</label>
<input type="number" id="pageNumber" class="toolbarField pageNumber" />
<span id="numPages" class="toolbarLabel"></span>
</div>
<div id="toolbarMiddleContainer" class="outerCenter">
<div id="toolbarMiddle" class="innerCenter">
<div id="zoomButtons" class="splitToolbarButton">
<button id="zoomOut" class="toolbarButton zoomOut" title="{$MOD.LBL_VIEWERJS_ZOOM_OUT}"></button>
<div class="splitToolbarButtonSeparator"></div>
<button id="zoomIn" class="toolbarButton zoomIn" title="{$MOD.LBL_VIEWERJS_ZOOM_IN}"></button>
</div>
<span id="scaleSelectContainer" class="dropdownToolbarButton">
<select id="scaleSelect" title="{$MOD.LBL_VIEWERJS_ZOOM}" oncontextmenu="return false;">
<option id="pageAutoOption" value="auto" selected>{$MOD.LBL_VIEWERJS_ZOOM_AUTO}</option>
<option id="pageActualOption" value="page-actual">{$MOD.LBL_VIEWERJS_ZOOM_AS}</option>
<option id="pageWidthOption" value="page-width">{$MOD.LBL_VIEWERJS_ZOOM_AL}</option>
<option id="customScaleOption" value="custom"> </option>
<option value="0.5">50%</option>
<option value="0.75">75%</option>
<option value="1">100%</option>
<option value="1.25">125%</option>
<option value="1.5">150%</option>
<option value="2">200%</option>
</select>
</span>
<div id="sliderContainer">
<div id="slider"></div>
</div>
</div>
</div>
<div id="toolbarRight"></div>
</div>
</div>
<div id="canvasContainer">
<div id="canvas"></div>
</div>
<div id="overlayNavigator">
<div id="previousPage"></div>
<div id="nextPage"></div>
</div>
<div id="overlayCloseButton">
&#10006;
</div>
<div id="dialogOverlay"></div>
<div id="blanked"></div>
</div>
</body>
</html>