added customizable "HTML Escapes" for the top and bottom of the topic list

and post list pages; configurable through the host tools
This commit is contained in:
Eric J. Bowersox
2001-12-05 00:03:39 +00:00
parent 9cc34facf6
commit 9d34cc35f0
17 changed files with 699 additions and 58 deletions

View File

@@ -37,6 +37,7 @@
</B></FONT></SPAN>
<HR ALIGN=LEFT SIZE=2 WIDTH="90%" NOSHADE>
<% data.writeTopCustom(out); %>
<TABLE BORDER=0 WIDTH="100%" CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=BOTTOM>
<TD NOWRAP ALIGN=LEFT COLSPAN=2 CLASS="content">
@@ -383,3 +384,4 @@
<DIV ALIGN=CENTER CLASS="content"><%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %><B>This is a
<EM>Frozen</EM> Topic</B></DIV>
<% } // end if %>
<% data.writeBottomCustom(out); %>