Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117758300
viewer.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
9 KB
Referenced Files
None
Subscribers
None
viewer.html
View Options
<!DOCTYPE html>
<!--
Copyright 2012 Mozilla Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<
html
dir
=
"ltr"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1, maximum-scale=1"
>
<
title
>
PDF.js viewer
</
title
>
<
link
rel
=
"stylesheet"
href
=
"viewer.css"
/>
<
script
type
=
"text/javascript"
src
=
"compatibility.js"
></
script
>
<!-- This snippet is used in production, see Makefile -->
<
link
rel
=
"resource"
type
=
"application/l10n"
href
=
"locale/locale.properties"
/>
<
script
type
=
"text/javascript"
src
=
"l10n.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"pdf.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"debugger.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"viewer.js"
></
script
>
</
head
>
<
body
>
<
div
id
=
"outerContainer"
>
<
div
id
=
"sidebarContainer"
>
<
div
id
=
"toolbarSidebar"
>
<
div
class
=
"splitToolbarButton toggled"
>
<
button
id
=
"viewThumbnail"
class
=
"toolbarButton group toggled"
title
=
"Show Thumbnails"
tabindex
=
"1"
data-l10n-id
=
"thumbs"
>
<
span
data-l10n-id
=
"thumbs_label"
>
Thumbnails
</
span
>
</
button
>
<
button
id
=
"viewOutline"
class
=
"toolbarButton group"
title
=
"Show Document Outline"
tabindex
=
"2"
data-l10n-id
=
"outline"
>
<
span
data-l10n-id
=
"outline_label"
>
Document Outline
</
span
>
</
button
>
</
div
>
</
div
>
<
div
id
=
"sidebarContent"
>
<
div
id
=
"thumbnailView"
>
</
div
>
<
div
id
=
"outlineView"
class
=
"hidden"
>
</
div
>
</
div
>
</
div
>
<!-- sidebarContainer -->
<
div
id
=
"mainContainer"
>
<
div
class
=
"findbar hidden doorHanger"
id
=
"findbar"
>
<
label
for
=
"findInput"
class
=
"toolbarLabel"
data-l10n-id
=
"find_label"
>
Find:
</
label
>
<
input
id
=
"findInput"
class
=
"toolbarField"
tabindex
=
"20"
>
<
div
class
=
"splitToolbarButton"
>
<
button
class
=
"toolbarButton findPrevious"
title
=
""
id
=
"findPrevious"
tabindex
=
"21"
data-l10n-id
=
"find_previous"
>
<
span
data-l10n-id
=
"find_previous_label"
>
Previous
</
span
>
</
button
>
<
div
class
=
"splitToolbarButtonSeparator"
></
div
>
<
button
class
=
"toolbarButton findNext"
title
=
""
id
=
"findNext"
tabindex
=
"22"
data-l10n-id
=
"find_next"
>
<
span
data-l10n-id
=
"find_next_label"
>
Next
</
span
>
</
button
>
</
div
>
<
input
type
=
"checkbox"
id
=
"findHighlightAll"
class
=
"toolbarField"
>
<
label
for
=
"findHighlightAll"
class
=
"toolbarLabel"
tabindex
=
"23"
data-l10n-id
=
"find_highlight"
>
Highlight all
</
label
>
<
input
type
=
"checkbox"
id
=
"findMatchCase"
class
=
"toolbarField"
>
<
label
for
=
"findMatchCase"
class
=
"toolbarLabel"
tabindex
=
"24"
data-l10n-id
=
"find_match_case_label"
>
Match case
</
label
>
<
span
id
=
"findMsg"
class
=
"toolbarLabel"
></
span
>
</
div
>
<
div
class
=
"toolbar"
>
<
div
id
=
"toolbarContainer"
>
<
div
id
=
"toolbarViewer"
>
<
div
id
=
"toolbarViewerLeft"
>
<
button
id
=
"sidebarToggle"
class
=
"toolbarButton"
title
=
"Toggle Sidebar"
tabindex
=
"3"
data-l10n-id
=
"toggle_slider"
>
<
span
data-l10n-id
=
"toggle_slider_label"
>
Toggle Sidebar
</
span
>
</
button
>
<
div
class
=
"toolbarButtonSpacer"
></
div
>
<
button
id
=
"viewFind"
class
=
"toolbarButton group"
title
=
"Find in Document"
tabindex
=
"4"
data-l10n-id
=
"findbar"
>
<
span
data-l10n-id
=
"findbar_label"
>
Find
</
span
>
</
button
>
<
div
class
=
"splitToolbarButton"
>
<
button
class
=
"toolbarButton pageUp"
title
=
"Previous Page"
id
=
"previous"
tabindex
=
"5"
data-l10n-id
=
"previous"
>
<
span
data-l10n-id
=
"previous_label"
>
Previous
</
span
>
</
button
>
<
div
class
=
"splitToolbarButtonSeparator"
></
div
>
<
button
class
=
"toolbarButton pageDown"
title
=
"Next Page"
id
=
"next"
tabindex
=
"6"
data-l10n-id
=
"next"
>
<
span
data-l10n-id
=
"next_label"
>
Next
</
span
>
</
button
>
</
div
>
<
label
id
=
"pageNumberLabel"
class
=
"toolbarLabel"
for
=
"pageNumber"
data-l10n-id
=
"page_label"
>
Page:
</
label
>
<
input
type
=
"number"
id
=
"pageNumber"
class
=
"toolbarField pageNumber"
value
=
"1"
size
=
"4"
min
=
"1"
tabindex
=
"7"
>
</
input
>
<
span
id
=
"numPages"
class
=
"toolbarLabel"
></
span
>
</
div
>
<
div
id
=
"toolbarViewerRight"
>
<
input
id
=
"fileInput"
class
=
"fileInput"
type
=
"file"
oncontextmenu
=
"return false;"
style
=
"visibility: hidden; position: fixed; right: 0; top: 0"
/>
<
button
id
=
"fullscreen"
class
=
"toolbarButton fullscreen"
title
=
"Switch to Presentation Mode"
tabindex
=
"11"
data-l10n-id
=
"presentation_mode"
>
<
span
data-l10n-id
=
"presentation_mode_label"
>
Presentation Mode
</
span
>
</
button
>
<
button
id
=
"print"
class
=
"toolbarButton print"
title
=
"Print"
tabindex
=
"13"
data-l10n-id
=
"print"
>
<
span
data-l10n-id
=
"print_label"
>
Print
</
span
>
</
button
>
</
div
>
<
div
class
=
"outerCenter"
>
<
div
class
=
"innerCenter"
id
=
"toolbarViewerMiddle"
>
<
div
class
=
"splitToolbarButton"
>
<
button
class
=
"toolbarButton zoomOut"
title
=
"Zoom Out"
tabindex
=
"8"
data-l10n-id
=
"zoom_out"
>
<
span
data-l10n-id
=
"zoom_out_label"
>
Zoom Out
</
span
>
</
button
>
<
div
class
=
"splitToolbarButtonSeparator"
></
div
>
<
button
class
=
"toolbarButton zoomIn"
title
=
"Zoom In"
tabindex
=
"9"
data-l10n-id
=
"zoom_in"
>
<
span
data-l10n-id
=
"zoom_in_label"
>
Zoom In
</
span
>
</
button
>
</
div
>
<
span
id
=
"scaleSelectContainer"
class
=
"dropdownToolbarButton"
>
<
select
id
=
"scaleSelect"
title
=
"Zoom"
oncontextmenu
=
"return false;"
tabindex
=
"10"
data-l10n-id
=
"zoom"
>
<
option
id
=
"pageAutoOption"
value
=
"auto"
selected
=
"selected"
data-l10n-id
=
"page_scale_auto"
>
Automatic Zoom
</
option
>
<
option
id
=
"pageActualOption"
value
=
"page-actual"
data-l10n-id
=
"page_scale_actual"
>
Actual Size
</
option
>
<
option
id
=
"pageFitOption"
value
=
"page-fit"
data-l10n-id
=
"page_scale_fit"
>
Fit Page
</
option
>
<
option
id
=
"pageWidthOption"
value
=
"page-width"
data-l10n-id
=
"page_scale_width"
>
Full Width
</
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
>
</
div
>
</
div
>
</
div
>
</
div
>
<
menu
type
=
"context"
id
=
"viewerContextMenu"
>
<
menuitem
label
=
"First Page"
id
=
"first_page"
data-l10n-id
=
"first_page"
></
menuitem
>
<
menuitem
label
=
"Last Page"
id
=
"last_page"
data-l10n-id
=
"last_page"
></
menuitem
>
<
menuitem
label
=
"Rotate Counter-Clockwise"
id
=
"page_rotate_ccw"
data-l10n-id
=
"page_rotate_ccw"
></
menuitem
>
<
menuitem
label
=
"Rotate Clockwise"
id
=
"page_rotate_cw"
data-l10n-id
=
"page_rotate_cw"
></
menuitem
>
</
menu
>
<
div
id
=
"viewerContainer"
>
<
div
id
=
"viewer"
contextmenu
=
"viewerContextMenu"
></
div
>
</
div
>
<
div
id
=
"loadingBox"
>
<
div
id
=
"loading"
></
div
>
<
div
id
=
"loadingBar"
><
div
class
=
"progress"
></
div
></
div
>
</
div
>
<
div
id
=
"errorWrapper"
hidden
=
'true'
>
<
div
id
=
"errorMessageLeft"
>
<
span
id
=
"errorMessage"
></
span
>
<
button
id
=
"errorShowMore"
onclick
=
""
oncontextmenu
=
"return false;"
data-l10n-id
=
"error_more_info"
>
More Information
</
button
>
<
button
id
=
"errorShowLess"
onclick
=
""
oncontextmenu
=
"return false;"
data-l10n-id
=
"error_less_info"
hidden
=
'true'
>
Less Information
</
button
>
</
div
>
<
div
id
=
"errorMessageRight"
>
<
button
id
=
"errorClose"
oncontextmenu
=
"return false;"
data-l10n-id
=
"error_close"
>
Close
</
button
>
</
div
>
<
div
class
=
"clearBoth"
></
div
>
<
textarea
id
=
"errorMoreInfo"
hidden
=
'true'
readonly
=
"readonly"
></
textarea
>
</
div
>
</
div
>
<!-- mainContainer -->
</
div
>
<!-- outerContainer -->
<
div
id
=
"printContainer"
></
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 4, 9:42 AM (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/84/9d0d2c13be5c578877cf7848e7a8
Default Alt Text
viewer.html (9 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline