Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: templates/base_mailer.html

Issue 19878007: Add build mailer capability to support gatekeeper_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/chromium-build@master
Patch Set: Rebase to latest master Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « templates/base_mail.html ('k') | templates/mail_text.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-trans itional.dtd">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <title>{{ title }}</title>
6 <link href="/style_mailer.css" type="text/css" rel="stylesheet"/>
7 {% block extra_head %}{% endblock %}
8 </head>
9 <body>
10 <center>
11 <table width="100%%">
12 <tr>
13 <td align="left">
14 <a href="/">
15 <img border="0" height="75" src="/static/logo.png"/>
16 </a>
17 </td>
18 <td valign="top" align="right">
19 <br/><p>Chromium Gatekeeper Mailer</p>
20 </td>
21 </tr>
22 </table>
23 </center>
24 <br/> <br/> <br/> <br/>
25 {% block content %}{% endblock %}
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « templates/base_mail.html ('k') | templates/mail_text.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698