Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: options.html

Issue 11094018: Use i18n.js from adblockplus to restrict HTML tag usage (Closed)
Patch Set: Created July 16, 2013, 9:28 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2013 Eyeo GmbH 5 - Copyright (C) 2006-2013 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 </td> 222 </td>
223 <td> 223 <td>
224 <button id="removeWhitelist" class="removeButton"><span class="i18n_re move_button"></span></button> 224 <button id="removeWhitelist" class="removeButton"><span class="i18n_re move_button"></span></button>
225 </td> 225 </td>
226 </tr> 226 </tr>
227 </table> 227 </table>
228 </form> 228 </form>
229 </div> 229 </div>
230 230
231 <div id="tab-userfilters"> 231 <div id="tab-userfilters">
232 <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters "</p> 232 <p id="filter-must-follow-syntax" class="i18n_filter_must_follow_syntax"></p >
233 233
234 <form id="customFilterForm" action="#"> 234 <form id="customFilterForm" action="#">
235 <table> 235 <table>
236 <tr> 236 <tr>
237 <td> 237 <td>
238 <input type="text" value="" id="newFilter" style="width:500px"> 238 <input type="text" value="" id="newFilter" style="width:500px">
239 </td> 239 </td>
240 <td> 240 <td>
241 <button class="addButton" type="submit"><span class="i18n_add_filter_b utton"></span></button> 241 <button class="addButton" type="submit"><span class="i18n_add_filter_b utton"></span></button>
242 </td> 242 </td>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> 274 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span>
275 </div> 275 </div>
276 <div id="shouldShowBlockElementMenuContainer"> 276 <div id="shouldShowBlockElementMenuContainer">
277 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1 8n_show_block_element_menu"></span> 277 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1 8n_show_block_element_menu"></span>
278 </div> 278 </div>
279 <div id="hidePlaceholdersContainer"> 279 <div id="hidePlaceholdersContainer">
280 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span> 280 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span>
281 </div> 281 </div>
282 </p> 282 </p>
283 283
284 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p> 284 <p id="found-a-bug" class="i18n_found_a_bug"></p>
285 </div> 285 </div>
286 </div> 286 </div>
287 287
288 </body> 288 </body>
289 </html> 289 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld