NewsBlur/templates/mail/email_base.xhtml

42 lines
1.8 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body bgcolor="#F5F6F4" text="#000000" link="#003399" vlink="#003399" alink="#DC181E" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#F5F6F4" width="100%" height="100%" style="padding-bottom:24px;">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" align="left" width="644" style="padding: 20px; margin-top: 24px;">
<tr>
<td style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;color:#333;">
{% block body %}{% endblock %}
</td>
</tr>
<tr>
<td colspan="2" style="border-top: 3px solid black; padding-top: 12px;" align="center">
<table>
<tr>
<td>
<a href="http://thebolditalic.com/"><img alt="Logo_email_black" border="false" src="http://thebolditalic.com/images/logo_email_black.png" /></a>
</td>
<td>
<p style="font-size:12px;"> Don't want to be notified about Idea activity? Go to '<a href="http://thebolditalic.com/users/Samuelclay/edit" style="color:#00BBFF; text-decoration:none;">My Ac=
count</a>' to update your email settings.<br /> The Bold Italic and The B=
old Italic Logo are registered trademarks of The Bold Italic, 100 Pine St=
reet, Suite 250, San Francisco, CA 94111.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>