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

72 lines
3.5 KiB
HTML

<html>
<head>
<%include include_style.txt%>
</head>
<body>
<%if msg%><p class="body"><%msg%></p><%endif%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#007BA4">
<tr>
<td bgcolor="#7a9f54">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr class="body_white">
<td width="30%" bgcolor="#256A19" class="body_white">
<%ifnot hits%>Email
<%else%>
<a href="glist.cgi?do=lst_subscribers<%if mn_disable%>;mn_disable=1<%endif%>;<%if query%><%query%><%endif%>;so=<%if so eq 'DESC'%>ASC<%else%>DESC<%endif%><%if mn_disable%>;mn_disable=1<%endif%><%hidden_query%>"><font color="#FFFFFF">Email</font></a>
<%ifnot sb%>
<img src="<%image_url%>/icons/<%if so eq 'DESC'%>down.gif<%else%>up.gif<%endif%>" border=0>
<%endif%>
<%endif%>
</td>
<td width="24%" bgcolor="#256A19" class="body_white">
<%ifnot hits%>Name
<%else%>
<a href="glist.cgi?do=lst_subscribers<%if mn_disable%>;mn_disable=1<%endif%>;<%if query%><%query%><%endif%>;sb=sub_name;so=<%if so eq 'DESC'%>ASC<%else%>DESC<%endif%><%if mn_disable%>;mn_disable=1<%endif%><%hidden_query%>"><font color="#FFFFFF">Name</font></a>
<%if sb eq 'sub_name'%>
<img src="<%image_url%>/icons/<%if so eq 'DESC'%>down.gif<%else%>up.gif<%endif%>" border=0>
<%endif%>
<%endif%>
</td>
<td width="10%" bgcolor="#256A19" class="body_white" align="center">
<%ifnot hits%>Validated
<%else%>
<a href="glist.cgi?do=lst_subscribers<%if mn_disable%>;mn_disable=1<%endif%>;<%if query%><%query%><%endif%>;sb=sub_validated;so=<%if so eq 'DESC'%>ASC<%else%>DESC<%endif%><%hidden_query%>"><font color="#FFFFFF">Validated</font></a>
<%if sb eq 'sub_validated'%>
<img src="<%image_url%>/icons/<%if so eq 'DESC'%>down.gif<%else%>up.gif<%endif%>" border=0>
<%endif%>
<%endif%>
</td>
<td width="10%" bgcolor="#256A19" class="body_white" align="center">
<%ifnot hits%>Bounced
<%else%>
<a href="glist.cgi?do=lst_subscribers<%if mn_disable%>;mn_disable=1<%endif%>;<%if query%><%query%><%endif%>;sb=sub_bounced;so=<%if so eq 'DESC'%>ASC<%else%>DESC<%endif%><%hidden_query%>"><font color="#FFFFFF">Bounced</font></a>
<%if sb eq 'sub_bounced'%>
<img src="<%image_url%>/icons/<%if so eq 'DESC'%>down.gif<%else%>up.gif<%endif%>" border=0>
<%endif%>
<%endif%>
</td>
</tr>
<%loop results%>
<input type="hidden" name="<%row_num%>-sub_email" value="<%sub_email%>" />
<input type="hidden" name="<%row_num%>-sub_list_id_fk" value="<%sub_list_id_fk%>" />
<tr bgcolor="<%if even%>#d9e4f2<%else%>#FFFFFF<%endif%>" class="body">
<td class="body"><%sub_email%></td>
<td class="body"><%if sub_name%><%sub_name%><%else%>&nbsp;<%endif%></td>
<td align="center" class="body"><%if sub_validated%>Yes<%else%>No<%endif%></td>
<td align="center" class="body"><%if sub_bounced%>Yes<%else%>No<%endif%></td>
</tr>
<%endloop%>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%if hits > $mh%>
<tr class="body">
<td class="body" height=30><%include include_toolbar.html%></td>
<tr>
<%endif%>
</table>
</body>
</html>