Second pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:24:05 +10:00
parent aa25e9347f
commit b6fc94ff0f
923 changed files with 243184 additions and 0 deletions

View 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>