2007-09-16 02:57:31 +02:00
|
|
|
<% if SentRecipients(Failed) %>
|
2007-09-16 03:35:26 +02:00
|
|
|
<h2 class="error" style="width:auto;">Sending to the Following Recipients Failed</h2>
|
2007-09-16 02:57:31 +02:00
|
|
|
<table class="CMSList">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2007-09-16 03:36:31 +02:00
|
|
|
<th class="Email" style="width:33%">Email</th>
|
2007-09-16 03:01:27 +02:00
|
|
|
<th>Date</th>
|
2007-09-16 02:57:31 +02:00
|
|
|
<th>Result</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<% control SentRecipients(Failed) %>
|
|
|
|
<tr>
|
|
|
|
<td>$Email</td>
|
|
|
|
<td>$LastEdited</td>
|
|
|
|
<td>$Result</td>
|
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<% end_if %>
|
2007-09-16 03:01:27 +02:00
|
|
|
|
2007-09-16 02:57:31 +02:00
|
|
|
<% if SentRecipients(Bounced) %>
|
2007-09-16 03:35:26 +02:00
|
|
|
<h2 class="error" style="width:auto;">Sending to the Following Recipients Bounced</h2>
|
2007-09-16 03:01:27 +02:00
|
|
|
|
2007-09-16 02:57:31 +02:00
|
|
|
<table class="CMSList">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2007-09-16 03:36:31 +02:00
|
|
|
<th class="Email" style="width:33%">Email</th>
|
2007-09-16 02:57:31 +02:00
|
|
|
<th>Date</th>
|
|
|
|
<th>Result</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<% control SentRecipients(Bounced) %>
|
|
|
|
<tr>
|
|
|
|
<td>$Email</td>
|
|
|
|
<td>$LastEdited</td>
|
|
|
|
<td>$Result</td>
|
|
|
|
</tr>
|
2007-09-16 04:17:14 +02:00
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if SentRecipients(BlackListed) %>
|
|
|
|
<h2 class="error" style="width:auto;">Sending to the Following Recipients Did Not Occur Because They Are BlackListed</h2>
|
|
|
|
|
|
|
|
<table class="CMSList">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="Email" style="width:33%">Email</th>
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Result</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<% control SentRecipients(BlackListed) %>
|
|
|
|
<tr>
|
|
|
|
<td>$Email</td>
|
|
|
|
<td>$LastEdited</td>
|
|
|
|
<td>$Result</td>
|
|
|
|
</tr>
|
2007-09-16 02:57:31 +02:00
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if UnsentSubscribers %>
|
|
|
|
<h2>The Newsletter has Never Been Sent to Following Subscribers</h2>
|
|
|
|
<table class="CMSList">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2007-09-16 03:36:31 +02:00
|
|
|
<th class="Email" style="width:33%">Email</th>
|
2007-09-16 02:57:31 +02:00
|
|
|
<th class="FirstName">Firstname</th>
|
|
|
|
<th class="Surname">Surname</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<% control UnsentSubscribers %>
|
|
|
|
<tr id="unsent-member-$ID">
|
2007-09-16 03:36:31 +02:00
|
|
|
<td>$Email</td>
|
2007-09-16 02:57:31 +02:00
|
|
|
<td>$FirstName</td>
|
|
|
|
<td>$Surname</td>
|
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<% if SentRecipients(Sent) %>
|
|
|
|
<h2>Sending to the Following Recipients was Successful</h2>
|
|
|
|
<table class="CMSList">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2007-09-16 03:36:31 +02:00
|
|
|
<th class="Email" style="width:33%">Email</th>
|
2007-09-16 02:57:31 +02:00
|
|
|
<th>Date</th>
|
|
|
|
<th>Result</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<% control SentRecipients(Sent) %>
|
|
|
|
<tr id="sent-member-$ID">
|
|
|
|
<td>$Email</td>
|
|
|
|
<td>$LastEdited</td>
|
|
|
|
<td>$Result</td>
|
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<% end_if %>
|