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

41 lines
1.5 KiB
HTML

<html>
<head>
<title><%if site_title%><%site_title%><%else%>Gossamer List<%endif%> - Subscribe</title>
<%include include_style.txt%>
</head>
<body <%if set_focus%>onload="document.<%set_focus%>.focus()"<%endif%>>
<table width="520" border="0" cellspacing="0" cellpadding="0" align="center" height=90%>
<tr>
<td valign=middle>
<table width="100%" 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 bgcolor="#C5E1A3">
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#C5E1A3">
<tr class="bold_white">
<td bgcolor="#336600" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class=bold_white height=20>
<td width=1><img src="<%image_url%>/icons/user.gif" hspace=2></td>
<td width=100% class=bold_white><b> Subscribe to a Mailing List</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="body" colspan="2"><br/>
Thank you, you are successfully subscribed!
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>