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

64 lines
3.5 KiB
HTML

<%set set_focus = 'myform.header_html'%>
<%set book_mark = 'misc_options'%>
<%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 admin_setup_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 class="body" align="center">
<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/options.gif" hspace="2" vspace="0" align="texttop">Misc Options</td>
<td align="right"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></td>
</tr>
</table><br/>
<%if msg%><%msg%><%else%>These are global header and footer that you can change:<%endif%><br /> <br />
<form name=myform action="glist.cgi" method=post>
<table cellspacing="1" cellpadding="2" align=center width=600>
<tr><td colspan=2 class=body>HTML header</td></tr>
<tr>
<td class="body" width=20%><b>header_html</b></td>
<td><textarea name="header_html" class="object" cols="50" rows="4"><%if cfg_header_html%><%cfg_header_html%><%endif%></textarea></td>
</tr>
<tr><td colspan=2 class=body>HTML footer</td></tr>
<tr>
<td class="body" width=20%><b>footer_html</b></td>
<td><textarea name="footer_html" class="object" cols="50" rows="4"><%if cfg_footer_html%><%cfg_footer_html%><%endif%></textarea></td>
</tr>
<tr><td colspan=2 class=body>Text header</td></tr>
<tr>
<td class="body" width=20%><b>header_text</b></td>
<td><textarea name="header_text" class="object" cols="50" rows="4"><%if cfg_header_text%><%cfg_header_text%><%endif%></textarea></td>
</tr>
<tr><td colspan=2 class=body>Text footer</td></tr>
<tr>
<td class="body" width=20%><b>footer_text</b></td>
<td><textarea name="footer_text" class="object" cols="50" rows="4"><%if cfg_footer_text%><%cfg_footer_text%><%endif%></textarea></td>
</tr>
</table>
<p align=center>
<input type="submit" name="bsubmit" value=" Submit Changes " class=button />
<input type="submit" name="brestore" value="Restore System Defaults" class=button />
<br /><BR /></p>
<input name=do type=hidden value="admin_setup" />
<input name=pg type=hidden value="admin_setup_mailing.html" />
<input name=misc type=hidden value="1" />
<%hidden_objects%>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%include include_footer.html%>