OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
5 - Copyright (C) 2006-present eyeo GmbH | 5 - Copyright (C) 2006-present eyeo GmbH |
6 - | 6 - |
7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
10 - | 10 - |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 <span class="i18n_stats_title"></span> | 74 <span class="i18n_stats_title"></span> |
75 <div class="collapse-icon-placeholder"></div> | 75 <div class="collapse-icon-placeholder"></div> |
76 <div class="collapse-icon"></div> | 76 <div class="collapse-icon"></div> |
77 </div> | 77 </div> |
78 <ul id="stats" class="collapsible"> | 78 <ul id="stats" class="collapsible"> |
79 <li> | 79 <li> |
80 <div> | 80 <div> |
81 <div id="stats-page"></div> | 81 <div id="stats-page"></div> |
82 <div id="stats-total"></div> | 82 <div id="stats-total"></div> |
83 </div> | 83 </div> |
84 | |
85 <div id="share"> | |
86 <span class="i18n_stats_share_title"></span> | |
87 <div id="share-box"> | |
88 <div data-social="facebook"></div> | |
89 <div data-social="twitter"></div> | |
90 <div data-social="gplus"></div> | |
91 </div> | |
92 </div> | |
93 </li> | 84 </li> |
94 <li> | 85 <li> |
95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke
d></div> | 86 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke
d></div> |
96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe
l> | 87 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe
l> |
97 </li> | 88 </li> |
98 </ul> | 89 </ul> |
99 </li> | 90 </li> |
100 | 91 |
101 <li id="issueReporter" class="menu-item" role="button"> | 92 <li id="issueReporter" class="menu-item" role="button"> |
102 <div class="icon"></div> | 93 <div class="icon"></div> |
103 <span class="i18n_sendReport"></span> | 94 <span class="i18n_sendReport"></span> |
104 </li> | 95 </li> |
105 </ul> | 96 </ul> |
106 </div> | 97 </div> |
107 | 98 |
108 <footer id="options" role="button"> | 99 <footer id="options" role="button"> |
109 <div class="icon"></div> | 100 <div class="icon"></div> |
110 <span class="i18n_options_short"></span> | 101 <span class="i18n_options_short"></span> |
111 </footer> | 102 </footer> |
112 | 103 |
113 </body> | 104 </body> |
114 </html> | 105 </html> |
OLD | NEW |