-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
771 lines (763 loc) · 47.9 KB
/
index.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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title data-translate="__MSG_EXTENSION_NAME__">New Tab - Pocketizer</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<header class="header" id="js-header">
<div id="js-status" class="status"></div>
<div id="js-offlineStatus" class="status status--offline" style="display: none">
<span data-translate="__MSG_OFFLINE_MESSAGE__"></span>
<button
id="js-offlineRefresh"
type="button"
class="btn btn--link btn--small btn--inverse status__button"
title="__MSG_REFRESH__"
>
<svg viewBox="0 0 64 64" class="icon icon--bigger">
<path
d="M31.5,15c8.5,0,15.2,4.6,16.7,14H40l12,12l12-12h-7.7C54.6,15.3,44.3,7,31.5,7c-8.1,0-15.9,4-20.7,10.6l6.5,4.7
C20.6,17.8,26,15,31.5,15z"
/>
<path
d="M32.5,49c-8.5,0-15.2-4.6-16.7-14H24L12,23L0,35h7.7c1.7,13.7,11.9,22,24.8,22c8.1,0,15.9-4,20.7-10.6l-6.5-4.7
C43.4,46.2,38,49,32.5,49z"
/>
</svg>
</button>
</div>
<div class="container">
<div class="header__inner">
<h1 class="header__title">
<svg viewBox="0 0 900.000000 804.000000" class="header__logo">
<path
d="M70.5 1.5c-.6.8-3.6 1.9-7 2.4C51.6 5.7 38.6 12 28.6 21 19.4 29.2 8 43.1 8 46c0 .5-.6 2.1-1.4 3.7C3.4 56.3 2.1 59.8 1.4 64 .3 70.1.3 382.2 1.4 398c.4 6.9 1.4 15 2.2 18.1.8 3.1 1.4 7.7 1.4 10.2 0 2.4.7 6.4 1.5 8.7.8 2.3 1.5 5.9 1.5 8 0 2.1.7 5.4 1.5 7.3.8 2 1.5 4.8 1.5 6.3 0 1.4.7 4.7 1.4 7.3.8 2.5 2.2 7.3 3.1 10.6.9 3.3 2.1 7.3 2.7 9 .6 1.6 1.3 4.3 1.6 6 .2 1.6 1.1 3.9 1.8 5 .8 1.1 1.4 3.1 1.4 4.5s.7 3.4 1.5 4.4c.8 1.1 1.5 2.9 1.5 4 0 1.2.7 3 1.5 4 .8 1.1 1.5 2.8 1.5 3.7 0 1 .6 3 1.4 4.6.8 1.5 2.1 4.5 3 6.5 5.2 12.2 7.7 18 8.8 19.8.4.8 1.1 2.2 1.4 3 .3.8 1 2.2 1.5 3 .5.8 1.2 2.2 1.5 3 .3.8 1 2.2 1.5 3 .5.8 1.2 2.2 1.5 3 .3.8 1 2.2 1.5 3 .5.8 1.1 2.1 1.4 2.7 1.3 3.3 1.6 4 3.5 6.8 1.1 1.6 2.6 4.3 3.4 6 2.6 5.2 6 10.8 10.4 17.4 2.3 3.5 4.2 6.5 4.2 6.8 0 .3 1.3 2.2 3 4.3 1.6 2.1 3 4.1 3 4.4 0 .9 23.1 31.4 26.2 34.6 1.3 1.4 5.5 6.1 9.3 10.5 8.8 10.2 20.8 22.2 31 31 4.4 3.8 9.1 8 10.5 9.3 5 4.7 35.3 27.2 42.8 31.7.9.6 4.4 2.8 7.7 4.9 3.3 2.2 8 5.1 10.5 6.4 7.6 4.2 9.4 5.2 12.5 7.2 1.7 1.1 3.7 2.2 4.5 2.6.8.3 2.2 1 3 1.5.8.5 2.2 1.2 3 1.5.8.3 2.2 1 3 1.5.8.5 2.1 1.1 2.8 1.4.6.3 1.8.7 2.5 1 .6.3 1.9.9 2.7 1.4.8.5 3.3 1.7 5.5 2.6 2.2 1 5.2 2.4 6.7 3.2 1.4.7 3.3 1.3 4.1 1.3.8 0 2 .7 2.7 1.5.7.8 2.3 1.5 3.5 1.5 1.2 0 2.8.7 3.5 1.5.7.8 2.2 1.5 3.4 1.5 1.1 0 3 .7 4 1.5 1.1.8 2.9 1.5 4 1.5 1.2 0 3 .7 4 1.5 1.1.8 2.9 1.5 4.1 1.5 1.2 0 3 .7 4.1 1.5 1 .8 3.1 1.5 4.5 1.5s3.4.7 4.5 1.5c1 .8 2.9 1.5 4.2 1.5 1.3 0 3.3.5 4.5 1.2 1.2.6 4 1.5 6.2 1.9 2.2.4 5.4 1.1 7 1.7 4.9 1.7 11.7 3.3 17 4.1 2.8.4 6 1.2 7.2 1.9 1.2.7 3.9 1.2 6 1.2s6 .7 8.7 1.5c2.7.8 7.2 1.5 10 1.5s6.7.5 8.6 1.1c3.7 1.2 19.1 2.3 47.3 3.5 17.9.8 57.1-.8 66.7-2.7 3-.6 9.1-1.5 13.5-1.9 4.4-.4 9.6-1.3 11.5-1.9 1.9-.6 5.2-1.1 7.3-1.1 2.1 0 4.8-.5 5.9-1.1 1.1-.6 4.4-1.5 7.2-1.9 5.7-1 12.5-2.6 17.1-4.2 1.7-.6 4.4-1.2 6-1.5 1.7-.3 4.4-1.1 6.2-1.9 1.7-.8 3.9-1.4 5-1.4 1-.1 2.9-.7 4.3-1.5s3.6-1.5 5-1.5 3.4-.7 4.4-1.5c1.1-.8 2.9-1.5 4-1.5 1.2 0 3-.7 4-1.5 1.1-.8 2.8-1.5 3.7-1.5 1 0 3-.6 4.6-1.4 1.5-.7 4.4-2 6.3-2.8 1.9-.8 5.3-2.3 7.5-3.2 2.2-1 5.6-2.5 7.5-3.3 1.9-.8 4.2-1.9 5-2.4.8-.5 2.2-1.2 3-1.5 1.9-.8 21-10.2 23-11.4.8-.5 2.2-1.1 3-1.4.8-.4 2.9-1.5 4.5-2.6 1.7-1.1 3.9-2.4 5-3 1.1-.6 3.4-1.9 5-2.9 1.7-1.1 5.3-3.2 8-4.7 24.2-13 71.3-52.1 89-73.9 2.2-2.7 7.1-8.5 10.9-12.9 10-11.7 24.3-30.6 26.8-35.3.6-1.3 1.5-2.3 2-2.3.4 0 .8-.4.8-1 0-.5 1.9-3.8 4.3-7.3 2.4-3.4 4.6-6.9 5-7.7.4-.8 1.6-2.9 2.7-4.5 1.1-1.7 2.4-3.9 3-5 .5-1.1 2.5-4.7 4.4-8 1.9-3.3 5.8-10.7 8.6-16.5 2.8-5.8 5.6-11.2 6.1-12 .5-.8 1.2-2.2 1.5-3 .7-1.7 2.3-5.4 5-11.5.9-2.2 2.4-5.6 3.2-7.5.8-1.9 2.1-4.8 2.8-6.3.8-1.6 1.4-3.6 1.4-4.6 0-.9.7-2.6 1.5-3.7.8-1 1.5-2.8 1.5-4 0-1.1.7-2.9 1.5-4 .8-1 1.5-3 1.5-4.4 0-1.5.5-3.1 1.1-3.7.6-.6 1.5-2.9 1.9-5 .5-2.1 1.3-5.2 1.8-6.8.6-1.7 1.8-5.7 2.7-9 .9-3.3 2.3-8.1 3.1-10.6.7-2.6 1.4-5.8 1.4-7.2 0-1.3.7-4.1 1.5-6 .8-2 1.5-5.4 1.5-7.5 0-2.2.7-5.9 1.5-8.2.8-2.3 1.5-6.3 1.5-8.9 0-2.5.7-7.1 1.5-10.1s1.5-8.2 1.5-11.5c0-11 1.2-19.5 2.6-19.5 1.2 0 1.4-25.7 1.4-158.1 0-105.3-.3-157.8-1-157.4-1.3.8-3-3.6-3-7.8 0-1.8-.7-4.1-1.5-5.1-.8-1.1-1.5-2.7-1.5-3.6 0-.9-1.1-3.7-2.5-6.1-1.4-2.4-2.8-5.1-3.2-5.9-3.1-7-21.2-25.1-28.3-28.3-.8-.4-3.5-1.8-5.9-3.2-2.4-1.4-5-2.5-5.7-2.5-.7 0-2.8-.7-4.6-1.4-1.8-.8-5.9-1.8-9-2.1-4.1-.5-5.8-1.1-5.8-2.1C828 .2 776.8 0 449.7 0 114.4 0 71.4.2 70.5 1.5zm575.7 145.9c8 2.1 15.2 6.6 21.1 13.4 3.1 3.4 6.7 9.8 6.7 11.8 0 .6.7 2.5 1.5 4 1.3 2.5 1.5 22.1 1.5 155.9s-.2 153.4-1.5 155.9c-.8 1.5-1.5 3.4-1.5 4 0 4.7-14.8 21.6-18.9 21.6-.9 0-2.2.5-2.8 1.1-1.3 1.3-11.7 3.8-16 3.9-13.3.1-29.7-9.9-35.2-21.5-5.5-11.8-5.1-3.1-5.1-112.5 0-55.6-.3-101-.8-101-.4 0-67.8 67.1-149.7 149-82.3 82.3-151.2 150.5-154 152.3-7.4 4.8-13.8 6.7-22.7 6.7-7.5 0-9.8-.6-18.6-4.9-4.4-2.1-12.8-9.6-14.6-12.9-5.7-10.6-5.9-11.3-5.8-22.7 0-10 .2-11.4 2.6-15.5 1.4-2.5 3-5.6 3.6-6.8.6-1.3 68.3-69.6 150.5-151.9C468.7 295.1 536 227.4 536 226.9s-41.6-.9-103.6-.9c-87.6 0-104-.2-106.2-1.4-1.5-.8-3.4-1.7-4.2-2.1-6-2.4-12-7.9-16.7-15.2-1.8-2.9-3.3-6-3.3-7-.1-1-.7-2.9-1.5-4.3-3.1-5.5-1.3-19.5 3.9-29.5 3.9-7.5 14.9-16.2 23.6-18.7 7.2-2.1 25.1-2.3 167.1-2.1 123.1.2 146.4.5 151.1 1.7z"
/>
</svg>
<span id="js-title">Pocketizer</span>
<small class="header__count" id="js-count-wrapper" style="display: none">
(<span id="js-count">0</span>)
</small>
</h1>
<ul class="menu" id="js-menu" style="display: none">
<li class="menu__item">
<a href="#0" class="menu__link is-active js-changeMenu" data-page="list">
<span data-translate="__MSG_MY_LIST__">My List</span>
</a>
</li>
<li class="menu__item">
<a href="#0" class="menu__link js-changeMenu" data-page="archive">
<span data-translate="__MSG_ARCHIVE__">Archive</span>
</a>
</li>
</ul>
<div class="header__right">
<div class="search" id="js-searchForm">
<div class="textfield search__textfield">
<input
type="text"
id="js-searchInput"
class="textfield__input search__input"
name="search"
placeholder="__MSG_SEARCH_FROM__"
autocomplete="off"
/>
<div class="search__info" data-translate="__MSG_SEARCH_INFO__">
Tags start with '#' or 'tag:'
</div>
<div class="search__clear">
<a
href="#"
id="js-emptySearch"
class="search__clear-link"
data-translate="__MSG_EMPTY_SEARCH__"
>
Empty search
</a>
</div>
</div>
</div>
<button id="js-fullSync" class="btn btn--link" title="__MSG_FULL_SYNC__" style="display: none">
<svg viewBox="0 0 64 64" class="icon icon--bigger">
<path
d="M31.5,15c8.5,0,15.2,4.6,16.7,14H40l12,12l12-12h-7.7C54.6,15.3,44.3,7,31.5,7c-8.1,0-15.9,4-20.7,10.6l6.5,4.7
C20.6,17.8,26,15,31.5,15z"
/>
<path
d="M32.5,49c-8.5,0-15.2-4.6-16.7-14H24L12,23L0,35h7.7c1.7,13.7,11.9,22,24.8,22c8.1,0,15.9-4,20.7-10.6l-6.5-4.7
C43.4,46.2,38,49,32.5,49z"
/>
</svg>
<svg viewBox="0 0 32 32" class="icon hidden">
<path
d="M26.877 6.648l-15.304 15.308-6.616-6.615c-1.146-1.147-3.006-1.147-4.152 0s-1.146 3.006 0 4.152l8.692 8.691c0.547 0.547 1.303 0.86 2.076 0.86s1.53-0.313 2.076-0.86l17.381-17.384c1.147-1.147 1.147-3.005 0-4.152s-3.006-1.146-4.152 0z"
></path>
</svg>
</button>
<button
id="js-searchButton"
class="btn btn--link search__button"
title="__MSG_TITLE_SEARCH__"
style="display: none"
>
<svg viewBox="0 0 32 32" class="icon" id="js-searchIcon">
<path
d="M31.119 31.119c-1.134 1.134-2.973 1.134-4.106 0l-4.459-4.459c-2.419 1.604-5.213 2.406-8.007 2.406-3.716 0-7.431-1.418-10.266-4.252-5.668-5.671-5.668-14.861 0-20.531 2.835-2.835 6.551-4.253 10.266-4.253s7.431 1.418 10.267 4.253c4.966 4.967 5.581 12.634 1.846 18.272l4.459 4.459c1.134 1.132 1.134 2.972-0.001 4.105zM14.547 3.66c-2.909 0-5.643 1.133-7.7 3.19-4.244 4.245-4.244 11.153 0 15.398 2.056 2.056 4.791 3.189 7.7 3.189s5.643-1.133 7.7-3.19c4.244-4.245 4.244-11.153-0.001-15.398-2.056-2.056-4.791-3.189-7.7-3.189z"
></path>
</svg>
<svg
viewBox="0 0 64 64"
class="icon icon--bigger icon--searching hidden"
id="js-searchingIcon"
>
<path
d="M31.5,15c8.5,0,15.2,4.6,16.7,14H40l12,12l12-12h-7.7C54.6,15.3,44.3,7,31.5,7c-8.1,0-15.9,4-20.7,10.6l6.5,4.7
C20.6,17.8,26,15,31.5,15z"
/>
<path
d="M32.5,49c-8.5,0-15.2-4.6-16.7-14H24L12,23L0,35h7.7c1.7,13.7,11.9,22,24.8,22c8.1,0,15.9-4,20.7-10.6l-6.5-4.7
C43.4,46.2,38,49,32.5,49z"
/>
</svg>
</button>
<button
id="js-addNewItemButton"
class="btn btn--link"
data-modal-target="#js-addModal"
title="__MSG_SAVE_URL__"
style="display: none"
>
<svg viewBox="0 0 32 32" class="icon">
<path
d="M28.045 12.131h-8.176v-8.176c0-2.136-1.732-3.868-3.868-3.868s-3.868 1.732-3.868 3.868v8.176h-8.176c-2.136 0-3.868 1.732-3.868 3.868s1.732 3.868 3.868 3.868h8.176v8.176c0 2.136 1.732 3.868 3.868 3.868s3.868-1.732 3.868-3.868v-8.176h8.176c2.136 0 3.868-1.732 3.868-3.868s-1.732-3.868-3.868-3.868z"
></path>
</svg>
</button>
<button
id="js-settings"
class="btn btn--link"
data-modal-target="#js-settingsModal"
title="__MSG_SETTINGS__"
style="display: none"
>
<svg viewBox="0 0 32 32" class="icon">
<path
d="M31.698 12.981c-0.086-0.447-0.466-0.781-0.921-0.809l-2.041-0.124c-0.243-0.785-0.564-1.535-0.941-2.25l1.36-1.536c0.302-0.341 0.335-0.845 0.080-1.222-1.11-1.644-2.541-3.106-4.269-4.275-0.377-0.255-0.882-0.223-1.223 0.079l-1.538 1.362c-0.715-0.378-1.465-0.698-2.25-0.942l-0.124-2.037c-0.027-0.455-0.36-0.835-0.808-0.921-0.989-0.192-2.004-0.291-3.031-0.291-0.996 0-2.003 0.094-3.011 0.289-0.448 0.086-0.781 0.466-0.809 0.921l-0.124 2.040c-0.785 0.244-1.535 0.565-2.251 0.943l-1.535-1.36c-0.341-0.302-0.845-0.335-1.223-0.080-1.644 1.111-3.106 2.543-4.274 4.27-0.255 0.377-0.223 0.882 0.079 1.223l1.362 1.539c-0.377 0.715-0.697 1.465-0.941 2.25l-2.037 0.124c-0.455 0.027-0.834 0.36-0.921 0.807-0.192 0.99-0.292 2.005-0.292 3.033 0 0.995 0.093 2.002 0.288 3.009 0.086 0.448 0.466 0.781 0.921 0.809l2.042 0.124c0.244 0.784 0.564 1.533 0.942 2.248l-1.361 1.537c-0.302 0.341-0.335 0.845-0.080 1.223 1.111 1.645 2.543 3.107 4.27 4.275 0.377 0.256 0.882 0.223 1.223-0.079l1.54-1.364c0.715 0.377 1.464 0.697 2.248 0.941l0.124 2.039c0.027 0.455 0.36 0.835 0.807 0.921 0.989 0.192 2.004 0.292 3.031 0.292 0.995 0 2.003-0.094 3.011-0.289 0.448-0.087 0.781-0.466 0.809-0.921l0.125-2.043c0.783-0.243 1.533-0.563 2.247-0.941l1.538 1.361c0.341 0.302 0.845 0.335 1.222 0.080 1.645-1.109 3.106-2.541 4.275-4.268 0.256-0.377 0.223-0.882-0.079-1.223l-1.364-1.541c0.377-0.715 0.698-1.465 0.942-2.249l2.039-0.124c0.455-0.027 0.835-0.36 0.921-0.808 0.192-0.989 0.292-2.004 0.292-3.031-0.001-0.997-0.095-2.004-0.289-3.011zM13.137 23.113c-0.023-0.009-0.048-0.011-0.072-0.019-0.024-0.013-0.045-0.030-0.070-0.041-0.88-0.374-1.701-0.913-2.417-1.629s-1.257-1.538-1.631-2.417c-0.010-0.023-0.025-0.041-0.037-0.063-0.008-0.027-0.011-0.054-0.021-0.080-0.358-0.887-0.557-1.849-0.557-2.862v-0.003c0-1.011 0.199-1.974 0.555-2.86 0.009-0.023 0.011-0.048 0.019-0.071 0.013-0.025 0.030-0.045 0.041-0.071 0.374-0.88 0.914-1.7 1.63-2.417v0c0.715-0.716 1.537-1.256 2.416-1.63 0.025-0.011 0.044-0.027 0.068-0.039 0.025-0.008 0.051-0.010 0.076-0.020 0.887-0.359 1.849-0.557 2.863-0.557s1.976 0.199 2.863 0.555c0.023 0.009 0.049 0.011 0.073 0.019 0.024 0.013 0.044 0.030 0.069 0.041 0.879 0.374 1.7 0.914 2.416 1.63l0.001 0.001c0.717 0.717 1.257 1.537 1.631 2.417 0.010 0.024 0.027 0.043 0.038 0.065 0.009 0.026 0.011 0.053 0.021 0.078 0.357 0.886 0.556 1.848 0.556 2.861s-0.199 1.975-0.557 2.863c-0.010 0.024-0.012 0.049-0.019 0.074-0.013 0.023-0.029 0.043-0.040 0.069-0.374 0.879-0.913 1.7-1.63 2.416v0.001c-0.717 0.716-1.537 1.256-2.418 1.631-0.023 0.010-0.041 0.026-0.064 0.038-0.026 0.008-0.053 0.010-0.078 0.020-0.887 0.357-1.849 0.556-2.862 0.556s-1.975-0.198-2.862-0.555z"
></path>
</svg>
</button>
<div class="header__username">
<span id="js-username"></span>
</div>
<button
type="button"
id="js-logout"
class="btn btn--link header__logout"
title="__MSG_LOGOUT__"
style="display: none"
>
<svg viewBox="-99.8 166.4 89.5 96.7" class="icon">
<path
class="st0"
d="M-11.6,212.5l-28.6-17.1c-0.5-0.3-0.9-0.4-1.4-0.4c-1.2,0-2,1-2,2.8V209h-21.3c-3.2,0-5.8,2.6-5.8,5.8
c0,3.2,2.6,5.8,5.8,5.8h21.3v11.3c0,1.7,0.8,2.8,2,2.8c0.4,0,0.9-0.1,1.4-0.4l28.6-17.1C-9.8,215.8-9.8,213.7-11.6,212.5z
M-21.5,234.6c-3.2,0-5.8,2.6-5.8,5.8v4.4c0,3.8-3.1,6.9-6.9,6.9h-47.2c-3.8,0-6.9-3.1-6.9-6.9v-59.9c0-3.8,3.1-6.9,6.9-6.9h47.2
c3.8,0,6.9,3.1,6.9,6.9v4.4c0,3.2,2.6,5.8,5.8,5.8s5.8-2.6,5.8-5.8v-10.2c0-7-5.7-12.7-12.7-12.7h-58.7c-7,0-12.7,5.7-12.7,12.7
v71.4c0,7,5.7,12.7,12.7,12.7h58.7c7,0,12.7-5.7,12.7-12.7v-10.2C-15.7,237.1-18.3,234.6-21.5,234.6z"
/>
</svg>
</button>
</div>
</div>
</div>
</header>
<main class="container">
<div id="js-default-message" class="message" style="display: none">
<h2 class="message__text message__text--text-color" data-translate="__MSG_LOG_IN_TEXT__">
Hello, log in to get started!
</h2>
<p class="message__info" data-translate="__MSG_LOG_IN_INFO__">
Log into getpocket.com first and then into extension.
</p>
<button type="button" id="js-login" class="btn btn--login" data-translate="__MSG_LOG_IN_WITH_POCKET__">
Log in with Pocket
</button>
</div>
<div id="js-empty-list-message" class="message" style="display: none">
<h2 class="message__text">
<span data-translate="__MSG_EMPTY_MESSAGE__">
Looks like you haven't saved anything to Pocket yet!
</span>
<br />
<small data-translate="__MSG_EMPTY_MESSAGE_INFO__">
Start by clicking the plus icon next to your username.
</small>
</h2>
</div>
<div id="js-results-message" class="message message--padding-small" style="display: none">
<h2 class="message__text">
<span id="js-searchCount"></span>
<span id="js-resultsString" data-translate="__MSG_RESULTS_MESSAGE__">results for</span>
"<span id="js-searchValue"></span>"
<span id="js-resultsStringPrefix"></span>
</h2>
</div>
<div class="filter">
<div>
<div id="js-filterButtons" class="filter__buttons" style="display: none">
<button
id="js-orderButton"
class="btn btn--link filter__button"
title="__MSG_SHOW_ITEMS_OLDEST_FIRST__"
>
<svg
aria-hidden="true"
focusable="false"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="btn__icon icon"
>
<path
fill="currentColor"
d="M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"
></path>
</svg>
</button>
<button
id="js-viewTypeButton"
class="btn btn--link filter__button"
title="__MSG_DISPLAY_IN_LIST__"
>
<svg
aria-hidden="true"
focusable="false"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="btn__icon icon view-type-list"
>
<path
fill="currentColor"
d="M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"
></path>
</svg>
<svg
aria-hidden="true"
focusable="false"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
class="btn__icon icon view-type-grid"
>
<path
fill="currentColor"
d="M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z"
></path>
</svg>
</button>
</div>
</div>
<div id="js-tags" class="tags" style="display: none">
<span class="tags__title"> <span data-translate="__MSG_TAGS__">Tags</span>: </span>
<ul id="js-tagsList" class="tags__list"></ul>
<a href="#0" id="js-tagsMoreLink" class="btn btn--link btn--small tags__more-link">
<span title="__MSG_SHOW_TAGS__" data-translate="__MSG_MORE__">More</span>
<svg viewBox="0 0 32 32" class="icon btn__icon">
<path
d="M15.999 27.199l-15.123-16.733c-1.168-1.296-1.168-3.398 0-4.694 1.171-1.296 3.072-1.296 4.243 0l10.88 12.038 10.88-12.038c1.171-1.296 3.069-1.296 4.24 0 1.174 1.296 1.174 3.398 0 4.694l-15.12 16.733z"
></path>
</svg>
</a>
<div id="js-tagsTooltip" class="tags__tooltip">
<ul class="tags__list tags__list--column">
<li>
<ul>
<li class="tags__item">
<a
href="#0"
id="js-tagsAllLink"
class="btn btn--link tags__link"
title="__MSG_ALL_ITEMS__"
data-translate="__MSG_ALL_ITEMS__"
>
All items
</a>
</li>
<li class="tags__item">
<a
href="#_untagged_"
class="btn btn--link js-tagsLink tags__link"
title="__MSG_UNTAGGED__"
data-translate="__MSG_UNTAGGED__"
>
Untagged
</a>
</li>
</ul>
</li>
<li>
<ul id="js-tagsTooltipList"></ul>
</li>
</ul>
</div>
</div>
</div>
<ol id="js-list" class="list"></ol>
<div class="loader" id="js-loader" style="display: none">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38" class="loader__icon">
<g fill="none" fill-rule="evenodd" stroke-width="2" transform="translate(1 1)">
<circle cx="18" cy="18" r="18" stroke-opacity=".5" />
<path d="M36 18c0-9.94-8.06-18-18-18">
<animateTransform
attributeName="transform"
dur="1s"
from="0 18 18"
repeatCount="indefinite"
to="360 18 18"
type="rotate"
/>
</path>
</g>
</svg>
<div class="loader__text"><span data-translate="__MSG_LOADING__">LOADING</span><span>...</span></div>
</div>
</main>
<div class="modal" id="js-addModal">
<button class="btn btn--link modal__close" data-modal-action="close" title="__MSG_CLOSE__">
<svg viewBox="0 0 32 32" class="icon">
<path
d="M26.958 4.733c-6.138-6.138-16.090-6.138-22.235 0.007-6.138 6.138-6.138 16.090 0 22.227s16.090 6.138 22.227 0c6.145-6.145 6.145-16.097 0.008-22.234zM12.461 9.147l3.246 3.246 3.246-3.246c0.793-0.793 2.091-0.793 2.885 0l0.721 0.721c0.793 0.793 0.793 2.091 0 2.885l-3.246 3.246 3.246 3.246c0.793 0.793 0.793 2.091 0 2.885l-0.721 0.722c-0.793 0.793-2.091 0.793-2.885 0l-3.246-3.246-3.246 3.246c-0.793 0.793-2.091 0.793-2.885 0l-0.721-0.721c-0.793-0.793-0.793-2.091 0-2.885l3.246-3.246-3.245-3.245c-0.793-0.793-0.793-2.091 0-2.885l0.721-0.721c0.793-0.794 2.091-0.794 2.884-0.001z"
></path>
</svg>
</button>
<form name="newItemForm" method="post">
<div class="modal__content">
<h3 class="modal__title" data-translate="__MSG_SAVE_NEW_LINK__">Save new link to Pocket</h3>
<div class="textfield">
<input
type="url"
id="js-newItemInput"
class="textfield__input"
name="url"
placeholder="https://..."
pattern="https?://.+"
required
/>
</div>
</div>
<div class="modal__footer">
<div class="btn-group">
<button
type="button"
class="btn btn--link"
data-modal-action="close"
data-translate="__MSG_CANCEL__"
>
Cancel
</button>
<button type="submit" class="btn" data-translate="__MSG_ADD__">Add</button>
</div>
</div>
</form>
</div>
<div class="modal" id="js-deleteModal">
<button class="btn btn--link modal__close" data-modal-action="close" title="__MSG_CLOSE__">
<svg viewBox="0 0 32 32" class="icon">
<path
d="M26.958 4.733c-6.138-6.138-16.090-6.138-22.235 0.007-6.138 6.138-6.138 16.090 0 22.227s16.090 6.138 22.227 0c6.145-6.145 6.145-16.097 0.008-22.234zM12.461 9.147l3.246 3.246 3.246-3.246c0.793-0.793 2.091-0.793 2.885 0l0.721 0.721c0.793 0.793 0.793 2.091 0 2.885l-3.246 3.246 3.246 3.246c0.793 0.793 0.793 2.091 0 2.885l-0.721 0.722c-0.793 0.793-2.091 0.793-2.885 0l-3.246-3.246-3.246 3.246c-0.793 0.793-2.091 0.793-2.885 0l-0.721-0.721c-0.793-0.793-0.793-2.091 0-2.885l3.246-3.246-3.245-3.245c-0.793-0.793-0.793-2.091 0-2.885l0.721-0.721c0.793-0.794 2.091-0.794 2.884-0.001z"
></path>
</svg>
</button>
<div class="modal__content">
<h3 class="modal__title" data-translate="__MSG_ARE_YOU_SURE__">Are you sure?</h3>
</div>
<div class="modal__footer">
<div class="btn-group">
<button
type="button"
class="btn btn--link"
data-modal-action="close"
data-translate="__MSG_CANCEL__"
>
Cancel
</button>
<button
type="submit"
id="js-deleteSubmit"
class="btn"
data-modal-action="close"
data-translate="__MSG_DELETE__"
>
Delete
</button>
</div>
</div>
</div>
<div class="modal" id="js-settingsModal">
<button class="btn btn--link modal__close" data-modal-action="close" title="__MSG_CLOSE__">
<svg viewBox="0 0 32 32" class="icon">
<path
d="M26.958 4.733c-6.138-6.138-16.090-6.138-22.235 0.007-6.138 6.138-6.138 16.090 0 22.227s16.090 6.138 22.227 0c6.145-6.145 6.145-16.097 0.008-22.234zM12.461 9.147l3.246 3.246 3.246-3.246c0.793-0.793 2.091-0.793 2.885 0l0.721 0.721c0.793 0.793 0.793 2.091 0 2.885l-3.246 3.246 3.246 3.246c0.793 0.793 0.793 2.091 0 2.885l-0.721 0.722c-0.793 0.793-2.091 0.793-2.885 0l-3.246-3.246-3.246 3.246c-0.793 0.793-2.091 0.793-2.885 0l-0.721-0.721c-0.793-0.793-0.793-2.091 0-2.885l3.246-3.246-3.245-3.245c-0.793-0.793-0.793-2.091 0-2.885l0.721-0.721c0.793-0.794 2.091-0.794 2.884-0.001z"
></path>
</svg>
</button>
<div class="modal__content">
<h3 class="modal__title" data-translate="__MSG_SETTINGS__">Settings</h3>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_CHOOSE_LIST_UPDATE_INTERVAL__">
Choose items update interval from Pocket
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-update-interval"
id="selector-update-1"
class="selector__input"
value="0"
checked
/>
<label for="selector-update-1" class="selector__indicator" data-translate="__MSG_ALWAYS__">
opening new tab
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-update-interval"
id="selector-update-interval-2"
class="selector__input"
value="1800"
/>
<label for="selector-update-interval-2" class="selector__indicator">0,5h</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-update-interval"
id="selector-update-interval-3"
class="selector__input"
value="3600"
/>
<label for="selector-update-interval-3" class="selector__indicator">1h</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-update-interval"
id="selector-update-interval-4"
class="selector__input"
value="18000"
/>
<label for="selector-update-interval-4" class="selector__indicator">5h</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-update-interval"
id="selector-update-interval-5"
class="selector__input"
value="86400"
/>
<label for="selector-update-interval-5" class="selector__indicator">24h</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_CHOOSE_THEME__">Choose theme</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-theme"
id="selector-theme-1"
class="selector__input"
value="theme-light"
/>
<label for="selector-theme-1" class="selector__indicator" data-translate="__MSG_LIGHT__">
Light
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-theme"
id="selector-theme-2"
class="selector__input"
value="theme-dark"
/>
<label for="selector-theme-2" class="selector__indicator" data-translate="__MSG_DARK__">
Dark
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-theme"
id="selector-theme-3"
class="selector__input"
value="theme-sepia"
/>
<label for="selector-theme-3" class="selector__indicator" data-translate="__MSG_SEPIA__">
Sepia
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-theme"
id="selector-theme-0"
class="selector__input"
value="theme-system-preference"
checked
/>
<label
for="selector-theme-0"
class="selector__indicator"
data-translate="__MSG_SYSTEM_PREFERENCE__"
>
System preference
</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_CHOOSE_DEFAULT_PAGE__">
Choose default page
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-page"
id="selector-page-1"
class="selector__input"
value="list"
checked
/>
<label for="selector-page-1" class="selector__indicator" data-translate="__MSG_MY_LIST__">
My List
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-page"
id="selector-page-2"
class="selector__input"
value="archive"
/>
<label for="selector-page-2" class="selector__indicator" data-translate="__MSG_ARCHIVE__">
Archive
</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_CHOOSE_ORDER__">
Choose default order of My List items
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-order"
id="selector-order-1"
class="selector__input"
value="asc"
checked
/>
<label
for="selector-order-1"
class="selector__indicator"
data-translate="__MSG_NEWEST_FIRST__"
>
newest first
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-order"
id="selector-order-2"
class="selector__input"
value="desc"
/>
<label
for="selector-order-2"
class="selector__indicator"
data-translate="__MSG_OLDEST_FIRST__"
>
oldest first
</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_CHOOSE_DEFAULT_VIEW_TYPE__">
Choose default view type
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-view-type"
id="selector-view-type-grid"
class="selector__input"
value="grid"
checked
/>
<label
for="selector-view-type-grid"
class="selector__indicator"
data-translate="__MSG_GRID__"
>
Grid
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-view-type"
id="selector-view-type-list"
class="selector__input"
value="list"
/>
<label
for="selector-view-type-list"
class="selector__indicator"
data-translate="__MSG_LIST__"
>
List
</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_ARCHIVE_ITEM_AFTER_OPEN__">
Archive Item after open?
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-archive-after-open"
id="selector-archive-after-open-enabled"
class="selector__input"
value="enabled"
/>
<label
for="selector-archive-after-open-enabled"
class="selector__indicator"
data-translate="__MSG_ENABLED__"
>
Enabled
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-archive-after-open"
id="selector-archive-after-open-disabled"
class="selector__input"
value="disabled"
checked
/>
<label
for="selector-archive-after-open-disabled"
class="selector__indicator"
data-translate="__MSG_DISABLED__"
>
Disabled
</label>
</div>
</div>
</fieldset>
<fieldset class="selector">
<legend class="selector__label" data-translate="__MSG_ASK_DELETE_CONFIRMATION__">
Ask delete confirmation before deleting?
</legend>
<div class="selector__list">
<div class="selector__item">
<input
type="radio"
name="selector-ask-delete-confirmation"
id="selector-ask-delete-confirmation-enabled"
class="selector__input"
value="enabled"
checked
/>
<label
for="selector-ask-delete-confirmation-enabled"
class="selector__indicator"
data-translate="__MSG_ENABLED__"
>
Enabled
</label>
</div>
<div class="selector__item">
<input
type="radio"
name="selector-ask-delete-confirmation"
id="selector-ask-delete-confirmation-disabled"
class="selector__input"
value="disabled"
/>
<label
for="selector-ask-delete-confirmation-disabled"
class="selector__indicator"
data-translate="__MSG_DISABLED__"
>
Disabled
</label>
</div>
</div>
</fieldset>
</div>
<div class="modal__footer">
<div class="btn-group">
<button
type="button"
class="btn btn--link"
data-modal-action="close"
data-translate="__MSG_CLOSE__"
>
Close
</button>
</div>
</div>
</div>
<div class="modal" id="js-tagsModal">
<button class="btn btn--link modal__close" data-modal-action="close" title="__MSG_CLOSE__">
<svg viewBox="0 0 32 32" class="icon">
<path
d="M26.958 4.733c-6.138-6.138-16.090-6.138-22.235 0.007-6.138 6.138-6.138 16.090 0 22.227s16.090 6.138 22.227 0c6.145-6.145 6.145-16.097 0.008-22.234zM12.461 9.147l3.246 3.246 3.246-3.246c0.793-0.793 2.091-0.793 2.885 0l0.721 0.721c0.793 0.793 0.793 2.091 0 2.885l-3.246 3.246 3.246 3.246c0.793 0.793 0.793 2.091 0 2.885l-0.721 0.722c-0.793 0.793-2.091 0.793-2.885 0l-3.246-3.246-3.246 3.246c-0.793 0.793-2.091 0.793-2.885 0l-0.721-0.721c-0.793-0.793-0.793-2.091 0-2.885l3.246-3.246-3.245-3.245c-0.793-0.793-0.793-2.091 0-2.885l0.721-0.721c0.793-0.794 2.091-0.794 2.884-0.001z"
></path>
</svg>
</button>
<form name="tagsForm" method="post">
<input type="hidden" name="tagsItemId" />
<div class="modal__content">
<h3 class="modal__title" data-translate="__MSG_EDIT_TAGS__">Edit tags</h3>
<div class="textfield">
<label class="textfield__label" for="js-tagsInput" data-translate="__MSG_TAGS_INFO__">
Add tags as comma separated list
</label>
<input type="text" id="js-tagsInput" class="textfield__input" name="tags" autocomplete="off" />
</div>
</div>
<div class="modal__footer">
<div class="btn-group">
<button type="submit" class="btn" data-translate="__MSG_SAVE__">Save</button>
</div>
</div>
</form>
</div>
<script type="module" src="index.js"></script>
</body>
</html>