blob: 30c652bb2d6c25b12043d7127d663d9480bc1b78 [file] [log] [blame]
avm9996304def3e2016-11-27 22:53:05 +01001<!--
2 * Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5-->
6<html>
7 <head>
8 <title> Screen Capture Options </title>
9 <meta charset="utf-8">
10 <style>
11 body {
12 font-family: arial, sans-serif;
13 margin:10px;
14 background: #EBEFF9;
15 font-size: 13px;
16 }
17 #header {
18 padding-bottom:1em;
19 padding-top:1em;
20 }
21 #header h1 {
22 font-size: 30px;
23 display: inline;
24 color: #3d5d6a;
25 padding-bottom: 40px;
26 padding-left: 90px;
27 padding-top: 70px;
28 background: url(images/icon_48.png) no-repeat;
29 background-position: 1px 62px;
30 }
31 h4 {
32 padding-left: 0.5em;
33 border-bottom: 2px dotted #c3c3c3;
34 color: #333333;
35 line-height: 28px;
36 font-size: 15px;
37 }
38 p {
39 padding-left: 2em;
40 font-family: verdana, arial, sans-serif, simsun;
41 font-size: 14px;
42 }
43 input {
44 cursor: pointer;
45 }
46 .section-header {
47 background: #ebeff9;
48 border-top: 1px solid #b5c7de;
49 font-size: 99%;
50 padding: 3px 0 2px 5px;
51 font-weight: bold;
52 margin-bottom: 1em;
53 margin-top: 1em;
54 }
55 .contentBox {
56 background-color: #ffffff;
57 border: 3px solid #bec9ce;
58 border-bottom-left-radius: 20px 20px;
59 border-bottom-right-radius: 20px 20px;
60 border-top-left-radius: 20px 20px;
61 border-top-right-radius: 20px 20px;
62 padding: 30px;
63 text-align: left;
64 margin: 50px auto 20px auto;
65 height: auto;
66 width: 600px;
67 }
68 .section-content {
69 padding-left: 80px;
70 line-height: 25px;
71 }
72 .colorBox {
73 width: 60px;
74 height: 20px;
75 margin: 3px 0 0 2px;
76 }
77 #colorpad {
78 position: absolute;
79 word-wrap: break-word;
80 word-break: normal;
81 z-index: 10;
82 border: #000000 solid 1px;
83 background-color: #ffffff;
84 padding: 5px;
85 width: 393px;
86 }
87 #colorpad a {
88 margin: 2px;
89 padding: 1px;
90 display: block;
91 height: 20px;
92 width: 20px;
93 float: left;
94 border: 1px solid #333333;
95 }
96 .contentLeft {
97 float: left;
98 width: 100px;
99 line-height: 28px;
100 }
101 .contentRight {
102 float: left;
103 }
104 .clear {
105 clear: both;
106 }
107 .section-content {
108 padding-left: 55px;
109 }
110 .closeBtn {
111 margin: 20px 0 0 0;
112 }
113 #footer {
114 text-align: center;
115 font-size: 13px;
116 }
117 #filePath {
118 background:#ebebe4;
119 border: 1px solid #7f9db9;
120 color:#aca799;
121 line-height: 18px;
122 }
123 #hot-key-setting {
124 margin: 26px 0 0 80px;
125 }
126 .hot-key {
127 display: inline-block;
128 width: 200px;
129 margin: 0 30px 5px 0;
130 }
131 #hot-key-setting .capture-text {
132 margin-right: 10px;
133 }
134 #error-info {
135 margin: 5px 0 5px 80px;
136 color: red;
137 }
138 #screen-capture-hot-key-set-wrapper {
139 display: none;
140 }
141 </style>
142 </head>
143<body>
144 <div class="contentBox">
145 <div id="header">
146 <h1 id="optionTitle"></h1>
147 </div>
148 <h4 id="screenshootQualitySetting"></h4>
149 <div class="section-content">
150 <div>
151 <label></label><input id="lossy" type="radio" name="quality"><span id="lossyScreenShot"></span></label>
152 &nbsp; <label></label><input id="lossless" type="radio" name="quality"><span id="losslessScreenShot">
153 </span></label> </div>
154 <div class="clear"></div>
155 </div>
156 <div id="shortcutSettingDiv" style="margin: 0px 0px 5px 0px">
157 <h4 id="shorcutSetting"></h4>
158 <div style="margin: 2px 0px 0px 56px">
159 <input type="checkbox" id="settingShortcut">
160 <label for="settingShortcut" id="settingShortcutText"></label>
161 </div>
162 <div id="hot-key-setting">
163 <span class="hot-key">
164 <label for="area-capture-hot-key" class="capture-text" id="area-capture-text"></label>
165 <span>Ctrl+Alt+<select id="area-capture-hot-key"></select></span>
166 </span>
167 <span class="hot-key">
168 <label for="viewport-capture-hot-key" class="capture-text" id="viewport-capture-text"></label>
169 <span>Ctrl+Alt+<select id="viewport-capture-hot-key"></select></span>
170 </span>
171 <span class="hot-key">
172 <label for="full-page-capture-hot-key" class="capture-text" id="full-page-capture-text"></label>
173 <span>Ctrl+Alt+<select id="full-page-capture-hot-key"></select></span>
174 </span>
175 </div>
176 <div id="error-info"></div>
177 </div>
178 <div class="closeBtn"><button id="saveAndClose"></button>
179 </div>
180 <div style="margin-top: 20px; border-bottom: 2px dotted grey;">
181 </div>
182 <details style="margin-top: 20px;">
183 <summary style="cursor: pointer;"><span style="font-weight: bold;">License and credits</span></summary>
184 <h4>License</h4>
185 <pre style="white-space: pre-line;">
186The MIT License (MIT)
187Copyright © 2016 Adrià Vilanova Martínez
188
189Permission is hereby granted, free of charge, to any person obtaining a copy
190of this software and associated documentation files (the “Software”), to deal
191in the Software without restriction, including without limitation the rights
192to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
193copies of the Software, and to permit persons to whom the Software is
194furnished to do so, subject to the following conditions:
195
196The above copyright notice and this permission notice shall be included in
197all copies or substantial portions of the Software.
198
199THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
200IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
201FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
202AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
203LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
204OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
205THE SOFTWARE.
206 </pre>
207 <div style="margin-top: 20px; border-bottom: 2px dotted grey;">
208 </div>
209 <p style="font-family: arial; font-size: 13px; padding-left: 0;">This release of "Screen Capture" is made possible by the following Open Source software:</p>
210 <h4>Screen Capture (by Google) (<a href="https://code.google.com/archive/p/chrome-screen-capture/">homepage</a>)</h4>
211 <pre style="white-space: pre-line;">
212Copyright (c) 2010, Google
213All rights reserved.
214
215Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
216
2171. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
218
2192. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
220
2213. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
222
223THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
224 </pre>
225
226 <h4>FileSaver.js (<a href="https://github.com/eligrey/FileSaver.js">homepage</a>)</h4>
227 <pre style="white-space: pre-line;">
228The MIT License
229
230Copyright © 2016 Eli Grey.
231
232Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
233
234The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
235
236THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
237 </pre>
238
239 <h4>JavaScriptDateFormat (<a href="https://github.com/JDMcKinstry/JavaScriptDateFormat/">homepage</a>)</h4>
240 <pre style="white-space: pre-line;">
241Unknown license. Permission granted at: http://stackoverflow.com/a/9229385/1121392.
242 </pre>
243 </details>
244 </div>
avm9996304def3e2016-11-27 22:53:05 +0100245 <script src="js/ui.js"></script>
246 <script src="js/options.js"></script>
247</body>
248</html>