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

Delta Between Two Patch Sets: templates/simple.tmpl

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Updated button stytles Created Nov. 22, 2017, 3:37 p.m.
Right Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 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 | « templates/raw.tmpl ('k') | no next file » | 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-present 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 #}
17
18 <!DOCTYPE html>
19 <html lang="{{locale}}" dir="{{"rtl" if config.has_option("rtl", locale) else "l tr"}}">
20 <head>
21 <title>{{title|translate("title")}}</title>
22 <link rel="stylesheet" href="/css/simple.css" type="text/css" media="all" />
23 <link rel="apple-touch-icon" href="/img/favicon-large.png" />
24 {{head|safe}}
25 </head>
26 <body>
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")}}" />
29 <h1>{{title|translate("title")}}</h1>
30 </header>
31 <div id="content">
32 {{body|safe}}
33 </div>
34 <footer id="footer-main">
35 {{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal n otice in the footer")}}</a>
36 </footer>
37 </body>
38 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld