56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<%set set_focus = 'myform.sub_email'%>
|
|
<%set book_mark = 'modify_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 lst_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/list.gif" hspace="2" vspace="0">Add a Subscriber</td>
|
|
<td align="right" class="body" valign="middle">
|
|
<%set mn_subscriber = 1%>
|
|
<%set isub_search = 1%>
|
|
<%set isub_import = 1%>
|
|
<%set iremove_sub = 1%>
|
|
<%set iclose = 1%>
|
|
<%include lst_include_icons.html%>
|
|
</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="3"><br /><%if msg%><%msg%><br /><br /><%endif%></td>
|
|
</tr>
|
|
<%loop results%>
|
|
<tr class=body>
|
|
<td><%sub_email%></td>
|
|
<td><%lst_title%></td>
|
|
<td> [ <%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%>
|
|
|
|
|