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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/base_mail.html ('k') | templates/mail_text.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/base_mailer.html
diff --git a/templates/base_mailer.html b/templates/base_mailer.html
new file mode 100644
index 0000000000000000000000000000000000000000..de3aac7c52272f97fe3e497ea7afe723e1b48e1d
--- /dev/null
+++ b/templates/base_mailer.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <title>{{ title }}</title>
+ <link href="/style_mailer.css" type="text/css" rel="stylesheet"/>
+ {% block extra_head %}{% endblock %}
+ </head>
+ <body>
+ <center>
+ <table width="100%%">
+ <tr>
+ <td align="left">
+ <a href="/">
+ <img border="0" height="75" src="/static/logo.png"/>
+ </a>
+ </td>
+ <td valign="top" align="right">
+ <br/><p>Chromium Gatekeeper Mailer</p>
+ </td>
+ </tr>
+ </table>
+ </center>
+ <br/> <br/> <br/> <br/>
+ {% block content %}{% endblock %}
+ </body>
+</html>
« 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