OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
4 - Copyright (C) 2006-present eyeo GmbH | 4 - Copyright (C) 2006-present eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 <h1 class="i18n_issueReporter_sendPage_heading"></h1> | 85 <h1 class="i18n_issueReporter_sendPage_heading"></h1> |
86 | 86 |
87 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p> | 87 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p> |
88 | 88 |
89 <div id="sendingProgressContainer"> | 89 <div id="sendingProgressContainer"> |
90 <progress id="sendingProgress"></progress> | 90 <progress id="sendingProgress"></progress> |
91 </div> | 91 </div> |
92 | 92 |
93 <p id="error" hidden></p> | 93 <p id="error" hidden></p> |
94 | 94 |
95 <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hi
dden></iframe> | 95 <iframe id="result" sandbox="allow-top-navigation" hidden></iframe> |
96 </div> | 96 </div> |
97 | 97 |
98 <div class="modal" id="showDataOverlay" hidden> | 98 <div class="modal" id="showDataOverlay" hidden> |
99 <div class="modalContent"> | 99 <div class="modalContent"> |
100 <textarea id="showDataValue" readonly></textarea> | 100 <textarea id="showDataValue" readonly></textarea> |
101 <button id="showDataClose" class="i18n_cancel primary"></button> | 101 <button id="showDataClose" class="i18n_cancel primary"></button> |
102 </div> | 102 </div> |
103 </div> | 103 </div> |
104 </main> | 104 </main> |
105 | 105 |
106 <footer> | 106 <footer> |
107 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol
icy"></a> | 107 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol
icy"></a> |
108 <button id="cancel" class="i18n_cancel secondary"></button> | 108 <button id="cancel" class="i18n_cancel secondary"></button> |
109 <button id="continue" class="i18n_continue primary" disabled></button> | 109 <button id="continue" class="i18n_continue primary" disabled></button> |
110 </footer> | 110 </footer> |
111 </body> | 111 </body> |
112 </html> | 112 </html> |
OLD | NEW |