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

Delta Between Two Patch Sets: templates/simple.tmpl

Issue 29329984: Issue 3257 - Create uninstallation page in adblockplus.org (Closed)
Left Patch Set: Fix old jinja files compatibility with markdown and implement noscript Created Nov. 19, 2015, 4:40 p.m.
Right Patch Set: Convert to array instead of cloning Created Dec. 3, 2015, 1:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/img/background-dark.png ('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
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 11 matching lines...) Expand all
22 <link rel="stylesheet" href="/css/simple.css" type="text/css" media="all" /> 22 <link rel="stylesheet" href="/css/simple.css" type="text/css" media="all" />
23 <link rel="apple-touch-icon" href="/img/favicon-large.png" /> 23 <link rel="apple-touch-icon" href="/img/favicon-large.png" />
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 <section class="highlighted"> 32 {{body|safe}}
saroyanm 2015/11/19 17:00:17 I moved the section here, not sure if it's a good
kzar 2015/11/20 13:06:14 Well IMHO you should keep it out of the template i
saroyanm 2015/11/20 18:33:54 I agree with you, the only problem is that I can't
kzar 2015/11/21 19:01:24 I'm not sure that I understand to be honest, but I
saroyanm 2015/11/23 10:50:30 "Unlike block-level HTML tags, Markdown syntax is
kzar 2015/11/25 13:26:00 Thomas is probably better placed to suggest someth
33 {{body|safe}}
34 </section>
35 </div> 33 </div>
36 <footer> 34 <footer>
37 {{"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>
38 </footer> 36 </footer>
39 </body> 37 </body>
40 </html> 38 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld