Second pass at adding key files
This commit is contained in:
49
site/glist/templates/gossamer/lst_html.html
Normal file
49
site/glist/templates/gossamer/lst_html.html
Normal file
@ -0,0 +1,49 @@
|
||||
<%include include_header.html%>
|
||||
<%set book_mark = 'generate_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">
|
||||
<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 class="bold_white" height="20"><img src="<%image_url%>/icons/list.gif" hspace="2" vspace="0">HTML of a List</td>
|
||||
<td class="body" align="right">
|
||||
<%set isub_import = 1%>
|
||||
<%set imodify = 1%>
|
||||
<%set isearch_sub = 1%>
|
||||
<%set iremove_sub = 1%>
|
||||
<%set iclose = 1%>
|
||||
<%include lst_include_icons.html%>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width=750 align=center border="0" cellspacing="2" cellpadding="2">
|
||||
<tr>
|
||||
<td class=body>
|
||||
To make it easy for people to subscribe to this list, you can add the code below to your website to get new subscribers!<br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=center>
|
||||
<textarea name="HTML" cols=<%if is_ie%>120<%elsif is_mozilla%>100<%else%>90<%endif%> rows=20 <%if is_ie or is_mozilla%>class=object<%endif%>><%msg%></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table><BR />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<%include include_footer.html%>
|
||||
|
Reference in New Issue
Block a user