Second pass at adding key files
This commit is contained in:
		
							
								
								
									
										71
									
								
								site/glist/templates/gossamer/lst_subscribers_preview.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								site/glist/templates/gossamer/lst_subscribers_preview.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,71 @@
 | 
			
		||||
<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%> <%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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user