Second pass at adding key files
This commit is contained in:
28
site/glist/templates/gossamer/mli_recipients.html
Normal file
28
site/glist/templates/gossamer/mli_recipients.html
Normal file
@ -0,0 +1,28 @@
|
||||
<html>
|
||||
<head>
|
||||
<title><%if site_title%><%site_title%><%else%>Gossamer Gossamer List<%endif%> - Recipients</title>
|
||||
<%include include_style.txt%>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class=body>
|
||||
<td class=body><font size=5><b>Mailing Recipients<br /><br /></b></font></td>
|
||||
<td class=body align=right valign=top><b>Mailing ID: <%eml_mailing_id_fk%></b></td>
|
||||
</tr>
|
||||
<tr class=body>
|
||||
<td class=body colspan=2>
|
||||
<%loop results%>
|
||||
<%eml_email%><%if eml_skipped%> [ <font color="red"><b>Skipped</b></font> ]<%endif%><br />
|
||||
<%endloop%>
|
||||
</td>
|
||||
</tr>
|
||||
<%if hits > $mh%>
|
||||
<tr class=body>
|
||||
<td class=body colspan=2><br /><%include include_toolbar.html%></td>
|
||||
</tr>
|
||||
<%endif%>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user