OLD | NEW |
| (Empty) |
1 <html> | |
2 <head> | |
3 <meta charset="utf-8"> | |
4 <script src="polyfill.js"></script> | |
5 <script src="issue-reporter.js"></script> | |
6 <script src="i18n.js"></script> | |
7 <link rel="stylesheet" type="text/css" href="skin/issue-reporter.css"> | |
8 <title class="i18n_issueReporter_page_title"></title> | |
9 </head> | |
10 <body> | |
11 <header> | |
12 <img id="logo" alt="Adblock Plus logo" src="icons/detailed/abp-64.png" src
set="icons/detailed/abp-128.png 2x"> | |
13 <div class="title"> | |
14 <h1> | |
15 Adblock <strong>Plus</strong> | |
16 </h1> | |
17 <p class="i18n_issueReporter_page_title"></p> | |
18 </div> | |
19 </header> | |
20 | |
21 <main> | |
22 <div class="page" id="dataCollectorPage"> | |
23 <h1 class="i18n_issueReporter_dataCollector_heading"></h1> | |
24 <p class="i18n_issueReporter_dataCollector_description"></p> | |
25 | |
26 <div id="dataCollectorProgressContainer"> | |
27 <progress id="dataCollectorProgress"></progress> | |
28 </div> | |
29 </div> | |
30 | |
31 <div class="page" id="typeSelectorPage" hidden> | |
32 <h1 class="i18n_issueReporter_typeSelector_heading"></h1> | |
33 <p class="i18n_issueReporter_typeSelector_description"></p> | |
34 <div id="typeSelectorGroup"> | |
35 <input type="radio" id="typeFalsePositive" value="false positive" name
="type"> | |
36 <label for="typeFalsePositive" class="i18n_issueReporter_falsePositive
_label"></label> | |
37 <p class="i18n_issueReporter_falsePositive_description"></p> | |
38 <input type="radio" id="typeFalseNegative" value="false negative" name
="type"> | |
39 <label for="typeFalseNegative" class="i18n_issueReporter_falseNegative
_label"></label> | |
40 <p class="i18n_issueReporter_falseNegative_description"></p> | |
41 </div> | |
42 </div> | |
43 | |
44 <div class="page" id="commentPage" hidden> | |
45 <h1 class="i18n_issueReporter_commentPage_heading"></h1> | |
46 | |
47 <p class="i18n_issueReporter_email_description"></p> | |
48 | |
49 <label for="email" class="i18n_issueReporter_email_label"></label> | |
50 <input type="email" id="email" maxlength="200"> | |
51 | |
52 <div id="anonymousSubmissionContainer"> | |
53 <input type="checkbox" id="anonymousSubmission"> | |
54 <label for="anonymousSubmission" class="i18n_issueReporter_anonymousSu
bmission_label"></label> | |
55 <div id="anonymousSubmissionWarning" data-invisible="true" class="i18n
_issueReporter_anonymousSubmission_warning"></div> | |
56 </div> | |
57 | |
58 <p class="i18n_issueReporter_comment_description"></p> | |
59 | |
60 <label for="comment" class="i18n_issueReporter_comment_label"></label> | |
61 <textarea id="comment"></textarea> | |
62 <p id="commentLengthWarning" data-invisible="true" class="i18n_issueRepo
rter_comment_lengthWarning"></p> | |
63 <a href="#" id="showData" class="i18n_issueReporter_showData_label"></a> | |
64 </div> | |
65 | |
66 <div class="page" id="sendPage" hidden> | |
67 <h1 class="i18n_issueReporter_sendPage_heading"></h1> | |
68 | |
69 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p> | |
70 | |
71 <div id="sendingProgressContainer"> | |
72 <progress id="sendingProgress"></progress> | |
73 </div> | |
74 | |
75 <p id="error" hidden></p> | |
76 | |
77 <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hi
dden></iframe> | |
78 </div> | |
79 </main> | |
80 | |
81 <footer> | |
82 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol
icy"></a> | |
83 <button id="cancel" class="i18n_cancel secondary"></button> | |
84 <button id="continue" class="i18n_continue primary" disabled></button> | |
85 </footer> | |
86 </body> | |
87 </html> | |
OLD | NEW |