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

Delta Between Two Patch Sets: includes/index.tmpl

Issue 5636796054503424: Issue 1170 - [adblockplus.org Anwiki to CMS migration] Migrate content (Closed)
Left Patch Set: Brought in changes to website made over last few months. Created Jan. 19, 2015, 12:18 a.m.
Right Patch Set: Remove includes/common.tmpl which is no longer required. Created March 7, 2015, 7:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « filters/subscription_sort.py ('k') | includes/interface.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 {#
2 # This file is part of the Adblock Plus website,
3 # Copyright (C) 2006-2015 Eyeo GmbH
4 #
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
7 # published by the Free Software Foundation.
8 #
9 # Adblock Plus is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
16 #}
1 noheading=True 17 noheading=True
2 18
3 <head> 19 <head>
4 <link class="cssfx" href="/css/index.css" rel="stylesheet"> 20 <link class="cssfx" href="/css/index.css" rel="stylesheet">
5 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet"> 21 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re l="stylesheet">
6 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet"> 22 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s tylesheet">
7 23
8 <link href="http://adblockplus.org/" rel="canonical"> 24 <link href="http://adblockplus.org/" rel="canonical">
9 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item"> 25 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item">
10 <meta content="product" property="og:type"> 26 <meta content="product" property="og:type">
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 </ul> 254 </ul>
239 255
240 <p> 256 <p>
241 {{"s76"|translate}} 257 {{"s76"|translate}}
242 </p> 258 </p>
243 </div> 259 </div>
244 </div> 260 </div>
245 </section> 261 </section>
246 262
247 <script src="/js/index.js"></script> 263 <script src="/js/index.js"></script>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld