discourse-legacysite-perl/site/glist/templates/gossamer/admin_stoplist_success.html
2024-06-17 22:24:05 +10:00

51 lines
2.4 KiB
HTML

<%set book_mark = 'stop_list'%>
<%include include_header.html%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
<tr>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include admin_setup_include_menu.html%></td>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td height="97%" colspan="3" valign="top">
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
<tr>
<td height="20" class="bold_white"><img src="<%image_url%>/icons/stop.gif" align="texttop" hspace="2" vspace="0">Stop List</td>
<td align="right"><a href="glist.cgi?do=admin_stoplist<%hidden_query%>"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></a></td>
</tr>
</table>
<center>
<div style="position: relative; width:500px; height:300px; overflow:auto;">
<table border="0" cellspacing="0" cellpadding="0" width="95%">
<tr>
<td class="body" colspan="2"><br /><font color="green"><b><%successful%></b> out of <b><%hits%></b> email addresses were added.</font>
<%if invalid%><br /><font color="red"><b><%invalid%></b> invalid email addresses.</font><%endif%>
<%if duplicate%><br /><b><%duplicate%></b> duplicate email addresses.<%endif%>
<br /><br />
</td>
</tr>
<%loop results%>
<tr class=body>
<td><%email%></td>
<td> &nbsp;[ <%if status%><%status%><%else%><font color="green"><b>Added</b></font><%endif%> ]</td>
</tr>
<%endloop%>
</table>
</div>
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%include include_footer.html%>