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

Side by Side Diff: templates/default.tmpl

Issue 29352681: Issue 4411 - Switch to our new Google Custom Search engine (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org/
Patch Set: Created Sept. 12, 2016, 1:10 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 {# 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-2016 Eyeo GmbH 3 # Copyright (C) 2006-2016 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 {% if localefile == "index" %} 85 {% if localefile == "index" %}
86 <li class="selected first">{{get_string("installation", "menu")}}</l i> 86 <li class="selected first">{{get_string("installation", "menu")}}</l i>
87 {% else %} 87 {% else %}
88 <li class="install-link first">{{"index"|linkify}}{{get_string("inst allation", "menu")}} <span class="sprite install-link-icon"></span></a></li> 88 <li class="install-link first">{{"index"|linkify}}{{get_string("inst allation", "menu")}} <span class="sprite install-link-icon"></span></a></li>
89 {% endif %} 89 {% endif %}
90 {% for name in ["about", "features", "bugs", "contribute"] %} 90 {% for name in ["about", "features", "bugs", "contribute"] %}
91 {{pageitem(name)}} 91 {{pageitem(name)}}
92 {% endfor %} 92 {% endfor %}
93 <li id="search"> 93 <li id="search">
94 <form action="https://www.google.com/cse" id="search-box"> 94 <form action="https://www.google.com/cse" id="search-box">
95 <input name="cx" value="001104437084080304350:n8odfuv0gvi" type="h idden"> 95 <input name="cx" value="001123836313771357446:qg27swycb5q" type="h idden">
96 <input name="ie" value="UTF-8" type="hidden"> 96 <input name="ie" value="UTF-8" type="hidden">
97 <label id="search-field-label-plain" for="search-field">{{get_stri ng("search", "menu")}}</label> 97 <label id="search-field-label-plain" for="search-field">{{get_stri ng("search", "menu")}}</label>
98 <input id="search-field" name="q" type="search"> 98 <input id="search-field" name="q" type="search">
99 <label id="search-field-label-button" for="search-field"> 99 <label id="search-field-label-button" for="search-field">
100 <button id="search-button" type="submit">{{get_string("search", "menu")}}</button> 100 <button id="search-button" type="submit">{{get_string("search", "menu")}}</button>
101 </label> 101 </label>
102 </form> 102 </form>
103 </li> 103 </li>
104 <li id="language"> 104 <li id="language">
105 <div id="current-language"> 105 <div id="current-language">
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a> 199 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p lus.google.com/110020691898167279887"></a>
200 </li> 200 </li>
201 </ul> 201 </ul>
202 </section> 202 </section>
203 </div> 203 </div>
204 </footer> 204 </footer>
205 205
206 <script src="/js/main.js"></script> 206 <script src="/js/main.js"></script>
207 </body> 207 </body>
208 </html> 208 </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