-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoptions.html
240 lines (236 loc) · 7.61 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src='common.js'></script>
<title>VK Photo Saver</title>
<style>
body {
background-color: #eee;
overflow-x: hidden;
margin: 0;
}
body, select {
font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif; font-size: 12px;
}
.content {
width: 800px;
height: 100%;
margin: auto;
padding: 1px 16px 16px 16px;
background-color: #fff;
box-shadow: 3px 3px 0px #ccc;
}
a {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
.clear_fix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clear_fix {
height: 1%;
}
.clear_fix {
display: block;
}
.button_blue,
.button_gray {
text-align: center;
display: inline-block;
*display: inline;
position: relative;
line-height: normal;
zoom: 1;
}
.box_controls .button_blue,
.box_controls .button_gray {
margin: 2px 5px;
}
.button_blue button,
.button_gray button {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid;
background: none;
font-size: 12px;
margin: 0px;
cursor: pointer;
white-space: nowrap;
outline: none;
padding: 5px 16px 6px;
*padding: 5px 15px 3px;
font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
vertical-align: top;
overflow: visible;
line-height: normal;
}
.button_blue button {
border-top-color: #789ABF;
border-bottom-color: #5980A9;
border-left-color: #5980A9;
border-right-color: #5980A9;
color: #FFF;
text-shadow:0 1px 0 #45688E;
*border: 0;
background: url(/images/button_vk.png) #6181a6 repeat-x top;
background-position: 0px -16px;
*background-position: 0px -16px;
}
.button_blue button:hover,
.button_blue button.hover {
background-position: 0px -8px;
}
.button_blue button:active,
.button_blue button.active {
background: #5e80a5;
border: 1px solid #5e80a5;
position:relative;
}
.button_gray button {
border-top-color: #D3D3D3;
border-bottom-color: #AEAEAE;
border-left-color: #C7C7C7;
border-right-color: #C7C7C7;
color: #555;
text-shadow: 0 1px 0 #F6F6F6;
*border: 0;
background: #E9E9E9 url(/images/button_vk.png?1) repeat-x top;
background-position: 0px -59px;
cursor: default;
}
/*.button_gray button:hover,
.button_gray button.hover {
background-position: 0px -53px;
border-top-color: #D7D7D7;
border-bottom-color: #B7B7B7;
border-left-color: #CBCBCB;
border-right-color: #CBCBCB;
}*/
.fl {
float: left;
}
.fr {
float: right;
}
a {
color: #2B587A;
text-decoration: none;
cursor: pointer;
}
a:hover {
text-decoration: underline;
}
.checkbox {
cursor: pointer;
line-height: 1.27em;
}
.checkbox.disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.checkbox div {
float: left;
width: 15px;
margin-right: 5px;
height: 14px;
margin-bottom: 2px;
background: url(/images/check.gif) 0px 0px no-repeat;
}
.checkbox:hover div {
background-position: 0px -28px;
}
.checkbox.disabled:hover div {
background-position: 0px 0px;
}
.checkbox.on div {
background-position: 0px -14px;
}
.checkbox.on:hover div {
background-position: 0px -42px;
}
.checkbox.disabled.on:hover div {
background-position: 0px -14px;
}
.radiobtn {
cursor: pointer;
line-height: 1.27em;
}
.radiobtn div {
float: left;
width: 15px;
margin-right: 5px;
height: 14px;
margin-bottom: 1px; /* Second line fix */
background: url(/images/radio.gif) 0px 0px no-repeat;
}
.radiobtn:hover div {
background-position: 0px -28px;
}
.radiobtn.disabled:hover div {
background-position: 0px 0px;
}
.radiobtn_hover div {
background-position: 0px -28px;
}
.radiobtn.on div {
background-position: 0px -14px;
}
.radiobtn.on:hover div {
background-position: 0px -42px;
}
.radiobtn.disabled.on:hover div {
background-position: 0px -14px;
}
.radiobtn.on.radiobtn_hover div {
background-position: 0px -42px;
}
</style>
</head>
<body>
<div class='content'>
<img class='fr' style='margin-top: 12px' src='icon-48.png'/>
<h2>Настройки расширения «VK Photo Saver»</h2>
<div id='block_auth'>
<p>Для начала работы с расширением необходимо разрешить ему доступ к вашим фотоальбомам на сайте ВКонтакте:</p>
<div style='text-align: center'><button id='button_auth'>Разрешить доступ</button></div>
</div>
<div id='block_logged' style='display: none'>
<p>Вы авторизованы как <a id='link_user' href='http://vk.com' target='_blank'></a> (<a id='link_logout' href='#'>выйти</a>)</p>
</div>
<div id='block_settings' style='display: none'>
<p>Отображать в контекстном меню изображений:</p>
<div style='margin: 12px 0' id='check_album' class='checkbox'><div></div><span>«Загрузить в альбом <...>»</span></div>
<div style='clear: both; padding: 0 20px 4px 20px'>
<p>Альбомы для быстрой загрузки:</p>
<div id='block_albums'></div>
<p>После загрузки:</p>
<div>
<div style='margin-right: 16px' id='radio_copy_none' class='radiobtn radio_copy fl'><div></div><span>Ничего не делать</span></div>
<div style='margin-right: 16px' id='radio_copy_src' class='radiobtn radio_copy fl'><div></div><span>Скопировать прямую ссылку на изображение</span></div>
<div style='margin-right: 16px' id='radio_copy_page' class='radiobtn radio_copy fl'><div></div><span>Скопировать ссылку на страницу фото</span></div>
</div>
<div style='clear: both'></div>
</div>
<div style='margin: 12px 0' id='check_tabs' class='checkbox'><div></div><span>«Прикрепить к записи на стене <...>/к диалогу <...>» (в одной из открытых вкладок)</span></div>
<div style='clear: both'></div>
<div style='margin: 12px 0' id='check_message' class='checkbox'><div></div><span>«Прикрепить к сообщению...» (в новой вкладке)</span></div>
<div style='clear: both'></div>
<div style='margin: 12px 0' id='check_post' class='checkbox'><div></div><span>«Прикрепить к новой записи...» (в новой вкладке)</span></div>
<div style='clear: both'></div>
<div style='margin: 12px 0' id='check_full_post' class='checkbox'><div></div><span>«Прикрепить весь пост к новой записи...» (только для Tumblr)</span></div>
<div style='clear: both'></div>
<div style='text-align: center; margin-top: 16px'><button id='button_close'>Закрыть</button></div>
</div>
</div>
<script src='options.js'></script>
</body>
</html>