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

Side by Side Diff: options.html

Issue 29322998: Issue 2669 - Use header, footer and nav tags in options page sidebar (Closed)
Patch Set: Created July 29, 2015, 4:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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,
(...skipping 13 matching lines...) Expand all
24 <style id="search-style"></style> 24 <style id="search-style"></style>
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 <header id="page-title">
35 <p class="i18n_options_page_header_1"></p> 35 <p class="i18n_options_page_header_1"></p>
36 <h1 class="i18n_options_page_header_2"></h1> 36 <h1 class="i18n_options_page_header_2"></h1>
37 </div> 37 </header>
38 <ul class="tabs vertical"> 38 <nav>
39 <li id="tab-general" data-action="switch-tab" data-tab="general" class ="active"> 39 <ul class="tabs vertical">
40 <a class="i18n_options_tab_general"></a> 40 <li id="tab-general" data-action="switch-tab" data-tab="general" cla ss="active">
41 <span class="icon"></span> 41 <a class="i18n_options_tab_general"></a>
42 </li> 42 <span class="icon"></span>
43 <li id="tab-advanced" data-action="switch-tab" data-tab="advanced"> 43 </li>
44 <a class="i18n_options_tab_advanced"></a> 44 <li id="tab-advanced" data-action="switch-tab" data-tab="advanced">
45 <span class="icon"></span> 45 <a class="i18n_options_tab_advanced"></a>
46 </li> 46 <span class="icon"></span>
47 <li id="tab-help" data-action="switch-tab" data-tab="help"> 47 </li>
48 <a class="i18n_options_tab_help"></a> 48 <li id="tab-help" data-action="switch-tab" data-tab="help">
49 <span class="icon"></span> 49 <a class="i18n_options_tab_help"></a>
50 </li> 50 <span class="icon"></span>
51 </ul> 51 </li>
52 </ul>
53 </nav>
52 <a id="link-version"> 54 <a id="link-version">
53 <span class="i18n_options_version"></span> 55 <span class="i18n_options_version"></span>
54 <span id="abp-version"></span> 56 <span id="abp-version"></span>
55 </a> 57 </a>
56 <ul class="tabs vertical bottom"> 58 <footer>
57 <li id="tab-share"> 59 <ul class="tabs vertical bottom">
58 <a class="i18n_options_tab_share"></a> 60 <li id="tab-share">
59 <span class="icon"></span> 61 <a class="i18n_options_tab_share"></a>
60 </li> 62 <span class="icon"></span>
61 <li id="tab-contribute"> 63 </li>
62 <a class="i18n_options_tab_contribute"></a> 64 <li id="tab-contribute">
63 <span class="icon"></span> 65 <a class="i18n_options_tab_contribute"></a>
64 </li> 66 <span class="icon"></span>
65 </ul> 67 </li>
68 </ul>
69 </footer>
66 </div> 70 </div>
67 </div> 71 </div>
68 <div id="tab-content"> 72 <div id="tab-content">
69 <div id="content-wrapper"> 73 <div id="content-wrapper">
70 <div id="dialog-background"></div> 74 <div id="dialog-background"></div>
71 75
72 <!-- General tab content --> 76 <!-- General tab content -->
73 <div id="content-general"> 77 <div id="content-general">
74 <div> 78 <div>
75 <h1 class="i18n_options_blocking_title"></h1> 79 <h1 class="i18n_options_blocking_title"></h1>
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 <div class="button-wrapper" data-action="add-predefined-subscription "> 361 <div class="button-wrapper" data-action="add-predefined-subscription ">
358 <span class="icon icon-arrow"></span> 362 <span class="icon icon-arrow"></span>
359 <span class="i18n_options_dialog_predefined_confirm"></span> 363 <span class="i18n_options_dialog_predefined_confirm"></span>
360 </div> 364 </div>
361 </div> 365 </div>
362 </div> 366 </div>
363 </div> 367 </div>
364 </div> 368 </div>
365 </body> 369 </body>
366 </html> 370 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld