29 lines
		
	
	
		
			804 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			804 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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>
 | 
						|
 | 
						|
 |