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

Side by Side Diff: templates/default.tmpl

Issue 29322846: Issue 2826 - Hamburger menu not visible on all pages (Closed)
Patch Set: Created July 29, 2015, 1:13 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 | « static/js/main.js ('k') | 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 {# 1 {#
2 # This file is part of the Adblock Plus website, 2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-2015 Eyeo GmbH 3 # Copyright (C) 2006-2015 Eyeo GmbH
4 # 4 #
5 # Adblock Plus is free software: you can redistribute it and/or modify 5 # Adblock Plus is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 3 as 6 # it under the terms of the GNU General Public License version 3 as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
8 # 8 #
9 # Adblock Plus is distributed in the hope that it will be useful, 9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 {% for lang in available_locales %} 92 {% for lang in available_locales %}
93 <li class="language-entry"> 93 <li class="language-entry">
94 {{page|linkify(lang)}} 94 {{page|linkify(lang)}}
95 <div id="flag-{{lang}}" class="flag sprite"></div>{{config.g et("langnames", lang)}} 95 <div id="flag-{{lang}}" class="flag sprite"></div>{{config.g et("langnames", lang)}}
96 </a> 96 </a>
97 </li> 97 </li>
98 {% endfor %} 98 {% endfor %}
99 </ul> 99 </ul>
100 </li> 100 </li>
101 </ul> 101 </ul>
102 <a href="#" id="hamburger"></a>
102 </nav> 103 </nav>
103 </header> 104 </header>
104 105
105 <div id="content" {% if localefile == "index" %}class="{{page}}"{% endif %}> 106 <div id="content" {% if localefile == "index" %}class="{{page}}"{% endif %}>
106 {% if not noheading %} 107 {% if not noheading %}
107 <h1>{{title|translate("title")}}</h1> 108 <h1>{{title|translate("title")}}</h1>
108 {% endif %} 109 {% endif %}
109 110
110 {% if not notoc %} 111 {% if not notoc %}
111 {% macro toc(toclist) %} 112 {% macro toc(toclist) %}
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> 178 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a>
178 </li> 179 </li>
179 </ul> 180 </ul>
180 </section> 181 </section>
181 </div> 182 </div>
182 </footer> 183 </footer>
183 184
184 <script src="/js/main.js"></script> 185 <script src="/js/main.js"></script>
185 </body> 186 </body>
186 </html> 187 </html>
OLDNEW
« no previous file with comments | « static/js/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld