added topic links at the bottom of "published" posts, fixed the log in or

create problem when going through PostShortcut
This commit is contained in:
Eric J. Bowersox
2001-12-14 23:50:29 +00:00
parent a0a78059bc
commit b86ef1c3b0
12 changed files with 590 additions and 37 deletions

View File

@@ -37,6 +37,7 @@
for (int i=0; i<ntp; i++) {
TopicMessageContext msg = data.getTopPost(i);
String poster = data.getPosterName(msg);
String topic_link = data.getTopicPostLink(rdat,msg);
%>
<% if (i>0) { %><HR WIDTH="70%"><% } %>
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
@@ -47,6 +48,9 @@
</EM>)
<P>
<PRE><%= rdat.rewritePostData(data.getMessageBodyText(msg)) %></PRE>
<% if (topic_link!=null) { %>
<P><FONT SIZE=-1><EM>(From the topic: <%= topic_link %>)</EM></FONT><BR>
<% } // end if %>
</FONT>
<%
} // end for