|
@@ -31,7 +31,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<meta http-equiv="Content-Type" content="text/html" charset="gb2312" />
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="utf-8" />
|
|
|
<title>PDF.js viewer</title>
|
|
|
-
|
|
|
<link rel="stylesheet" href="viewer.css" />
|
|
|
|
|
|
<!-- This snippet is used in production (included from viewer.html) -->
|
|
@@ -40,12 +39,6 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
type="application/l10n"
|
|
|
href="locale/locale.properties"
|
|
|
/>
|
|
|
-
|
|
|
- <!-- <script src="//cdn.bootcss.com/eruda/1.2.4/eruda.min.js"></script>-->
|
|
|
- <!-- <script>-->
|
|
|
- <!-- eruda.init();-->
|
|
|
- <!-- </script>-->
|
|
|
-
|
|
|
<script src="../core-js-3.29.1-minified.min.js"></script>
|
|
|
<script>
|
|
|
const isNoCopy = false;
|
|
@@ -114,316 +107,19 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
);
|
|
|
</script>
|
|
|
<script src="../build/pdf.js"></script>
|
|
|
- <script>
|
|
|
- console.log("63783876");
|
|
|
- </script>
|
|
|
<script src="wasm_exec.js"></script>
|
|
|
<script src="viewer.js"></script>
|
|
|
|
|
|
+ <script src="viewer.js"></script>
|
|
|
<style>
|
|
|
- .search-wrap {
|
|
|
- width: 100%;
|
|
|
- height: 58px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- padding: 0 12px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: #ffffff;
|
|
|
- position: relative;
|
|
|
- z-index: 900;
|
|
|
- }
|
|
|
-
|
|
|
- .search-box {
|
|
|
- flex: 1;
|
|
|
- height: 38px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- background-color: #f3f3f3;
|
|
|
- border-radius: 40px;
|
|
|
- padding: 0 7px 0 14px;
|
|
|
- box-sizing: border-box;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .historical-search {
|
|
|
- width: 100%;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 45px;
|
|
|
- background-color: #f3f3f3;
|
|
|
- border-radius: 10px;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- /*display: none;*/
|
|
|
- z-index: 999;
|
|
|
- }
|
|
|
-
|
|
|
- .historical-search-mask {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- top: 58px;
|
|
|
- width: 20%;
|
|
|
- height: 100%;
|
|
|
- /*background: rgba(0, 0, 0, .2);*/
|
|
|
- }
|
|
|
-
|
|
|
- .historical-search label {
|
|
|
- -webkit-user-select: none;
|
|
|
- -moz-user-select: none;
|
|
|
- user-select: none;
|
|
|
- margin-right: 40px;
|
|
|
- display: block;
|
|
|
- }
|
|
|
-
|
|
|
- .historical-search label:hover,
|
|
|
- .historical-search input:focus-visible + label {
|
|
|
- color: var(--toggled-btn-color);
|
|
|
- background-color: var(--button-hover-color);
|
|
|
- }
|
|
|
-
|
|
|
- .historical-search
|
|
|
- .toolbarField[type="checkbox"]:checked
|
|
|
- + .toolbarLabel {
|
|
|
- background-color: var(--toggled-btn-bg-color) !important;
|
|
|
- color: var(--toggled-btn-color);
|
|
|
- }
|
|
|
-
|
|
|
- .search-icon {
|
|
|
- width: 24px;
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .search-input {
|
|
|
- width: auto !important;
|
|
|
- flex: 1 !important;
|
|
|
- height: 38px;
|
|
|
- display: block;
|
|
|
- border: none;
|
|
|
- background: none;
|
|
|
- font-size: 14px;
|
|
|
- outline-style: none;
|
|
|
- }
|
|
|
-
|
|
|
- .search-input::placeholder {
|
|
|
- color: #a7a7a7;
|
|
|
- }
|
|
|
-
|
|
|
- .direction-box {
|
|
|
- width: 53px;
|
|
|
- height: 24px;
|
|
|
- border: 1px solid #979797;
|
|
|
- border-radius: 40px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- .direction-box > button {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- border: none;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- border-right: 1px solid #d8d8d8;
|
|
|
- box-sizing: border-box;
|
|
|
- background: none;
|
|
|
- }
|
|
|
-
|
|
|
- .direction-box > button:last-child {
|
|
|
- border-right: none;
|
|
|
- }
|
|
|
-
|
|
|
- .direction-box > button > img {
|
|
|
- width: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .tool-box {
|
|
|
- margin-left: 3px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- .tool-box > button {
|
|
|
- border: none;
|
|
|
- padding: 0 6px;
|
|
|
- border-right: 1px solid #d8d8d8;
|
|
|
- box-sizing: border-box;
|
|
|
- background: none;
|
|
|
- }
|
|
|
-
|
|
|
- .tool-box > button:last-child {
|
|
|
- padding-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .tool-box > button:last-child {
|
|
|
- border-right: none;
|
|
|
- }
|
|
|
-
|
|
|
- .tool-box > button > img {
|
|
|
- width: 26px;
|
|
|
- }
|
|
|
-
|
|
|
- .catalogue-btn {
|
|
|
- color: #ffffff;
|
|
|
- font-size: 13px;
|
|
|
- font-weight: bold;
|
|
|
- width: 72px;
|
|
|
- height: 28px;
|
|
|
- background-color: #2a63f3;
|
|
|
- border-radius: 40px;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- position: fixed;
|
|
|
- top: 70%;
|
|
|
- left: 12px;
|
|
|
- z-index: 904;
|
|
|
- border: none;
|
|
|
- }
|
|
|
-
|
|
|
- .catalogue-btn > img {
|
|
|
- width: 14px;
|
|
|
- margin-right: 3px;
|
|
|
- }
|
|
|
-
|
|
|
- #sidebarContainer {
|
|
|
- /*position: fixed;*/
|
|
|
- top: 0;
|
|
|
- z-index: 903;
|
|
|
- }
|
|
|
-
|
|
|
- #sidebarContainerMask {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 20%;
|
|
|
- height: 100%;
|
|
|
- /*background: rgba(0, 0, 0, .2);*/
|
|
|
- z-index: 902;
|
|
|
- display: none;
|
|
|
- }
|
|
|
-
|
|
|
- .sidebarOpen #sidebarContainerMask {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-
|
|
|
- .search-box .historical-search,
|
|
|
- .search-box .historical-search-mask {
|
|
|
+ .hide_btn{
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
- .search-box.focus .historical-search,
|
|
|
- .search-box.focus .historical-search-mask {
|
|
|
- display: flex;
|
|
|
- }
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body tabindex="1">
|
|
|
<div id="outerContainer">
|
|
|
- <button
|
|
|
- type="button"
|
|
|
- class="catalogue-btn"
|
|
|
- id="sidebarToggle"
|
|
|
- data-l10n-id="toggle_sidebar"
|
|
|
- aria-expanded="false"
|
|
|
- aria-controls="sidebarContainer"
|
|
|
- >
|
|
|
- <img src="./img/icon-128.png" alt="" />
|
|
|
- 目录
|
|
|
- </button>
|
|
|
- <div class="search-wrap">
|
|
|
- <div class="search-box" id="search-box">
|
|
|
- <img src="./img/icon-115.png" class="search-icon" alt="" />
|
|
|
- <input
|
|
|
- type="text"
|
|
|
- id="findInput"
|
|
|
- class="search-input"
|
|
|
- placeholder="在文档中查找…"
|
|
|
- data-l10n-id="find_input"
|
|
|
- aria-invalid="false"
|
|
|
- autocomplete="off"
|
|
|
- />
|
|
|
- <div class="direction-box">
|
|
|
- <button type="button" id="findPrevious" data-l10n-id="find_input">
|
|
|
- <img src="./img/icon-116.png" alt="" />
|
|
|
- </button>
|
|
|
- <button type="button" id="findNext" data-l10n-id="find_next">
|
|
|
- <img src="./img/icon-117.png" alt="" />
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="historical-search-mask" id="historical-search-mask"></div>
|
|
|
- <div class="historical-search">
|
|
|
- <div id="findbarOptionsOneContainer">
|
|
|
- <input
|
|
|
- type="checkbox"
|
|
|
- id="findHighlightAll"
|
|
|
- class="toolbarField"
|
|
|
- tabindex="94"
|
|
|
- />
|
|
|
- <label
|
|
|
- for="findHighlightAll"
|
|
|
- class="toolbarLabel"
|
|
|
- data-l10n-id="find_highlight"
|
|
|
- >Highlight All</label
|
|
|
- >
|
|
|
- <input
|
|
|
- type="checkbox"
|
|
|
- id="findMatchCase"
|
|
|
- class="toolbarField"
|
|
|
- tabindex="95"
|
|
|
- />
|
|
|
- <label
|
|
|
- for="findMatchCase"
|
|
|
- class="toolbarLabel"
|
|
|
- data-l10n-id="find_match_case_label"
|
|
|
- >Match Case</label
|
|
|
- >
|
|
|
- </div>
|
|
|
- <div id="findbarOptionsTwoContainer">
|
|
|
- <input
|
|
|
- type="checkbox"
|
|
|
- id="findMatchDiacritics"
|
|
|
- class="toolbarField"
|
|
|
- tabindex="96"
|
|
|
- />
|
|
|
- <label
|
|
|
- for="findMatchDiacritics"
|
|
|
- class="toolbarLabel"
|
|
|
- data-l10n-id="find_match_diacritics_label"
|
|
|
- >Match Diacritics</label
|
|
|
- >
|
|
|
- <input
|
|
|
- type="checkbox"
|
|
|
- id="findEntireWord"
|
|
|
- class="toolbarField"
|
|
|
- tabindex="97"
|
|
|
- />
|
|
|
- <label
|
|
|
- for="findEntireWord"
|
|
|
- class="toolbarLabel"
|
|
|
- data-l10n-id="find_entire_word_label"
|
|
|
- >Whole Words</label
|
|
|
- >
|
|
|
- </div>
|
|
|
- <div id="findbarMessageContainer" aria-live="polite">
|
|
|
- <span id="findResultsCount" class="toolbarLabel"></span>
|
|
|
- <span id="findMsg" class="toolbarLabel"></span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="tool-box">
|
|
|
- <button type="button" id="zoomOut">
|
|
|
- <img src="./img/icon-118.png" alt="" />
|
|
|
- </button>
|
|
|
- <button type="button" id="zoomIn">
|
|
|
- <img src="./img/icon-119.png" alt="" />
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<script>
|
|
|
const searchBox = document.getElementById("search-box");
|
|
|
const findInput = document.getElementById("findInput");
|
|
@@ -785,14 +481,17 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
href="#"
|
|
|
id="viewBookmark"
|
|
|
class="secondaryToolbarButton"
|
|
|
- title="Current view (copy or open in new window)"
|
|
|
+ title="Current Page (View URL from Current Page)"
|
|
|
tabindex="55"
|
|
|
- data-l10n-id="bookmark"
|
|
|
+ data-l10n-id="bookmark1"
|
|
|
>
|
|
|
- <span data-l10n-id="bookmark_label">Current View</span>
|
|
|
+ <span data-l10n-id="bookmark1_label">Current Page</span>
|
|
|
</a>
|
|
|
|
|
|
- <div class="horizontalToolbarSeparator"></div>
|
|
|
+ <div
|
|
|
+ id="viewBookmarkSeparator"
|
|
|
+ class="horizontalToolbarSeparator"
|
|
|
+ ></div>
|
|
|
|
|
|
<button
|
|
|
id="firstPage"
|
|
@@ -977,13 +676,22 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<!-- secondaryToolbar -->
|
|
|
|
|
|
<div class="toolbar">
|
|
|
- <div id="toolbarContainer" style="display: none">
|
|
|
+ <div id="toolbarContainer">
|
|
|
<div id="toolbarViewer">
|
|
|
<div id="toolbarViewerLeft">
|
|
|
- <!-- <button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="11"-->
|
|
|
- <!-- data-l10n-id="toggle_sidebar" aria-expanded="false" aria-controls="sidebarContainer">-->
|
|
|
- <!-- <span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span>-->
|
|
|
- <!-- </button>-->
|
|
|
+ <button
|
|
|
+ id="sidebarToggle"
|
|
|
+ class="toolbarButton"
|
|
|
+ title="Toggle Sidebar"
|
|
|
+ tabindex="11"
|
|
|
+ data-l10n-id="toggle_sidebar"
|
|
|
+ aria-expanded="false"
|
|
|
+ aria-controls="sidebarContainer"
|
|
|
+ >
|
|
|
+ <span data-l10n-id="toggle_sidebar_label"
|
|
|
+ >Toggle Sidebar</span
|
|
|
+ >
|
|
|
+ </button>
|
|
|
<div class="toolbarButtonSpacer"></div>
|
|
|
<button
|
|
|
id="viewFind"
|
|
@@ -1030,10 +738,11 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
/>
|
|
|
<span id="numPages" class="toolbarLabel"></span>
|
|
|
</div>
|
|
|
- <div id="toolbarViewerRight" style="display: none">
|
|
|
+ <div id="toolbarViewerRight">
|
|
|
+ <!-- 打开文件 -->
|
|
|
<button
|
|
|
id="openFile"
|
|
|
- class="toolbarButton hiddenLargeView"
|
|
|
+ class="toolbarButton hiddenLargeView hide_btn"
|
|
|
title="Open File"
|
|
|
tabindex="31"
|
|
|
data-l10n-id="open_file"
|
|
@@ -1041,9 +750,10 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<span data-l10n-id="open_file_label">Open</span>
|
|
|
</button>
|
|
|
|
|
|
+ <!-- 打印 -->
|
|
|
<button
|
|
|
id="print"
|
|
|
- class="toolbarButton hiddenMediumView"
|
|
|
+ class="toolbarButton hiddenMediumView hide_btn"
|
|
|
title="Print"
|
|
|
tabindex="32"
|
|
|
data-l10n-id="print"
|
|
@@ -1051,9 +761,10 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
<span data-l10n-id="print_label">Print</span>
|
|
|
</button>
|
|
|
|
|
|
+ <!-- 下载 -->
|
|
|
<button
|
|
|
id="download"
|
|
|
- class="toolbarButton hiddenMediumView"
|
|
|
+ class="toolbarButton hiddenMediumView hide_btn"
|
|
|
title="Save"
|
|
|
tabindex="33"
|
|
|
data-l10n-id="save"
|
|
@@ -1065,7 +776,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
|
|
|
<div
|
|
|
id="editorModeButtons"
|
|
|
- class="splitToolbarButton toggled"
|
|
|
+ class="splitToolbarButton toggled hide_btn"
|
|
|
role="radiogroup"
|
|
|
>
|
|
|
<button
|
|
@@ -1256,7 +967,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div id="viewerContainer" tabindex="0" style="top: 58px">
|
|
|
+ <div id="viewerContainer" tabindex="0">
|
|
|
<div id="viewer" class="pdfViewer"></div>
|
|
|
</div>
|
|
|
</div>
|