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

Delta Between Two Patch Sets: options.html

Issue 6088024630755328: issue 1526 - Implement new options page design for Chrome/Opera/Safari (Closed)
Left Patch Set: Created Feb. 13, 2015, 10:52 a.m.
Right Patch Set: Created Feb. 19, 2015, 4:52 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « locale/en-US/options.json ('k') | options.js » ('j') | options.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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-2015 Eyeo GmbH 4 - Copyright (C) 2006-2015 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,
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 - GNU General Public License for more details. 13 - GNU General Public License for more details.
14 - 14 -
15 - You should have received a copy of the GNU General Public License 15 - You should have received a copy of the GNU General Public License
16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
17 --> 17 -->
18 18
19 <html> 19 <html>
20 <head> 20 <head>
21 <meta charset="utf-8"> 21 <meta charset="utf-8">
22 <title class="i18n_options_page_title"></title> 22 <title class="i18n_options_page_title"></title>
23 <link rel="stylesheet" href="skin/options.css"> 23 <link rel="stylesheet" href="skin/options.css">
24 <style id="search_style"></style> 24 <style id="search_style"></style>
Thomas Greiner 2015/02/18 17:19:27 All other ID values in this file use "-" as word s
Thomas Greiner 2015/02/18 17:19:27 Add `type="text/css"` for consistency.
saroyanm 2015/02/26 12:18:33 Done.
saroyanm 2015/02/26 12:18:33 Done.
25 <script src="ext/common.js"></script> 25 <script src="ext/common.js"></script>
26 <script src="ext/content.js"></script> 26 <script src="ext/content.js"></script>
27 <script src="i18n.js"></script> 27 <script src="i18n.js"></script>
28 <script src="options.js"></script> 28 <script src="options.js"></script>
29 </head> 29 </head>
30 <body data-tab="general"> 30 <body data-tab="general">
31 <!-- Navigation sidebar --> 31 <!-- Navigation sidebar -->
32 <div id="nav-sidebar"> 32 <div id="nav-sidebar">
33 <div id="fixed-sidebar" class="fixed"> 33 <div id="fixed-sidebar" class="fixed">
34 <div id="page-title"> 34 <div id="page-title">
35 <p class="i18n_options_page_name"></p> 35 <p class="i18n_options_page_name"></p>
36 <h1 class="i18n_options_abp"></h1> 36 <h1 class="i18n_options_abp"></h1>
37 </div> 37 </div>
38 <ul class="tabs vertical" id="main-navigation-tabs"> 38 <ul class="tabs vertical" id="main-navigation-tabs">
39 <li id="tab-general" data-show="content-general" class="active"> 39 <li id="tab-general" data-show="general" class="active">
40 <span class="i18n_options_tab_general"></span> 40 <span class="i18n_options_tab_general"></span>
41 <span class="icon"></span> 41 <span class="icon"></span>
42 </li> 42 </li>
43 <li id="tab-advanced" data-show="content-advanced"> 43 <li id="tab-advanced" data-show="advanced">
44 <span class="i18n_options_tab_advanced"></span> 44 <span class="i18n_options_tab_advanced"></span>
45 <span class="icon"></span> 45 <span class="icon"></span>
46 </li> 46 </li>
47 <li id="tab-help" data-show="content-help"> 47 <li id="tab-help" data-show="help">
48 <span class="i18n_options_tab_help"></span> 48 <span class="i18n_options_tab_help"></span>
49 <span class="icon"></span> 49 <span class="icon"></span>
50 </li> 50 </li>
51 </ul> 51 </ul>
52 <p class="nav-link"> 52 <p class="nav-link">
53 <span class="i18n_options_version"></span> <span id="abp-version"></sp an> 53 <span class="i18n_options_version"></span> <span id="abp-version"></sp an>
54 </p> 54 </p>
55 <ul class="tabs vertical bottom"> 55 <ul class="tabs vertical bottom">
56 <li id="tab-share"> 56 <li id="tab-share">
57 <span class="i18n_options_tab_share"></span><span class="icon"></spa n> 57 <span class="i18n_options_tab_share"></span><span class="icon"></spa n>
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <div class="btn-wrapper" id="edit-ownBlockingList-btn"> 264 <div class="btn-wrapper" id="edit-ownBlockingList-btn">
265 <span class="icon icon-arrow"></span> 265 <span class="icon icon-arrow"></span>
266 <span class="i18n_options_modal_create_own_list"></span> 266 <span class="i18n_options_modal_create_own_list"></span>
267 </div> 267 </div>
268 </div> 268 </div>
269 </div> 269 </div>
270 </div> 270 </div>
271 </div> 271 </div>
272 </body> 272 </body>
273 </html> 273 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld