78 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<%set set_focus = 'myform.mod_usr_header_html'%>
 | 
						|
<%set book_mark = 'profile'%>
 | 
						|
<%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 pro_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" align="center">
 | 
						|
              <tr>
 | 
						|
                <td>
 | 
						|
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
 | 
						|
                        <tr class="bold_white">
 | 
						|
                            <td height="20"><img src="<%image_url%>/icons/profile.gif" hspace="2" vspace="0" width="15" align="texttop" >Mailing Header & Footer</td>
 | 
						|
                            <td align="right"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></td>
 | 
						|
                        </tr>
 | 
						|
                    </table>
 | 
						|
                </td>
 | 
						|
              </tr>
 | 
						|
              <tr>
 | 
						|
                <td class="body" bgcolor="#FFFFFF" align="center">
 | 
						|
                    <br />
 | 
						|
                    <%if msg%><pre><span class="body"><%msg%></span></pre><%endif%>
 | 
						|
                    <form  name=myform action=glist.cgi method=post>
 | 
						|
                    <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
 | 
						|
                      <TR vAlign=center>
 | 
						|
                        <TD height=0>
 | 
						|
                          <table border="0" cellspacing="2" cellpadding="2" align="center" width=550>
 | 
						|
                              <tr class="body">
 | 
						|
                                <td class="body">HTML Header</td>
 | 
						|
                                <td class="body"><textarea name="mod_usr_header_html" class="object" cols="50" rows="4"><%if mod_usr_header_html%><%mod_usr_header_html%><%endif%></textarea></td>
 | 
						|
                              </tr>
 | 
						|
                              <tr class="body">
 | 
						|
                                <td class="body">Text Header</td>
 | 
						|
                                <td class="body"><textarea name="mod_usr_header_text" class="object" cols="50" rows="4"><%if mod_usr_header_text%><%mod_usr_header_text%><%endif%></textarea></td>
 | 
						|
                              </tr>
 | 
						|
                              <tr class="body">
 | 
						|
                                <td class="body">HTML Footer</td>
 | 
						|
                                <td class="body"><textarea name="mod_usr_footer_html" class="object" cols="50" rows="4"><%if mod_usr_footer_html%><%mod_usr_footer_html%><%endif%></textarea></td>
 | 
						|
                              </tr>
 | 
						|
                              <tr class="body">
 | 
						|
                                <td class="body">Text Footer</td>
 | 
						|
                                <td class="body"><textarea name="mod_usr_footer_text" class="object" cols="50" rows="4"><%if mod_usr_footer_text%><%mod_usr_footer_text%><%endif%></textarea></td>
 | 
						|
                              </tr>
 | 
						|
                            </table>
 | 
						|
                        </TD>
 | 
						|
                      </TR>
 | 
						|
                      <TR vAlign=bottom align=middle>
 | 
						|
                        <TD> <br />
 | 
						|
                          <INPUT class=button type=submit value=" Update " name=Submit />
 | 
						|
                          <INPUT class=button type=reset value=" Reset " name=Submit2 />
 | 
						|
                        </TD>
 | 
						|
                    </TR>
 | 
						|
                    </TABLE><BR />
 | 
						|
                    <input type=hidden value="pro_update" name=do />
 | 
						|
                    <input type=hidden value="1" name=pro_mailing />
 | 
						|
                    <%hidden_objects%>
 | 
						|
                    </form>
 | 
						|
                </td>
 | 
						|
              </tr>
 | 
						|
            </table>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
      </table>
 | 
						|
    </td>
 | 
						|
  </tr>
 | 
						|
</table>
 | 
						|
<%include include_footer.html%>
 |