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

Side by Side Diff: templates/simple.tmpl

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Rebased on header Created Oct. 11, 2017, 12:14 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
« templates/default.tmpl ('K') | « templates/default.tmpl ('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-present eyeo GmbH 3 # Copyright (C) 2006-present 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 13 matching lines...) Expand all
24 {{head|safe}} 24 {{head|safe}}
25 </head> 25 </head>
26 <body> 26 <body>
27 <header> 27 <header>
28 <img id="logo" src="/img/adblockplus_100.png" alt="{{"Adblock Plus logo"|t ranslate("abp-logo", "Alternative text for Adblock Plus logo image")}}" /> 28 <img id="logo" src="/img/adblockplus_100.png" alt="{{"Adblock Plus logo"|t ranslate("abp-logo", "Alternative text for Adblock Plus logo image")}}" />
29 <h1>{{title|translate("title")}}</h1> 29 <h1>{{title|translate("title")}}</h1>
30 </header> 30 </header>
31 <div id="content"> 31 <div id="content">
32 {{body|safe}} 32 {{body|safe}}
33 </div> 33 </div>
34 <footer id="footer-main"> 34 <footer id="site-footer">
juliandoucette 2017/10/11 13:12:09 Note: I'm going to exclude this change (uninstall
ire 2017/10/11 16:28:32 Since there are no longer any styles for #footer-m
35 {{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal n otice in the footer")}}</a> 35 {{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal n otice in the footer")}}</a>
36 </footer> 36 </footer>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« templates/default.tmpl ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld