Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/pdfjs/web/viewer.html')
-rw-r--r--js/pdfjs/web/viewer.html42
1 files changed, 27 insertions, 15 deletions
diff --git a/js/pdfjs/web/viewer.html b/js/pdfjs/web/viewer.html
index 123a47d..f661cb9 100644
--- a/js/pdfjs/web/viewer.html
+++ b/js/pdfjs/web/viewer.html
@@ -41,24 +41,36 @@ See https://github.com/adobe-type-tools/cmap-resources
</head>
- <body tabindex="1" class="loadingInProgress">
+ <body tabindex="1">
<div id="outerContainer">
<div id="sidebarContainer">
<div id="toolbarSidebar">
- <div class="splitToolbarButton toggled">
- <button id="viewThumbnail" class="toolbarButton toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
- <span data-l10n-id="thumbs_label">Thumbnails</span>
- </button>
- <button id="viewOutline" class="toolbarButton" title="Show Document Outline (double-click to expand/collapse all items)" tabindex="3" data-l10n-id="document_outline">
- <span data-l10n-id="document_outline_label">Document Outline</span>
- </button>
- <button id="viewAttachments" class="toolbarButton" title="Show Attachments" tabindex="4" data-l10n-id="attachments">
- <span data-l10n-id="attachments_label">Attachments</span>
- </button>
- <button id="viewLayers" class="toolbarButton" title="Show Layers (double-click to reset all layers to the default state)" tabindex="5" data-l10n-id="layers">
- <span data-l10n-id="layers_label">Layers</span>
- </button>
+ <div id="toolbarSidebarLeft">
+ <div class="splitToolbarButton toggled">
+ <button id="viewThumbnail" class="toolbarButton toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
+ <span data-l10n-id="thumbs_label">Thumbnails</span>
+ </button>
+ <button id="viewOutline" class="toolbarButton" title="Show Document Outline (double-click to expand/collapse all items)" tabindex="3" data-l10n-id="document_outline">
+ <span data-l10n-id="document_outline_label">Document Outline</span>
+ </button>
+ <button id="viewAttachments" class="toolbarButton" title="Show Attachments" tabindex="4" data-l10n-id="attachments">
+ <span data-l10n-id="attachments_label">Attachments</span>
+ </button>
+ <button id="viewLayers" class="toolbarButton" title="Show Layers (double-click to reset all layers to the default state)" tabindex="5" data-l10n-id="layers">
+ <span data-l10n-id="layers_label">Layers</span>
+ </button>
+ </div>
+ </div>
+
+ <div id="toolbarSidebarRight">
+ <div id="outlineOptionsContainer" class="hidden">
+ <div class="verticalToolbarSeparator"></div>
+
+ <button id="currentOutlineItem" class="toolbarButton" disabled="disabled" title="Find Current Outline Item" tabindex="6" data-l10n-id="current_outline_item">
+ <span data-l10n-id="current_outline_item_label">Current Outline Item</span>
+ </button>
+ </div>
</div>
</div>
<div id="sidebarContent">
@@ -71,7 +83,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<div id="layersView" class="hidden">
</div>
</div>
- <div id="sidebarResizer" class="hidden"></div>
+ <div id="sidebarResizer"></div>
</div> <!-- sidebarContainer -->
<div id="mainContainer">