@sync-in/server 1.9.0 → 1.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -8
- package/package.json +7 -7
- package/server/app.constants.js +3 -3
- package/server/app.constants.js.map +1 -1
- package/server/app.functions.js +42 -0
- package/server/app.functions.js.map +1 -0
- package/server/applications/files/services/files-manager.service.js +2 -2
- package/server/applications/files/services/files-manager.service.js.map +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js +1 -1
- package/server/applications/files/services/files-tasks-manager.service.js.map +1 -1
- package/server/applications/files/utils/send-file.js +18 -9
- package/server/applications/files/utils/send-file.js.map +1 -1
- package/server/applications/files/utils/url-file.js +6 -6
- package/server/applications/files/utils/url-file.js.map +1 -1
- package/server/applications/links/services/links-manager.service.js +1 -1
- package/server/applications/links/services/links-manager.service.js.map +1 -1
- package/server/applications/shares/interfaces/share-props.interface.js.map +1 -1
- package/server/applications/shares/services/shares-manager.service.js +6 -4
- package/server/applications/shares/services/shares-manager.service.js.map +1 -1
- package/server/applications/spaces/services/spaces-manager.service.js +15 -12
- package/server/applications/spaces/services/spaces-manager.service.js.map +1 -1
- package/server/applications/users/services/admin-users-manager.service.js +4 -0
- package/server/applications/users/services/admin-users-manager.service.js.map +1 -1
- package/server/applications/users/users.controller.js +4 -1
- package/server/applications/users/users.controller.js.map +1 -1
- package/static/assets/pdfjs/build/pdf.mjs +35 -20
- package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
- package/static/assets/pdfjs/build/pdf.sandbox.mjs +2 -2
- package/static/assets/pdfjs/build/pdf.worker.mjs +1488 -52
- package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
- package/static/assets/pdfjs/version +1 -1
- package/static/assets/pdfjs/web/locale/be/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/bg/viewer.ftl +4 -0
- package/static/assets/pdfjs/web/locale/bs/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/ca/viewer.ftl +0 -4
- package/static/assets/pdfjs/web/locale/cs/viewer.ftl +4 -14
- package/static/assets/pdfjs/web/locale/cy/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/da/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/de/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/el/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/eo/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/eu/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fi/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fr/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fur/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/gn/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/he/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hu/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/ia/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/id/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/is/viewer.ftl +0 -15
- package/static/assets/pdfjs/web/locale/it/viewer.ftl +2 -14
- package/static/assets/pdfjs/web/locale/ja/viewer.ftl +7 -2
- package/static/assets/pdfjs/web/locale/ka/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/kab/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/kk/viewer.ftl +3 -12
- package/static/assets/pdfjs/web/locale/ko/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/nl/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +4 -12
- package/static/assets/pdfjs/web/locale/pl/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/rm/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/ro/viewer.ftl +2 -14
- package/static/assets/pdfjs/web/locale/ru/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/sc/viewer.ftl +0 -1
- package/static/assets/pdfjs/web/locale/sk/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/sl/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/sq/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/tg/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/th/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/tr/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/vi/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +2 -12
- package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +0 -12
- package/static/assets/pdfjs/web/viewer.css +53 -41
- package/static/assets/pdfjs/web/viewer.html +493 -132
- package/static/assets/pdfjs/web/viewer.mjs +225 -150
- package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
- package/static/{chunk-LYZGJZNP.js → chunk-25PWAXTJ.js} +1 -1
- package/static/{chunk-EKEGRXCV.js → chunk-27XEAHMV.js} +1 -1
- package/static/{chunk-YMAN4LIU.js → chunk-2CAAJBRO.js} +1 -1
- package/static/{chunk-MNNCSSHN.js → chunk-2LHHXDD5.js} +1 -1
- package/static/{chunk-YCTCESL4.js → chunk-2XY4PMI5.js} +1 -1
- package/static/{chunk-ERDZ7IVF.js → chunk-33WFRCUP.js} +1 -1
- package/static/chunk-3LVFDMTN.js +1 -0
- package/static/{chunk-4FJUCMEG.js → chunk-4DF2SQD4.js} +1 -1
- package/static/{chunk-Q556XB3S.js → chunk-4EUHBTWV.js} +1 -1
- package/static/{chunk-AADK5D2H.js → chunk-4KXJ6C4N.js} +1 -1
- package/static/{chunk-BHZEPHRI.js → chunk-4OV3SAUS.js} +1 -1
- package/static/{chunk-T74SMT7I.js → chunk-5HCVWZMA.js} +1 -1
- package/static/{chunk-ZCOWBVOT.js → chunk-5HYSNQR4.js} +1 -1
- package/static/{chunk-XOTKK2NJ.js → chunk-5NHB7SV3.js} +1 -1
- package/static/chunk-6VJI4X2A.js +1 -0
- package/static/{chunk-XCLK7NJL.js → chunk-7H5O4BLV.js} +1 -1
- package/static/{chunk-ACUF7IKP.js → chunk-7NI353LS.js} +1 -1
- package/static/{chunk-Y44XDRM5.js → chunk-A6J6SOM6.js} +1 -1
- package/static/{chunk-XOF4UW3S.js → chunk-A7DSX7VP.js} +1 -1
- package/static/chunk-A7R246NW.js +1 -0
- package/static/{chunk-EL6QL4TP.js → chunk-ASBPYTLT.js} +1 -1
- package/static/chunk-BJARRIS6.js +562 -0
- package/static/{chunk-RT3K6DZR.js → chunk-CAZSNVMS.js} +1 -1
- package/static/{chunk-EIYRBM4J.js → chunk-CURVLK7L.js} +1 -1
- package/static/{chunk-7CFSJ4BO.js → chunk-DDRGLHOP.js} +1 -1
- package/static/{chunk-2XPHUNYN.js → chunk-FLPZB3OX.js} +1 -1
- package/static/{chunk-23UUFZSR.js → chunk-FRBTL2ER.js} +1 -1
- package/static/{chunk-MRF3CNLZ.js → chunk-FXM7XXWA.js} +1 -1
- package/static/{chunk-7CKHC72R.js → chunk-GDPJRUVU.js} +1 -1
- package/static/{chunk-QMHUIHSR.js → chunk-GENTF6JM.js} +1 -1
- package/static/{chunk-XX7JXKA6.js → chunk-H4RLHI3Y.js} +1 -1
- package/static/{chunk-KNZ3AQPR.js → chunk-HE6EDXWI.js} +1 -1
- package/static/{chunk-LXQGVNU2.js → chunk-IUJ4IK26.js} +1 -1
- package/static/{chunk-MVZJSG5R.js → chunk-JEVBUJQ4.js} +1 -1
- package/static/{chunk-2FOWUJQF.js → chunk-K3MOXDU5.js} +1 -1
- package/static/{chunk-PG54TWBO.js → chunk-KBWK65KM.js} +1 -1
- package/static/{chunk-5HNQLBSW.js → chunk-L3PDWJZ3.js} +2 -2
- package/static/{chunk-KDEEERWZ.js → chunk-LBXOAKBD.js} +1 -1
- package/static/{chunk-Y5RLD72B.js → chunk-LFAQLJZK.js} +1 -1
- package/static/{chunk-M4XL3JN5.js → chunk-MBFMTBVJ.js} +1 -1
- package/static/{chunk-FTSIPHMG.js → chunk-MZBO5PAR.js} +1 -1
- package/static/{chunk-DJDRX53V.js → chunk-NFIES7BC.js} +1 -1
- package/static/{chunk-24Q7OUU2.js → chunk-NK2NMAJI.js} +1 -1
- package/static/{chunk-BYWSTP3P.js → chunk-O7UXVNR2.js} +1 -1
- package/static/{chunk-3IISSX63.js → chunk-PKU4IIIR.js} +1 -1
- package/static/{chunk-NN4ONTOT.js → chunk-QUSS6SUC.js} +1 -1
- package/static/{chunk-Y2I36A4K.js → chunk-R6VB3INJ.js} +1 -1
- package/static/{chunk-CCGGCHGN.js → chunk-RJOHDAPM.js} +1 -1
- package/static/{chunk-N3P6P6GW.js → chunk-S6YKBWJE.js} +1 -1
- package/static/{chunk-AZ5TF5Y3.js → chunk-SDR3UG2F.js} +1 -1
- package/static/{chunk-C3AAEQKW.js → chunk-TGHBDJZA.js} +1 -1
- package/static/{chunk-HNMGPG72.js → chunk-TVJQXN73.js} +1 -1
- package/static/{chunk-KHRF67SG.js → chunk-U75PLYIJ.js} +1 -1
- package/static/chunk-UUX3M6DC.js +1 -0
- package/static/{chunk-S6EVLDHA.js → chunk-VJ2HWQRJ.js} +2 -2
- package/static/{chunk-QNFNXDSX.js → chunk-VO4WVT6K.js} +1 -1
- package/static/{chunk-5XUIPWOH.js → chunk-W72JYHOH.js} +1 -1
- package/static/{chunk-OJCAIKUK.js → chunk-WJYVS27M.js} +1 -1
- package/static/{chunk-HKRGIRKB.js → chunk-XAIOGRBO.js} +1 -1
- package/static/{chunk-BQZWSZNN.js → chunk-XHQEF2IX.js} +1 -1
- package/static/{chunk-RX3YQ67K.js → chunk-XXYMVRSH.js} +1 -1
- package/static/{chunk-HHWXIK2M.js → chunk-YTBSB2GE.js} +1 -1
- package/static/{chunk-LJSVNPPQ.js → chunk-YXWF2DGF.js} +1 -1
- package/static/{chunk-JMYAD7E2.js → chunk-Z6RJZIDG.js} +1 -1
- package/static/{chunk-F7TXTNZC.js → chunk-ZC5ZDCDC.js} +1 -1
- package/static/{chunk-EDJAISWO.js → chunk-ZERBTNFW.js} +8 -8
- package/static/{chunk-MRMSMTWD.js → chunk-ZPI7RQ2S.js} +1 -1
- package/static/{chunk-NOPACN4F.js → chunk-ZRBLCAOK.js} +1 -1
- package/static/index.html +2 -2
- package/static/{main-3PLRDZTO.js → main-FE6GWZXU.js} +4 -4
- package/static/{styles-Q4OZOSSK.css → styles-S5HVK4H5.css} +1 -1
- package/static/chunk-H6WOTGQ5.js +0 -1
- package/static/chunk-HC7F57NA.js +0 -1
- package/static/chunk-IOIBQGHN.js +0 -562
- package/static/chunk-J6YSFHLZ.js +0 -1
- package/static/chunk-QVFPHTOH.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<!--
|
|
3
3
|
Copyright 2012 Mozilla Foundation
|
|
4
4
|
|
|
@@ -22,16 +22,16 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
22
22
|
-->
|
|
23
23
|
<html dir="ltr" mozdisallowselectionprint>
|
|
24
24
|
<head>
|
|
25
|
-
<meta charset="utf-8"
|
|
26
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"
|
|
27
|
-
<meta name="google" content="notranslate"
|
|
25
|
+
<meta charset="utf-8" />
|
|
26
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
27
|
+
<meta name="google" content="notranslate" />
|
|
28
28
|
<title>PDF.js viewer</title>
|
|
29
29
|
|
|
30
30
|
<!-- This snippet is used in production (included from viewer.html) -->
|
|
31
|
-
<link rel="resource" type="application/l10n" href="locale/locale.json"
|
|
31
|
+
<link rel="resource" type="application/l10n" href="locale/locale.json" />
|
|
32
32
|
<script src="../build/pdf.mjs" type="module"></script>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" href="viewer.css"
|
|
34
|
+
<link rel="stylesheet" href="viewer.css" />
|
|
35
35
|
|
|
36
36
|
<script src="viewer.mjs" type="module"></script>
|
|
37
37
|
</head>
|
|
@@ -44,17 +44,53 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
44
44
|
<div id="toolbarSidebar" class="toolbarHorizontalGroup">
|
|
45
45
|
<div id="toolbarSidebarLeft">
|
|
46
46
|
<div id="sidebarViewButtons" class="toolbarHorizontalGroup toggled" role="radiogroup">
|
|
47
|
-
<button
|
|
48
|
-
|
|
47
|
+
<button
|
|
48
|
+
id="viewThumbnail"
|
|
49
|
+
class="toolbarButton toggled"
|
|
50
|
+
type="button"
|
|
51
|
+
tabindex="0"
|
|
52
|
+
data-l10n-id="pdfjs-thumbs-button"
|
|
53
|
+
role="radio"
|
|
54
|
+
aria-checked="true"
|
|
55
|
+
aria-controls="thumbnailView"
|
|
56
|
+
>
|
|
57
|
+
<span data-l10n-id="pdfjs-thumbs-button-label"></span>
|
|
49
58
|
</button>
|
|
50
|
-
<button
|
|
51
|
-
|
|
59
|
+
<button
|
|
60
|
+
id="viewOutline"
|
|
61
|
+
class="toolbarButton"
|
|
62
|
+
type="button"
|
|
63
|
+
tabindex="0"
|
|
64
|
+
data-l10n-id="pdfjs-document-outline-button"
|
|
65
|
+
role="radio"
|
|
66
|
+
aria-checked="false"
|
|
67
|
+
aria-controls="outlineView"
|
|
68
|
+
>
|
|
69
|
+
<span data-l10n-id="pdfjs-document-outline-button-label"></span>
|
|
52
70
|
</button>
|
|
53
|
-
<button
|
|
54
|
-
|
|
71
|
+
<button
|
|
72
|
+
id="viewAttachments"
|
|
73
|
+
class="toolbarButton"
|
|
74
|
+
type="button"
|
|
75
|
+
tabindex="0"
|
|
76
|
+
data-l10n-id="pdfjs-attachments-button"
|
|
77
|
+
role="radio"
|
|
78
|
+
aria-checked="false"
|
|
79
|
+
aria-controls="attachmentsView"
|
|
80
|
+
>
|
|
81
|
+
<span data-l10n-id="pdfjs-attachments-button-label"></span>
|
|
55
82
|
</button>
|
|
56
|
-
<button
|
|
57
|
-
|
|
83
|
+
<button
|
|
84
|
+
id="viewLayers"
|
|
85
|
+
class="toolbarButton"
|
|
86
|
+
type="button"
|
|
87
|
+
tabindex="0"
|
|
88
|
+
data-l10n-id="pdfjs-layers-button"
|
|
89
|
+
role="radio"
|
|
90
|
+
aria-checked="false"
|
|
91
|
+
aria-controls="layersView"
|
|
92
|
+
>
|
|
93
|
+
<span data-l10n-id="pdfjs-layers-button-label"></span>
|
|
58
94
|
</button>
|
|
59
95
|
</div>
|
|
60
96
|
</div>
|
|
@@ -63,42 +99,63 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
63
99
|
<div id="outlineOptionsContainer" class="toolbarHorizontalGroup">
|
|
64
100
|
<div class="verticalToolbarSeparator"></div>
|
|
65
101
|
|
|
66
|
-
<button
|
|
102
|
+
<button
|
|
103
|
+
id="currentOutlineItem"
|
|
104
|
+
class="toolbarButton"
|
|
105
|
+
type="button"
|
|
106
|
+
disabled="disabled"
|
|
107
|
+
tabindex="0"
|
|
108
|
+
data-l10n-id="pdfjs-current-outline-item-button"
|
|
109
|
+
>
|
|
67
110
|
<span data-l10n-id="pdfjs-current-outline-item-button-label"></span>
|
|
68
111
|
</button>
|
|
69
112
|
</div>
|
|
70
113
|
</div>
|
|
71
114
|
</div>
|
|
72
115
|
<div id="sidebarContent">
|
|
73
|
-
<div id="thumbnailView">
|
|
74
|
-
|
|
75
|
-
<div id="
|
|
76
|
-
|
|
77
|
-
<div id="attachmentsView" class="hidden">
|
|
78
|
-
</div>
|
|
79
|
-
<div id="layersView" class="hidden">
|
|
80
|
-
</div>
|
|
116
|
+
<div id="thumbnailView"></div>
|
|
117
|
+
<div id="outlineView" class="hidden"></div>
|
|
118
|
+
<div id="attachmentsView" class="hidden"></div>
|
|
119
|
+
<div id="layersView" class="hidden"></div>
|
|
81
120
|
</div>
|
|
82
121
|
<div id="sidebarResizer"></div>
|
|
83
|
-
</div>
|
|
122
|
+
</div>
|
|
123
|
+
<!-- sidebarContainer -->
|
|
84
124
|
|
|
85
125
|
<div id="mainContainer">
|
|
86
126
|
<div class="toolbar">
|
|
87
127
|
<div id="toolbarContainer">
|
|
88
128
|
<div id="toolbarViewer" class="toolbarHorizontalGroup">
|
|
89
129
|
<div id="toolbarViewerLeft" class="toolbarHorizontalGroup">
|
|
90
|
-
<button
|
|
130
|
+
<button
|
|
131
|
+
id="sidebarToggleButton"
|
|
132
|
+
class="toolbarButton"
|
|
133
|
+
type="button"
|
|
134
|
+
tabindex="0"
|
|
135
|
+
data-l10n-id="pdfjs-toggle-sidebar-button"
|
|
136
|
+
aria-expanded="false"
|
|
137
|
+
aria-haspopup="true"
|
|
138
|
+
aria-controls="sidebarContainer"
|
|
139
|
+
>
|
|
91
140
|
<span data-l10n-id="pdfjs-toggle-sidebar-button-label"></span>
|
|
92
141
|
</button>
|
|
93
142
|
<div class="toolbarButtonSpacer"></div>
|
|
94
143
|
<div class="toolbarButtonWithContainer">
|
|
95
|
-
<button
|
|
144
|
+
<button
|
|
145
|
+
id="viewFindButton"
|
|
146
|
+
class="toolbarButton"
|
|
147
|
+
type="button"
|
|
148
|
+
tabindex="0"
|
|
149
|
+
data-l10n-id="pdfjs-findbar-button"
|
|
150
|
+
aria-expanded="false"
|
|
151
|
+
aria-controls="findbar"
|
|
152
|
+
>
|
|
96
153
|
<span data-l10n-id="pdfjs-findbar-button-label"></span>
|
|
97
154
|
</button>
|
|
98
155
|
<div class="hidden doorHanger toolbarHorizontalGroup" id="findbar">
|
|
99
156
|
<div id="findInputContainer" class="toolbarHorizontalGroup">
|
|
100
157
|
<span class="loadingInput end toolbarHorizontalGroup">
|
|
101
|
-
<input id="findInput" class="toolbarField" tabindex="0" data-l10n-id="pdfjs-find-input" aria-invalid="false"
|
|
158
|
+
<input id="findInput" class="toolbarField" tabindex="0" data-l10n-id="pdfjs-find-input" aria-invalid="false" />
|
|
102
159
|
</span>
|
|
103
160
|
<div class="toolbarHorizontalGroup">
|
|
104
161
|
<button id="findPreviousButton" class="toolbarButton" type="button" tabindex="0" data-l10n-id="pdfjs-find-previous-button">
|
|
@@ -136,7 +193,8 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
136
193
|
<span id="findResultsCount" class="toolbarLabel"></span>
|
|
137
194
|
<span id="findMsg" class="toolbarLabel"></span>
|
|
138
195
|
</div>
|
|
139
|
-
</div>
|
|
196
|
+
</div>
|
|
197
|
+
<!-- findbar -->
|
|
140
198
|
</div>
|
|
141
199
|
<div class="toolbarHorizontalGroup hiddenSmallView">
|
|
142
200
|
<button class="toolbarButton" type="button" id="previous" tabindex="0" data-l10n-id="pdfjs-previous-button">
|
|
@@ -149,7 +207,16 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
149
207
|
</div>
|
|
150
208
|
<div class="toolbarHorizontalGroup">
|
|
151
209
|
<span class="loadingInput start toolbarHorizontalGroup">
|
|
152
|
-
<input
|
|
210
|
+
<input
|
|
211
|
+
type="number"
|
|
212
|
+
id="pageNumber"
|
|
213
|
+
class="toolbarField"
|
|
214
|
+
value="1"
|
|
215
|
+
min="1"
|
|
216
|
+
tabindex="0"
|
|
217
|
+
data-l10n-id="pdfjs-page-input"
|
|
218
|
+
autocomplete="off"
|
|
219
|
+
/>
|
|
153
220
|
</span>
|
|
154
221
|
<span id="numPages" class="toolbarLabel"></span>
|
|
155
222
|
</div>
|
|
@@ -170,7 +237,14 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
170
237
|
<option id="pageActualOption" value="page-actual" data-l10n-id="pdfjs-page-scale-actual"></option>
|
|
171
238
|
<option id="pageFitOption" value="page-fit" data-l10n-id="pdfjs-page-scale-fit"></option>
|
|
172
239
|
<option id="pageWidthOption" value="page-width" data-l10n-id="pdfjs-page-scale-width"></option>
|
|
173
|
-
<option
|
|
240
|
+
<option
|
|
241
|
+
id="customScaleOption"
|
|
242
|
+
value="custom"
|
|
243
|
+
disabled="disabled"
|
|
244
|
+
hidden="true"
|
|
245
|
+
data-l10n-id="pdfjs-page-scale-percent"
|
|
246
|
+
data-l10n-args='{ "scale": 0 }'
|
|
247
|
+
></option>
|
|
174
248
|
<option value="0.5" data-l10n-id="pdfjs-page-scale-percent" data-l10n-args='{ "scale": 50 }'></option>
|
|
175
249
|
<option value="0.75" data-l10n-id="pdfjs-page-scale-percent" data-l10n-args='{ "scale": 75 }'></option>
|
|
176
250
|
<option value="1" data-l10n-id="pdfjs-page-scale-percent" data-l10n-args='{ "scale": 100 }'></option>
|
|
@@ -185,12 +259,22 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
185
259
|
<div id="toolbarViewerRight" class="toolbarHorizontalGroup">
|
|
186
260
|
<div id="editorModeButtons" class="toolbarHorizontalGroup">
|
|
187
261
|
<div id="editorComment" class="toolbarButtonWithContainer" hidden="true">
|
|
188
|
-
<button
|
|
262
|
+
<button
|
|
263
|
+
id="editorCommentButton"
|
|
264
|
+
class="toolbarButton"
|
|
265
|
+
type="button"
|
|
266
|
+
tabindex="0"
|
|
267
|
+
disabled="disabled"
|
|
268
|
+
aria-expanded="false"
|
|
269
|
+
aria-haspopup="true"
|
|
270
|
+
aria-controls="editorCommentParamsToolbar"
|
|
271
|
+
data-l10n-id="pdfjs-editor-comment-button"
|
|
272
|
+
>
|
|
189
273
|
<span data-l10n-id="pdfjs-editor-comment-button-label"></span>
|
|
190
274
|
</button>
|
|
191
275
|
<div class="editorParamsToolbar hidden menu" id="editorCommentParamsToolbar">
|
|
192
276
|
<div id="editorCommentsSidebar" class="menuContainer comment sidebar" role="landmark" aria-labelledby="editorCommentsSidebarHeader">
|
|
193
|
-
<div id="editorCommentsSidebarResizer" class="sidebarResizer"></div>
|
|
277
|
+
<div id="editorCommentsSidebarResizer" class="sidebarResizer" role="separator" aria-controls="editorCommentsSidebar" tabindex="0"></div>
|
|
194
278
|
<div id="editorCommentsSidebarHeader" role="heading" aria-level="2">
|
|
195
279
|
<span class="commentCount">
|
|
196
280
|
<span id="editorCommentsSidebarTitle" data-l10n-id="pdfjs-editor-comments-sidebar-title" data-l10n-args='{ "count": 0 }'></span>
|
|
@@ -207,19 +291,45 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
207
291
|
</div>
|
|
208
292
|
</div>
|
|
209
293
|
<div id="editorSignature" class="toolbarButtonWithContainer" hidden="true">
|
|
210
|
-
<button
|
|
294
|
+
<button
|
|
295
|
+
id="editorSignatureButton"
|
|
296
|
+
class="toolbarButton"
|
|
297
|
+
type="button"
|
|
298
|
+
tabindex="0"
|
|
299
|
+
disabled="disabled"
|
|
300
|
+
aria-expanded="false"
|
|
301
|
+
aria-haspopup="true"
|
|
302
|
+
aria-controls="editorSignatureParamsToolbar"
|
|
303
|
+
data-l10n-id="pdfjs-editor-signature-button"
|
|
304
|
+
>
|
|
211
305
|
<span data-l10n-id="pdfjs-editor-signature-button-label"></span>
|
|
212
306
|
</button>
|
|
213
307
|
<div class="editorParamsToolbar hidden doorHangerRight menu" id="editorSignatureParamsToolbar">
|
|
214
308
|
<div id="addSignatureDoorHanger" class="menuContainer" role="region" data-l10n-id="pdfjs-editor-add-signature-container">
|
|
215
|
-
<button
|
|
309
|
+
<button
|
|
310
|
+
id="editorSignatureAddSignature"
|
|
311
|
+
class="toolbarButton labeled"
|
|
312
|
+
type="button"
|
|
313
|
+
tabindex="0"
|
|
314
|
+
data-l10n-id="pdfjs-editor-signature-add-signature-button"
|
|
315
|
+
>
|
|
216
316
|
<span data-l10n-id="pdfjs-editor-signature-add-signature-button-label" class="editorParamsLabel"></span>
|
|
217
317
|
</button>
|
|
218
318
|
</div>
|
|
219
319
|
</div>
|
|
220
320
|
</div>
|
|
221
321
|
<div id="editorHighlight" class="toolbarButtonWithContainer">
|
|
222
|
-
<button
|
|
322
|
+
<button
|
|
323
|
+
id="editorHighlightButton"
|
|
324
|
+
class="toolbarButton"
|
|
325
|
+
type="button"
|
|
326
|
+
disabled="disabled"
|
|
327
|
+
aria-expanded="false"
|
|
328
|
+
aria-haspopup="true"
|
|
329
|
+
aria-controls="editorHighlightParamsToolbar"
|
|
330
|
+
tabindex="0"
|
|
331
|
+
data-l10n-id="pdfjs-editor-highlight-button"
|
|
332
|
+
>
|
|
223
333
|
<span data-l10n-id="pdfjs-editor-highlight-button-label"></span>
|
|
224
334
|
</button>
|
|
225
335
|
<div class="editorParamsToolbar hidden doorHangerRight" id="editorHighlightParamsToolbar">
|
|
@@ -228,66 +338,123 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
228
338
|
<span id="highlightColorPickerLabel" class="editorParamsLabel" data-l10n-id="pdfjs-editor-highlight-colorpicker-label"></span>
|
|
229
339
|
</div>
|
|
230
340
|
<div id="editorHighlightThickness">
|
|
231
|
-
<label
|
|
341
|
+
<label
|
|
342
|
+
for="editorFreeHighlightThickness"
|
|
343
|
+
class="editorParamsLabel"
|
|
344
|
+
data-l10n-id="pdfjs-editor-free-highlight-thickness-input"
|
|
345
|
+
></label>
|
|
232
346
|
<div class="thicknessPicker">
|
|
233
|
-
<input
|
|
347
|
+
<input
|
|
348
|
+
type="range"
|
|
349
|
+
id="editorFreeHighlightThickness"
|
|
350
|
+
class="editorParamsSlider"
|
|
351
|
+
data-l10n-id="pdfjs-editor-free-highlight-thickness-title"
|
|
352
|
+
value="12"
|
|
353
|
+
min="8"
|
|
354
|
+
max="24"
|
|
355
|
+
step="1"
|
|
356
|
+
tabindex="0"
|
|
357
|
+
/>
|
|
234
358
|
</div>
|
|
235
359
|
</div>
|
|
236
360
|
<div id="editorHighlightVisibility">
|
|
237
361
|
<div class="divider"></div>
|
|
238
362
|
<div class="toggler">
|
|
239
363
|
<label for="editorHighlightShowAll" class="editorParamsLabel" data-l10n-id="pdfjs-editor-highlight-show-all-button-label"></label>
|
|
240
|
-
<button
|
|
364
|
+
<button
|
|
365
|
+
id="editorHighlightShowAll"
|
|
366
|
+
class="toggle-button"
|
|
367
|
+
type="button"
|
|
368
|
+
data-l10n-id="pdfjs-editor-highlight-show-all-button"
|
|
369
|
+
aria-pressed="true"
|
|
370
|
+
tabindex="0"
|
|
371
|
+
></button>
|
|
241
372
|
</div>
|
|
242
373
|
</div>
|
|
243
374
|
</div>
|
|
244
375
|
</div>
|
|
245
376
|
</div>
|
|
246
377
|
<div id="editorFreeText" class="toolbarButtonWithContainer">
|
|
247
|
-
<button
|
|
378
|
+
<button
|
|
379
|
+
id="editorFreeTextButton"
|
|
380
|
+
class="toolbarButton"
|
|
381
|
+
type="button"
|
|
382
|
+
disabled="disabled"
|
|
383
|
+
aria-expanded="false"
|
|
384
|
+
aria-haspopup="true"
|
|
385
|
+
aria-controls="editorFreeTextParamsToolbar"
|
|
386
|
+
tabindex="0"
|
|
387
|
+
data-l10n-id="pdfjs-editor-free-text-button"
|
|
388
|
+
>
|
|
248
389
|
<span data-l10n-id="pdfjs-editor-free-text-button-label"></span>
|
|
249
390
|
</button>
|
|
250
391
|
<div class="editorParamsToolbar hidden doorHangerRight" id="editorFreeTextParamsToolbar">
|
|
251
392
|
<div class="editorParamsToolbarContainer">
|
|
252
393
|
<div class="editorParamsSetter">
|
|
253
394
|
<label for="editorFreeTextColor" class="editorParamsLabel" data-l10n-id="pdfjs-editor-free-text-color-input"></label>
|
|
254
|
-
<input type="color" id="editorFreeTextColor" class="editorParamsColor" tabindex="0"
|
|
395
|
+
<input type="color" id="editorFreeTextColor" class="editorParamsColor" tabindex="0" />
|
|
255
396
|
</div>
|
|
256
397
|
<div class="editorParamsSetter">
|
|
257
398
|
<label for="editorFreeTextFontSize" class="editorParamsLabel" data-l10n-id="pdfjs-editor-free-text-size-input"></label>
|
|
258
|
-
<input type="range" id="editorFreeTextFontSize" class="editorParamsSlider" value="10" min="5" max="100" step="1" tabindex="0"
|
|
399
|
+
<input type="range" id="editorFreeTextFontSize" class="editorParamsSlider" value="10" min="5" max="100" step="1" tabindex="0" />
|
|
259
400
|
</div>
|
|
260
401
|
</div>
|
|
261
402
|
</div>
|
|
262
403
|
</div>
|
|
263
404
|
<div id="editorInk" class="toolbarButtonWithContainer">
|
|
264
|
-
<button
|
|
405
|
+
<button
|
|
406
|
+
id="editorInkButton"
|
|
407
|
+
class="toolbarButton"
|
|
408
|
+
type="button"
|
|
409
|
+
disabled="disabled"
|
|
410
|
+
aria-expanded="false"
|
|
411
|
+
aria-haspopup="true"
|
|
412
|
+
aria-controls="editorInkParamsToolbar"
|
|
413
|
+
tabindex="0"
|
|
414
|
+
data-l10n-id="pdfjs-editor-ink-button"
|
|
415
|
+
>
|
|
265
416
|
<span data-l10n-id="pdfjs-editor-ink-button-label"></span>
|
|
266
417
|
</button>
|
|
267
418
|
<div class="editorParamsToolbar hidden doorHangerRight" id="editorInkParamsToolbar">
|
|
268
419
|
<div class="editorParamsToolbarContainer">
|
|
269
420
|
<div class="editorParamsSetter">
|
|
270
421
|
<label for="editorInkColor" class="editorParamsLabel" data-l10n-id="pdfjs-editor-ink-color-input"></label>
|
|
271
|
-
<input type="color" id="editorInkColor" class="editorParamsColor" tabindex="0"
|
|
422
|
+
<input type="color" id="editorInkColor" class="editorParamsColor" tabindex="0" />
|
|
272
423
|
</div>
|
|
273
424
|
<div class="editorParamsSetter">
|
|
274
425
|
<label for="editorInkThickness" class="editorParamsLabel" data-l10n-id="pdfjs-editor-ink-thickness-input"></label>
|
|
275
|
-
<input type="range" id="editorInkThickness" class="editorParamsSlider" value="1" min="1" max="20" step="1" tabindex="0"
|
|
426
|
+
<input type="range" id="editorInkThickness" class="editorParamsSlider" value="1" min="1" max="20" step="1" tabindex="0" />
|
|
276
427
|
</div>
|
|
277
428
|
<div class="editorParamsSetter">
|
|
278
429
|
<label for="editorInkOpacity" class="editorParamsLabel" data-l10n-id="pdfjs-editor-ink-opacity-input"></label>
|
|
279
|
-
<input type="range" id="editorInkOpacity" class="editorParamsSlider" value="1" min="0.05" max="1" step="0.05" tabindex="0"
|
|
430
|
+
<input type="range" id="editorInkOpacity" class="editorParamsSlider" value="1" min="0.05" max="1" step="0.05" tabindex="0" />
|
|
280
431
|
</div>
|
|
281
432
|
</div>
|
|
282
433
|
</div>
|
|
283
434
|
</div>
|
|
284
435
|
<div id="editorStamp" class="toolbarButtonWithContainer">
|
|
285
|
-
<button
|
|
436
|
+
<button
|
|
437
|
+
id="editorStampButton"
|
|
438
|
+
class="toolbarButton"
|
|
439
|
+
type="button"
|
|
440
|
+
disabled="disabled"
|
|
441
|
+
aria-expanded="false"
|
|
442
|
+
aria-haspopup="true"
|
|
443
|
+
aria-controls="editorStampParamsToolbar"
|
|
444
|
+
tabindex="0"
|
|
445
|
+
data-l10n-id="pdfjs-editor-stamp-button"
|
|
446
|
+
>
|
|
286
447
|
<span data-l10n-id="pdfjs-editor-stamp-button-label"></span>
|
|
287
448
|
</button>
|
|
288
449
|
<div class="editorParamsToolbar hidden doorHangerRight menu" id="editorStampParamsToolbar">
|
|
289
450
|
<div class="menuContainer">
|
|
290
|
-
<button
|
|
451
|
+
<button
|
|
452
|
+
id="editorStampAddImage"
|
|
453
|
+
class="toolbarButton labeled"
|
|
454
|
+
type="button"
|
|
455
|
+
tabindex="0"
|
|
456
|
+
data-l10n-id="pdfjs-editor-stamp-add-image-button"
|
|
457
|
+
>
|
|
291
458
|
<span class="editorParamsLabel" data-l10n-id="pdfjs-editor-stamp-add-image-button-label"></span>
|
|
292
459
|
</button>
|
|
293
460
|
</div>
|
|
@@ -310,7 +477,16 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
310
477
|
<div class="verticalToolbarSeparator hiddenMediumView"></div>
|
|
311
478
|
|
|
312
479
|
<div id="secondaryToolbarToggle" class="toolbarButtonWithContainer">
|
|
313
|
-
<button
|
|
480
|
+
<button
|
|
481
|
+
id="secondaryToolbarToggleButton"
|
|
482
|
+
class="toolbarButton"
|
|
483
|
+
type="button"
|
|
484
|
+
tabindex="0"
|
|
485
|
+
data-l10n-id="pdfjs-tools-button"
|
|
486
|
+
aria-expanded="false"
|
|
487
|
+
aria-haspopup="true"
|
|
488
|
+
aria-controls="secondaryToolbar"
|
|
489
|
+
>
|
|
314
490
|
<span data-l10n-id="pdfjs-tools-button-label"></span>
|
|
315
491
|
</button>
|
|
316
492
|
<div id="secondaryToolbar" class="hidden doorHangerRight menu">
|
|
@@ -361,10 +537,26 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
361
537
|
<div class="horizontalToolbarSeparator"></div>
|
|
362
538
|
|
|
363
539
|
<div id="cursorToolButtons" role="radiogroup">
|
|
364
|
-
<button
|
|
540
|
+
<button
|
|
541
|
+
id="cursorSelectTool"
|
|
542
|
+
class="toolbarButton labeled toggled"
|
|
543
|
+
type="button"
|
|
544
|
+
tabindex="0"
|
|
545
|
+
data-l10n-id="pdfjs-cursor-text-select-tool-button"
|
|
546
|
+
role="radio"
|
|
547
|
+
aria-checked="true"
|
|
548
|
+
>
|
|
365
549
|
<span data-l10n-id="pdfjs-cursor-text-select-tool-button-label"></span>
|
|
366
550
|
</button>
|
|
367
|
-
<button
|
|
551
|
+
<button
|
|
552
|
+
id="cursorHandTool"
|
|
553
|
+
class="toolbarButton labeled"
|
|
554
|
+
type="button"
|
|
555
|
+
tabindex="0"
|
|
556
|
+
data-l10n-id="pdfjs-cursor-hand-tool-button"
|
|
557
|
+
role="radio"
|
|
558
|
+
aria-checked="false"
|
|
559
|
+
>
|
|
368
560
|
<span data-l10n-id="pdfjs-cursor-hand-tool-button-label"></span>
|
|
369
561
|
</button>
|
|
370
562
|
</div>
|
|
@@ -372,16 +564,48 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
372
564
|
<div class="horizontalToolbarSeparator"></div>
|
|
373
565
|
|
|
374
566
|
<div id="scrollModeButtons" role="radiogroup">
|
|
375
|
-
<button
|
|
567
|
+
<button
|
|
568
|
+
id="scrollPage"
|
|
569
|
+
class="toolbarButton labeled"
|
|
570
|
+
type="button"
|
|
571
|
+
tabindex="0"
|
|
572
|
+
data-l10n-id="pdfjs-scroll-page-button"
|
|
573
|
+
role="radio"
|
|
574
|
+
aria-checked="false"
|
|
575
|
+
>
|
|
376
576
|
<span data-l10n-id="pdfjs-scroll-page-button-label"></span>
|
|
377
577
|
</button>
|
|
378
|
-
<button
|
|
578
|
+
<button
|
|
579
|
+
id="scrollVertical"
|
|
580
|
+
class="toolbarButton labeled toggled"
|
|
581
|
+
type="button"
|
|
582
|
+
tabindex="0"
|
|
583
|
+
data-l10n-id="pdfjs-scroll-vertical-button"
|
|
584
|
+
role="radio"
|
|
585
|
+
aria-checked="true"
|
|
586
|
+
>
|
|
379
587
|
<span data-l10n-id="pdfjs-scroll-vertical-button-label"></span>
|
|
380
588
|
</button>
|
|
381
|
-
<button
|
|
589
|
+
<button
|
|
590
|
+
id="scrollHorizontal"
|
|
591
|
+
class="toolbarButton labeled"
|
|
592
|
+
type="button"
|
|
593
|
+
tabindex="0"
|
|
594
|
+
data-l10n-id="pdfjs-scroll-horizontal-button"
|
|
595
|
+
role="radio"
|
|
596
|
+
aria-checked="false"
|
|
597
|
+
>
|
|
382
598
|
<span data-l10n-id="pdfjs-scroll-horizontal-button-label"></span>
|
|
383
599
|
</button>
|
|
384
|
-
<button
|
|
600
|
+
<button
|
|
601
|
+
id="scrollWrapped"
|
|
602
|
+
class="toolbarButton labeled"
|
|
603
|
+
type="button"
|
|
604
|
+
tabindex="0"
|
|
605
|
+
data-l10n-id="pdfjs-scroll-wrapped-button"
|
|
606
|
+
role="radio"
|
|
607
|
+
aria-checked="false"
|
|
608
|
+
>
|
|
385
609
|
<span data-l10n-id="pdfjs-scroll-wrapped-button-label"></span>
|
|
386
610
|
</button>
|
|
387
611
|
</div>
|
|
@@ -389,36 +613,74 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
389
613
|
<div class="horizontalToolbarSeparator"></div>
|
|
390
614
|
|
|
391
615
|
<div id="spreadModeButtons" role="radiogroup">
|
|
392
|
-
<button
|
|
616
|
+
<button
|
|
617
|
+
id="spreadNone"
|
|
618
|
+
class="toolbarButton labeled toggled"
|
|
619
|
+
type="button"
|
|
620
|
+
tabindex="0"
|
|
621
|
+
data-l10n-id="pdfjs-spread-none-button"
|
|
622
|
+
role="radio"
|
|
623
|
+
aria-checked="true"
|
|
624
|
+
>
|
|
393
625
|
<span data-l10n-id="pdfjs-spread-none-button-label"></span>
|
|
394
626
|
</button>
|
|
395
|
-
<button
|
|
627
|
+
<button
|
|
628
|
+
id="spreadOdd"
|
|
629
|
+
class="toolbarButton labeled"
|
|
630
|
+
type="button"
|
|
631
|
+
tabindex="0"
|
|
632
|
+
data-l10n-id="pdfjs-spread-odd-button"
|
|
633
|
+
role="radio"
|
|
634
|
+
aria-checked="false"
|
|
635
|
+
>
|
|
396
636
|
<span data-l10n-id="pdfjs-spread-odd-button-label"></span>
|
|
397
637
|
</button>
|
|
398
|
-
<button
|
|
638
|
+
<button
|
|
639
|
+
id="spreadEven"
|
|
640
|
+
class="toolbarButton labeled"
|
|
641
|
+
type="button"
|
|
642
|
+
tabindex="0"
|
|
643
|
+
data-l10n-id="pdfjs-spread-even-button"
|
|
644
|
+
role="radio"
|
|
645
|
+
aria-checked="false"
|
|
646
|
+
>
|
|
399
647
|
<span data-l10n-id="pdfjs-spread-even-button-label"></span>
|
|
400
648
|
</button>
|
|
401
649
|
</div>
|
|
402
650
|
|
|
403
651
|
<div id="imageAltTextSettingsSeparator" class="horizontalToolbarSeparator hidden"></div>
|
|
404
|
-
<button
|
|
652
|
+
<button
|
|
653
|
+
id="imageAltTextSettings"
|
|
654
|
+
type="button"
|
|
655
|
+
class="toolbarButton labeled hidden"
|
|
656
|
+
tabindex="0"
|
|
657
|
+
data-l10n-id="pdfjs-image-alt-text-settings-button"
|
|
658
|
+
aria-controls="altTextSettingsDialog"
|
|
659
|
+
>
|
|
405
660
|
<span data-l10n-id="pdfjs-image-alt-text-settings-button-label"></span>
|
|
406
661
|
</button>
|
|
407
662
|
|
|
408
663
|
<div class="horizontalToolbarSeparator"></div>
|
|
409
664
|
|
|
410
|
-
<button
|
|
665
|
+
<button
|
|
666
|
+
id="documentProperties"
|
|
667
|
+
class="toolbarButton labeled"
|
|
668
|
+
type="button"
|
|
669
|
+
tabindex="0"
|
|
670
|
+
data-l10n-id="pdfjs-document-properties-button"
|
|
671
|
+
aria-controls="documentPropertiesDialog"
|
|
672
|
+
>
|
|
411
673
|
<span data-l10n-id="pdfjs-document-properties-button-label"></span>
|
|
412
674
|
</button>
|
|
413
675
|
</div>
|
|
414
|
-
</div>
|
|
676
|
+
</div>
|
|
677
|
+
<!-- secondaryToolbar -->
|
|
415
678
|
</div>
|
|
416
679
|
</div>
|
|
417
680
|
</div>
|
|
418
681
|
<div id="loadingBar">
|
|
419
682
|
<div class="progress">
|
|
420
|
-
<div class="glimmer">
|
|
421
|
-
</div>
|
|
683
|
+
<div class="glimmer"></div>
|
|
422
684
|
</div>
|
|
423
685
|
</div>
|
|
424
686
|
</div>
|
|
@@ -427,7 +689,8 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
427
689
|
<div id="viewerContainer" tabindex="0">
|
|
428
690
|
<div id="viewer" class="pdfViewer"></div>
|
|
429
691
|
</div>
|
|
430
|
-
</div>
|
|
692
|
+
</div>
|
|
693
|
+
<!-- mainContainer -->
|
|
431
694
|
|
|
432
695
|
<div id="dialogContainer">
|
|
433
696
|
<dialog id="passwordDialog">
|
|
@@ -435,7 +698,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
435
698
|
<label for="password" id="passwordText" data-l10n-id="pdfjs-password-label"></label>
|
|
436
699
|
</div>
|
|
437
700
|
<div class="row">
|
|
438
|
-
<input type="password" id="password" class="toolbarField"
|
|
701
|
+
<input type="password" id="password" class="toolbarField" />
|
|
439
702
|
</div>
|
|
440
703
|
<div class="buttonRow">
|
|
441
704
|
<button id="passwordCancel" class="dialogButton" type="button"><span data-l10n-id="pdfjs-password-cancel-button"></span></button>
|
|
@@ -515,7 +778,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
515
778
|
<div id="addDescription">
|
|
516
779
|
<div class="radio">
|
|
517
780
|
<div class="radioButton">
|
|
518
|
-
<input type="radio" id="descriptionButton" name="altTextOption" tabindex="0" aria-describedby="descriptionAreaLabel" checked
|
|
781
|
+
<input type="radio" id="descriptionButton" name="altTextOption" tabindex="0" aria-describedby="descriptionAreaLabel" checked />
|
|
519
782
|
<label for="descriptionButton" data-l10n-id="pdfjs-editor-alt-text-add-description-label"></label>
|
|
520
783
|
</div>
|
|
521
784
|
<div class="radioLabel">
|
|
@@ -529,7 +792,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
529
792
|
<div id="markAsDecorative">
|
|
530
793
|
<div class="radio">
|
|
531
794
|
<div class="radioButton">
|
|
532
|
-
<input type="radio" id="decorativeButton" name="altTextOption" aria-describedby="decorativeLabel"
|
|
795
|
+
<input type="radio" id="decorativeButton" name="altTextOption" aria-describedby="decorativeLabel" />
|
|
533
796
|
<label for="decorativeButton" data-l10n-id="pdfjs-editor-alt-text-mark-decorative-label"></label>
|
|
534
797
|
</div>
|
|
535
798
|
<div class="radioLabel">
|
|
@@ -538,7 +801,9 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
538
801
|
</div>
|
|
539
802
|
</div>
|
|
540
803
|
<div id="buttons">
|
|
541
|
-
<button id="altTextCancel" class="secondaryButton" type="button" tabindex="0"
|
|
804
|
+
<button id="altTextCancel" class="secondaryButton" type="button" tabindex="0">
|
|
805
|
+
<span data-l10n-id="pdfjs-editor-alt-text-cancel-button"></span>
|
|
806
|
+
</button>
|
|
542
807
|
<button id="altTextSave" class="primaryButton" type="button" tabindex="0"><span data-l10n-id="pdfjs-editor-alt-text-save-button"></span></button>
|
|
543
808
|
</div>
|
|
544
809
|
</div>
|
|
@@ -553,17 +818,43 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
553
818
|
<div id="descriptionInstruction">
|
|
554
819
|
<div id="newAltTextDescriptionContainer">
|
|
555
820
|
<div class="altTextSpinner" role="status" aria-live="polite"></div>
|
|
556
|
-
<textarea
|
|
821
|
+
<textarea
|
|
822
|
+
id="newAltTextDescriptionTextarea"
|
|
823
|
+
aria-labelledby="descriptionAreaLabel"
|
|
824
|
+
data-l10n-id="pdfjs-editor-new-alt-text-textarea"
|
|
825
|
+
tabindex="0"
|
|
826
|
+
></textarea>
|
|
557
827
|
</div>
|
|
558
828
|
<span id="newAltTextDescription" role="note" data-l10n-id="pdfjs-editor-new-alt-text-description"></span>
|
|
559
|
-
<div id="newAltTextDisclaimer" role="note"
|
|
829
|
+
<div id="newAltTextDisclaimer" role="note">
|
|
830
|
+
<div>
|
|
831
|
+
<span data-l10n-id="pdfjs-editor-new-alt-text-disclaimer1"></span>
|
|
832
|
+
<a
|
|
833
|
+
href="https://support.mozilla.org/en-US/kb/pdf-alt-text"
|
|
834
|
+
target="_blank"
|
|
835
|
+
rel="noopener noreferrer"
|
|
836
|
+
id="newAltTextLearnMore"
|
|
837
|
+
data-l10n-id="pdfjs-editor-new-alt-text-disclaimer-learn-more-url"
|
|
838
|
+
tabindex="0"
|
|
839
|
+
></a>
|
|
840
|
+
</div>
|
|
841
|
+
</div>
|
|
560
842
|
</div>
|
|
561
843
|
<div id="newAltTextCreateAutomatically" class="toggler">
|
|
562
844
|
<button id="newAltTextCreateAutomaticallyButton" class="toggle-button" type="button" aria-pressed="true" tabindex="0"></button>
|
|
563
|
-
<label
|
|
845
|
+
<label
|
|
846
|
+
for="newAltTextCreateAutomaticallyButton"
|
|
847
|
+
class="togglerLabel"
|
|
848
|
+
data-l10n-id="pdfjs-editor-new-alt-text-create-automatically-button-label"
|
|
849
|
+
></label>
|
|
564
850
|
</div>
|
|
565
851
|
<div id="newAltTextDownloadModel" class="hidden">
|
|
566
|
-
<span
|
|
852
|
+
<span
|
|
853
|
+
id="newAltTextDownloadModelDescription"
|
|
854
|
+
data-l10n-id="pdfjs-editor-new-alt-text-ai-model-downloading-progress"
|
|
855
|
+
aria-valuemin="0"
|
|
856
|
+
data-l10n-args='{ "totalSize": 0, "downloadedSize": 0 }'
|
|
857
|
+
></span>
|
|
567
858
|
</div>
|
|
568
859
|
</div>
|
|
569
860
|
<div id="newAltTextImagePreview"></div>
|
|
@@ -572,15 +863,23 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
572
863
|
<div>
|
|
573
864
|
<div>
|
|
574
865
|
<span class="title" data-l10n-id="pdfjs-editor-new-alt-text-error-title"></span>
|
|
575
|
-
<span
|
|
866
|
+
<span class="description" data-l10n-id="pdfjs-editor-new-alt-text-error-description"></span>
|
|
576
867
|
</div>
|
|
577
|
-
<button id="newAltTextCloseButton" class="closeButton" type="button" tabindex="0"
|
|
868
|
+
<button id="newAltTextCloseButton" class="closeButton" type="button" tabindex="0">
|
|
869
|
+
<span data-l10n-id="pdfjs-editor-new-alt-text-error-close-button"></span>
|
|
870
|
+
</button>
|
|
578
871
|
</div>
|
|
579
872
|
</div>
|
|
580
873
|
<div id="newAltTextButtons" class="dialogButtonsGroup">
|
|
581
|
-
<button id="newAltTextCancel" type="button" class="secondaryButton hidden" tabindex="0"
|
|
582
|
-
|
|
583
|
-
|
|
874
|
+
<button id="newAltTextCancel" type="button" class="secondaryButton hidden" tabindex="0">
|
|
875
|
+
<span data-l10n-id="pdfjs-editor-alt-text-cancel-button"></span>
|
|
876
|
+
</button>
|
|
877
|
+
<button id="newAltTextNotNow" type="button" class="secondaryButton" tabindex="0">
|
|
878
|
+
<span data-l10n-id="pdfjs-editor-new-alt-text-not-now-button"></span>
|
|
879
|
+
</button>
|
|
880
|
+
<button id="newAltTextSave" type="button" class="primaryButton" tabindex="0">
|
|
881
|
+
<span data-l10n-id="pdfjs-editor-alt-text-save-button"></span>
|
|
882
|
+
</button>
|
|
584
883
|
</div>
|
|
585
884
|
</div>
|
|
586
885
|
</dialog>
|
|
@@ -599,7 +898,15 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
599
898
|
<label for="createModelButton" class="togglerLabel" data-l10n-id="pdfjs-editor-alt-text-settings-create-model-button-label"></label>
|
|
600
899
|
</div>
|
|
601
900
|
<div id="createModelDescription" class="description">
|
|
602
|
-
<span data-l10n-id="pdfjs-editor-alt-text-settings-create-model-description"></span>
|
|
901
|
+
<span data-l10n-id="pdfjs-editor-alt-text-settings-create-model-description"></span>
|
|
902
|
+
<a
|
|
903
|
+
href="https://support.mozilla.org/en-US/kb/pdf-alt-text"
|
|
904
|
+
target="_blank"
|
|
905
|
+
rel="noopener noreferrer"
|
|
906
|
+
id="altTextSettingsLearnMore"
|
|
907
|
+
data-l10n-id="pdfjs-editor-new-alt-text-disclaimer-learn-more-url"
|
|
908
|
+
tabindex="0"
|
|
909
|
+
></a>
|
|
603
910
|
</div>
|
|
604
911
|
</div>
|
|
605
912
|
<div id="aiModelSettings">
|
|
@@ -609,8 +916,12 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
609
916
|
<span data-l10n-id="pdfjs-editor-alt-text-settings-ai-model-description"></span>
|
|
610
917
|
</div>
|
|
611
918
|
</div>
|
|
612
|
-
<button id="deleteModelButton" type="button" class="secondaryButton" tabindex="0"
|
|
613
|
-
|
|
919
|
+
<button id="deleteModelButton" type="button" class="secondaryButton" tabindex="0">
|
|
920
|
+
<span data-l10n-id="pdfjs-editor-alt-text-settings-delete-model-button"></span>
|
|
921
|
+
</button>
|
|
922
|
+
<button id="downloadModelButton" type="button" class="secondaryButton" tabindex="0">
|
|
923
|
+
<span data-l10n-id="pdfjs-editor-alt-text-settings-download-model-button"></span>
|
|
924
|
+
</button>
|
|
614
925
|
</div>
|
|
615
926
|
</div>
|
|
616
927
|
</div>
|
|
@@ -628,7 +939,9 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
628
939
|
</div>
|
|
629
940
|
</div>
|
|
630
941
|
<div id="buttons" class="dialogButtonsGroup">
|
|
631
|
-
<button id="altTextSettingsCloseButton" type="button" class="primaryButton" tabindex="0"
|
|
942
|
+
<button id="altTextSettingsCloseButton" type="button" class="primaryButton" tabindex="0">
|
|
943
|
+
<span data-l10n-id="pdfjs-editor-alt-text-settings-close-button"></span>
|
|
944
|
+
</button>
|
|
632
945
|
</div>
|
|
633
946
|
</div>
|
|
634
947
|
</dialog>
|
|
@@ -640,13 +953,37 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
640
953
|
<span role="sectionhead" data-l10n-id="pdfjs-editor-add-signature-dialog-title" tabindex="0"></span>
|
|
641
954
|
</div>
|
|
642
955
|
<div role="tablist" id="addSignatureOptions">
|
|
643
|
-
<button
|
|
644
|
-
|
|
645
|
-
|
|
956
|
+
<button
|
|
957
|
+
id="addSignatureTypeButton"
|
|
958
|
+
type="button"
|
|
959
|
+
role="tab"
|
|
960
|
+
aria-selected="true"
|
|
961
|
+
aria-controls="addSignatureTypeContainer"
|
|
962
|
+
data-l10n-id="pdfjs-editor-add-signature-type-button"
|
|
963
|
+
tabindex="0"
|
|
964
|
+
></button>
|
|
965
|
+
<button
|
|
966
|
+
id="addSignatureDrawButton"
|
|
967
|
+
type="button"
|
|
968
|
+
role="tab"
|
|
969
|
+
aria-selected="false"
|
|
970
|
+
aria-controls="addSignatureDrawContainer"
|
|
971
|
+
data-l10n-id="pdfjs-editor-add-signature-draw-button"
|
|
972
|
+
tabindex="0"
|
|
973
|
+
></button>
|
|
974
|
+
<button
|
|
975
|
+
id="addSignatureImageButton"
|
|
976
|
+
type="button"
|
|
977
|
+
role="tab"
|
|
978
|
+
aria-selected="false"
|
|
979
|
+
aria-controls="addSignatureImageContainer"
|
|
980
|
+
data-l10n-id="pdfjs-editor-add-signature-image-button"
|
|
981
|
+
tabindex="-1"
|
|
982
|
+
></button>
|
|
646
983
|
</div>
|
|
647
984
|
<div id="addSignatureActionContainer" data-selected="type">
|
|
648
985
|
<div id="addSignatureTypeContainer" role="tabpanel" aria-labelledby="addSignatureTypeContainer">
|
|
649
|
-
<input id="addSignatureTypeInput" type="text" data-l10n-id="pdfjs-editor-add-signature-type-input" tabindex="0"
|
|
986
|
+
<input id="addSignatureTypeInput" type="text" data-l10n-id="pdfjs-editor-add-signature-type-input" tabindex="0" />
|
|
650
987
|
</div>
|
|
651
988
|
<div id="addSignatureDrawContainer" role="tabpanel" aria-labelledby="addSignatureDrawButton" tabindex="-1">
|
|
652
989
|
<svg id="addSignatureDraw" xmlns="http://www.w3.org/2000/svg" aria-labelledby="addSignatureDrawPlaceholder"></svg>
|
|
@@ -654,7 +991,17 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
654
991
|
<div id="thickness">
|
|
655
992
|
<div>
|
|
656
993
|
<label for="addSignatureDrawThickness" data-l10n-id="pdfjs-editor-add-signature-draw-thickness-range-label"></label>
|
|
657
|
-
<input
|
|
994
|
+
<input
|
|
995
|
+
type="range"
|
|
996
|
+
id="addSignatureDrawThickness"
|
|
997
|
+
min="1"
|
|
998
|
+
max="5"
|
|
999
|
+
step="1"
|
|
1000
|
+
value="1"
|
|
1001
|
+
data-l10n-id="pdfjs-editor-add-signature-draw-thickness-range"
|
|
1002
|
+
data-l10n-args='{ "thickness": 1 }'
|
|
1003
|
+
tabindex="0"
|
|
1004
|
+
/>
|
|
658
1005
|
</div>
|
|
659
1006
|
</div>
|
|
660
1007
|
</div>
|
|
@@ -665,7 +1012,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
665
1012
|
<label id="addSignatureImageBrowse" for="addSignatureFilePicker" tabindex="0">
|
|
666
1013
|
<a data-l10n-id="pdfjs-editor-add-signature-image-browse-link"></a>
|
|
667
1014
|
</label>
|
|
668
|
-
<input id="addSignatureFilePicker" type="file"
|
|
1015
|
+
<input id="addSignatureFilePicker" type="file" />
|
|
669
1016
|
</div>
|
|
670
1017
|
</div>
|
|
671
1018
|
<div id="addSignatureControls">
|
|
@@ -673,14 +1020,16 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
673
1020
|
<div id="addSignatureDescriptionContainer">
|
|
674
1021
|
<label for="addSignatureDescInput" data-l10n-id="pdfjs-editor-add-signature-description-label"></label>
|
|
675
1022
|
<span id="addSignatureDescription" class="inputWithClearButton">
|
|
676
|
-
<input id="addSignatureDescInput" type="text" data-l10n-id="pdfjs-editor-add-signature-description-input" tabindex="0"
|
|
1023
|
+
<input id="addSignatureDescInput" type="text" data-l10n-id="pdfjs-editor-add-signature-description-input" tabindex="0" />
|
|
677
1024
|
<button class="clearInputButton" type="button" tabindex="0" aria-hidden="true"></button>
|
|
678
1025
|
</span>
|
|
679
1026
|
</div>
|
|
680
|
-
<button id="clearSignatureButton" type="button" data-l10n-id="pdfjs-editor-add-signature-clear-button" tabindex="0"
|
|
1027
|
+
<button id="clearSignatureButton" type="button" data-l10n-id="pdfjs-editor-add-signature-clear-button" tabindex="0">
|
|
1028
|
+
<span data-l10n-id="pdfjs-editor-add-signature-clear-button-label"></span>
|
|
1029
|
+
</button>
|
|
681
1030
|
</div>
|
|
682
1031
|
<div id="addSignatureSaveContainer">
|
|
683
|
-
<input type="checkbox" id="addSignatureSaveCheckbox"
|
|
1032
|
+
<input type="checkbox" id="addSignatureSaveCheckbox" />
|
|
684
1033
|
<label for="addSignatureSaveCheckbox" data-l10n-id="pdfjs-editor-add-signature-save-checkbox"></label>
|
|
685
1034
|
<span></span>
|
|
686
1035
|
<span id="addSignatureSaveWarning" data-l10n-id="pdfjs-editor-add-signature-save-warning-message"></span>
|
|
@@ -692,57 +1041,67 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
692
1041
|
<span id="addSignatureErrorTitle" class="title" data-l10n-id="pdfjs-editor-add-signature-image-upload-error-title"></span>
|
|
693
1042
|
<span id="addSignatureErrorDescription" class="description" data-l10n-id="pdfjs-editor-add-signature-image-upload-error-description"></span>
|
|
694
1043
|
</div>
|
|
695
|
-
<button id="addSignatureErrorCloseButton" class="closeButton" type="button" tabindex="0"
|
|
1044
|
+
<button id="addSignatureErrorCloseButton" class="closeButton" type="button" tabindex="0">
|
|
1045
|
+
<span data-l10n-id="pdfjs-editor-add-signature-error-close-button"></span>
|
|
1046
|
+
</button>
|
|
696
1047
|
</div>
|
|
697
1048
|
</div>
|
|
698
1049
|
<div class="dialogButtonsGroup">
|
|
699
|
-
<button id="addSignatureCancelButton" type="button" class="secondaryButton" tabindex="0"
|
|
700
|
-
|
|
1050
|
+
<button id="addSignatureCancelButton" type="button" class="secondaryButton" tabindex="0">
|
|
1051
|
+
<span data-l10n-id="pdfjs-editor-add-signature-cancel-button"></span>
|
|
1052
|
+
</button>
|
|
1053
|
+
<button id="addSignatureAddButton" type="button" class="primaryButton" disabled tabindex="0">
|
|
1054
|
+
<span data-l10n-id="pdfjs-editor-add-signature-add-button"></span>
|
|
1055
|
+
</button>
|
|
701
1056
|
</div>
|
|
702
1057
|
</div>
|
|
703
1058
|
</div>
|
|
704
|
-
|
|
1059
|
+
</dialog>
|
|
705
1060
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
1061
|
+
<dialog class="dialog signatureDialog" id="editSignatureDescriptionDialog" aria-labelledby="editSignatureDescriptionTitle">
|
|
1062
|
+
<div id="editSignatureDescriptionContainer" class="mainContainer">
|
|
1063
|
+
<div class="title">
|
|
1064
|
+
<span id="editSignatureDescriptionTitle" role="sectionhead" data-l10n-id="pdfjs-editor-edit-signature-dialog-title" tabindex="0"></span>
|
|
1065
|
+
</div>
|
|
1066
|
+
<div id="editSignatureDescriptionAndView">
|
|
1067
|
+
<div id="editSignatureDescriptionContainer">
|
|
1068
|
+
<label for="editSignatureDescInput" data-l10n-id="pdfjs-editor-add-signature-description-label"></label>
|
|
1069
|
+
<span id="editSignatureDescription" class="inputWithClearButton">
|
|
1070
|
+
<input id="editSignatureDescInput" type="text" data-l10n-id="pdfjs-editor-add-signature-description-input" tabindex="0" />
|
|
1071
|
+
<button class="clearInputButton" type="button" tabindex="0" aria-hidden="true"></button>
|
|
1072
|
+
</span>
|
|
1073
|
+
</div>
|
|
1074
|
+
<svg id="editSignatureView" xmlns="http://www.w3.org/2000/svg"></svg>
|
|
1075
|
+
</div>
|
|
1076
|
+
<div class="dialogButtonsGroup">
|
|
1077
|
+
<button id="editSignatureCancelButton" type="button" class="secondaryButton" tabindex="0">
|
|
1078
|
+
<span data-l10n-id="pdfjs-editor-add-signature-cancel-button"></span>
|
|
1079
|
+
</button>
|
|
1080
|
+
<button id="editSignatureUpdateButton" type="button" class="primaryButton" disabled tabindex="0">
|
|
1081
|
+
<span data-l10n-id="pdfjs-editor-edit-signature-update-button"></span>
|
|
1082
|
+
</button>
|
|
718
1083
|
</div>
|
|
719
|
-
<svg id="editSignatureView" xmlns="http://www.w3.org/2000/svg"></svg>
|
|
720
|
-
</div>
|
|
721
|
-
<div class="dialogButtonsGroup">
|
|
722
|
-
<button id="editSignatureCancelButton" type="button" class="secondaryButton" tabindex="0"><span data-l10n-id="pdfjs-editor-add-signature-cancel-button"></span></button>
|
|
723
|
-
<button id="editSignatureUpdateButton" type="button" class="primaryButton" disabled tabindex="0"><span data-l10n-id="pdfjs-editor-edit-signature-update-button"></span></button>
|
|
724
1084
|
</div>
|
|
725
|
-
</
|
|
726
|
-
</dialog>
|
|
1085
|
+
</dialog>
|
|
727
1086
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
1087
|
+
<dialog class="dialog commentManager" id="commentManagerDialog" aria-labelledby="commentManagerTitle">
|
|
1088
|
+
<div class="mainContainer">
|
|
1089
|
+
<div class="title" id="commentManagerToolbar">
|
|
1090
|
+
<span id="commentManagerTitle" role="sectionhead" data-l10n-id="pdfjs-editor-edit-comment-dialog-title-when-adding"></span>
|
|
1091
|
+
</div>
|
|
1092
|
+
<textarea id="commentManagerTextInput" data-l10n-id="pdfjs-editor-edit-comment-dialog-text-input" tabindex="0"></textarea>
|
|
1093
|
+
<div class="dialogButtonsGroup">
|
|
1094
|
+
<button id="commentManagerCancelButton" type="button" class="secondaryButton" tabindex="0">
|
|
1095
|
+
<span data-l10n-id="pdfjs-editor-edit-comment-dialog-cancel-button"></span>
|
|
1096
|
+
</button>
|
|
1097
|
+
<button id="commentManagerSaveButton" type="button" class="primaryButton" disabled tabindex="0">
|
|
1098
|
+
<span data-l10n-id="pdfjs-editor-edit-comment-dialog-save-button-when-adding"></span>
|
|
1099
|
+
</button>
|
|
1100
|
+
</div>
|
|
741
1101
|
</div>
|
|
742
|
-
</
|
|
743
|
-
</dialog>
|
|
1102
|
+
</dialog>
|
|
744
1103
|
|
|
745
|
-
<dialog id="printServiceDialog" style="min-width: 200px
|
|
1104
|
+
<dialog id="printServiceDialog" style="min-width: 200px">
|
|
746
1105
|
<div class="row">
|
|
747
1106
|
<span data-l10n-id="pdfjs-print-progress-message"></span>
|
|
748
1107
|
</div>
|
|
@@ -754,7 +1113,8 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
754
1113
|
<button id="printCancel" class="dialogButton" type="button"><span data-l10n-id="pdfjs-print-progress-close-button"></span></button>
|
|
755
1114
|
</div>
|
|
756
1115
|
</dialog>
|
|
757
|
-
</div>
|
|
1116
|
+
</div>
|
|
1117
|
+
<!-- dialogContainer -->
|
|
758
1118
|
|
|
759
1119
|
<div id="editorUndoBar" class="messageBar" role="status" aria-labelledby="editorUndoBarMessage" tabindex="-1" hidden>
|
|
760
1120
|
<div>
|
|
@@ -768,9 +1128,10 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
768
1128
|
<span data-l10n-id="pdfjs-editor-undo-bar-close-button-label"></span>
|
|
769
1129
|
</button>
|
|
770
1130
|
</div>
|
|
771
|
-
</div>
|
|
772
|
-
|
|
773
|
-
</div>
|
|
1131
|
+
</div>
|
|
1132
|
+
<!-- editorUndoBar -->
|
|
1133
|
+
</div>
|
|
1134
|
+
<!-- outerContainer -->
|
|
774
1135
|
<div id="printContainer"></div>
|
|
775
1136
|
</body>
|
|
776
1137
|
</html>
|