blob: 1159e8cd7be0060f2d0eb737e3901b17d00cd00a [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 }
avm9996304def3e2016-11-27 22:53:05 +0100123 </style>
124 </head>
125<body>
126 <div class="contentBox">
127 <div id="header">
128 <h1 id="optionTitle"></h1>
129 </div>
130 <h4 id="screenshootQualitySetting"></h4>
131 <div class="section-content">
132 <div>
133 <label></label><input id="lossy" type="radio" name="quality"><span id="lossyScreenShot"></span></label>
134 &nbsp; <label></label><input id="lossless" type="radio" name="quality"><span id="losslessScreenShot">
135 </span></label> </div>
136 <div class="clear"></div>
137 </div>
avm9996304def3e2016-11-27 22:53:05 +0100138 <div class="closeBtn"><button id="saveAndClose"></button>
139 </div>
140 <div style="margin-top: 20px; border-bottom: 2px dotted grey;">
141 </div>
142 <details style="margin-top: 20px;">
143 <summary style="cursor: pointer;"><span style="font-weight: bold;">License and credits</span></summary>
144 <h4>License</h4>
145 <pre style="white-space: pre-line;">
146The MIT License (MIT)
147Copyright © 2016 Adrià Vilanova Martínez
148
149Permission is hereby granted, free of charge, to any person obtaining a copy
150of this software and associated documentation files (the “Software”), to deal
151in the Software without restriction, including without limitation the rights
152to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
153copies of the Software, and to permit persons to whom the Software is
154furnished to do so, subject to the following conditions:
155
156The above copyright notice and this permission notice shall be included in
157all copies or substantial portions of the Software.
158
159THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
160IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
161FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
162AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
163LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
164OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
165THE SOFTWARE.
166 </pre>
167 <div style="margin-top: 20px; border-bottom: 2px dotted grey;">
168 </div>
169 <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>
170 <h4>Screen Capture (by Google) (<a href="https://code.google.com/archive/p/chrome-screen-capture/">homepage</a>)</h4>
171 <pre style="white-space: pre-line;">
172Copyright (c) 2010, Google
173All rights reserved.
174
175Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
176
1771. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
178
1792. 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.
180
1813. 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.
182
183THIS 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.
184 </pre>
185
186 <h4>FileSaver.js (<a href="https://github.com/eligrey/FileSaver.js">homepage</a>)</h4>
187 <pre style="white-space: pre-line;">
188The MIT License
189
190Copyright © 2016 Eli Grey.
191
192Permission 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:
193
194The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
195
196THE 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.
197 </pre>
198
199 <h4>JavaScriptDateFormat (<a href="https://github.com/JDMcKinstry/JavaScriptDateFormat/">homepage</a>)</h4>
200 <pre style="white-space: pre-line;">
201Unknown license. Permission granted at: http://stackoverflow.com/a/9229385/1121392.
202 </pre>
203 </details>
204 </div>
avm9996304def3e2016-11-27 22:53:05 +0100205 <script src="js/ui.js"></script>
206 <script src="js/options.js"></script>
207</body>
208</html>