datatracker/ietf/templates/mailinglists/list_approval_base.html
Bill Fenner 4e426dec4c Implement [most of] the approval side of mailing list requests.
Have to check the templates for deletion.
 - Legacy-Id: 209
2007-06-01 18:34:57 +00:00

40 lines
824 B
HTML

{% extends "base.html" %}
{% block title %}Mailing list request approval note.{% endblock %}
{% block css %}
table {
margin:0;
padding:0;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: #022D66;
font-style: normal;
}
th {
font-weight: normal;
text-align: left;
}
{% endblock %}
{% block content %}
<table bgcolor="#88AED2" cellspacing="1" border="0" width="594">
<tr><td>
<table bgcolor="f3f8fd" cellpadding="3" cellspacing="0" border="0">
<tr>
<td><img src="/images/ietf_topleft.gif" border="0"><img src="/images/blue_title.
gif" border="0"></td>
</tr>
<tr><td>
<img src="/images/mail_title.gif" border="0">
</td></tr>
<tr><td valign="top">
<img src="/images/t_un.gif" border="0">
</td></tr>
<tr><td>
{% block innercontent %}{% endblock %}
</td></tr>
</table>
</table>
{% endblock %}