58 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<%set set_focus = 'myform.import_to'%>
 | 
						|
<%set book_mark = 'add_subscribers'%>
 | 
						|
<%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">
 | 
						|
      <form name="myform" action="glist.cgi" method="post" onsubmit="return check_submit(this)">
 | 
						|
      <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>
 | 
						|
            <%if msg%><ul><p class=body align="center"><br /><%msg%></p></ul><%else%><br /><%endif%>
 | 
						|
            <table width="100%" border="0" cellspacing="0" cellpadding="0" height=80%>
 | 
						|
                <tr>
 | 
						|
                  <td height=60%>
 | 
						|
                    <%include lst_sub_include_record.html%>
 | 
						|
                  </td>
 | 
						|
                </tr>
 | 
						|
                <tr>
 | 
						|
                  <td align=center height=20% valign=top>
 | 
						|
                    <input name="bsearch" type=submit value="Add a Subscriber" class="button" />
 | 
						|
                    <input name="breset" type=reset value=" Reset " class="button" />
 | 
						|
                  </td>
 | 
						|
                </tr>
 | 
						|
            </table>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
      </table>
 | 
						|
      <input type=hidden name="do" value="lst_sub_add" />
 | 
						|
      <%hidden_objects%>
 | 
						|
      </form>
 | 
						|
    </td>
 | 
						|
  </tr>
 | 
						|
</table>
 | 
						|
<%include include_footer.html%>
 | 
						|
 | 
						|
 |