forked from adblockplus/adblockplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblem.html
99 lines (94 loc) · 3.43 KB
/
problem.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
<!DOCTYPE html>
<!--
- This file is part of Adblock Plus <https://adblockplus.org/>,
- Copyright (C) 2006-present eyeo GmbH
-
- Adblock Plus is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- Adblock Plus is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title data-i18n="problem_title"></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="skin/fonts/font.css">
<link rel="stylesheet" type="text/css" href="skin/problem.css">
<script src="polyfill.js"></script>
<script src="ext/common.js"></script>
<script src="ext/content.js"></script>
<script src="common.js"></script>
<script src="i18n.js"></script>
<script src="problem.js" defer></script>
</head>
<body>
<main>
<header>
<div class="content columns">
<div id="title-wrapper">
<a data-doclink="adblock_plus" target="_blank">
<img id="logo" src="skin/icons/logo/abp-full.svg" alt="Adblock Plus">
</a>
<div id="title" class="block-icon">
<h1 data-i18n="problem_title"></h1>
<p data-hide="opera" data-i18n="problem_subtitle"></p>
<p data-show="opera" data-i18n="problem_subtitle_opera"></p>
<p class="note" data-i18n="problem_note"></p>
</div>
</div>
<div id="hero">
<img src="skin/icons/problem/data-corrupted.png" alt="">
</div>
</div>
</header>
<article id="solution" class="secondary">
<div class="content block-icon">
<h2 data-i18n="problem_solution_title"></h2>
<div data-hide="opera">
<a id="store-link" src="#" target="_blank" data-i18n="problem_solution_action"></a>
</div>
<div data-show="opera">
<ol>
<li>
<a data-doclink="opera_store" target="_blank"
data-i18n="problem_solution_opera_step_1"></a>
</li>
<li data-i18n="problem_solution_opera_step_2"></li>
<li data-i18n="problem_solution_opera_step_3"></li>
<li data-i18n="problem_solution_opera_step_4"></li>
<li data-i18n="problem_solution_opera_step_5"></li>
<li data-i18n="problem_solution_opera_step_6"></li>
<li data-i18n="problem_solution_opera_step_7"></li>
</ol>
</div>
</div>
</article>
<article id="social">
<div class="content">
<h2 data-i18n="problem_social_title"></h2>
<p data-i18n="problem_social_description"></p>
<p>
<a class="twitter" target="_blank" data-doclink="social_twitter"
data-i18n-title="problem_social_twitter"></a>
<a class="facebook" target="_blank" data-doclink="social_facebook"
data-i18n-title="problem_social_facebook"></a>
<a class="email" href="mailto:[email protected]"
data-i18n-title="problem_social_email"></a>
</a>
</p>
</div>
</article>
</main>
<footer>
<span id="copyright-notice"></span>
</footer>
</body>
</html>