implemented "Subscribe To Topic"
This commit is contained in:
@@ -34,7 +34,19 @@
|
||||
</FONT><P>
|
||||
|
||||
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
|
||||
<DIV ALIGN="LEFT"><B>Filtered users:</B></DIV>
|
||||
<DIV ALIGN="LEFT"><B>Topic Subscription:</B></DIV>
|
||||
<% if (data.isSubscribed()) { %>
|
||||
You are currently subscribed to this topic, and will receive all new posts to it via E-mail.<P>
|
||||
<B><A HREF="<%= rdat.getEncodedServletPath("topicops?" + data.getLocator() + "&cmd=SN") %>">Click Here
|
||||
to Stop Subscribing To This Topic</A></B>
|
||||
<% } else { %>
|
||||
You are not currently subscribed to this topic. When you subscribe to a topic, you will receive all new
|
||||
posts to that topic via E-mail.<P>
|
||||
<B><A HREF="<%= rdat.getEncodedServletPath("topicops?" + data.getLocator() + "&cmd=SY") %>">Click Here
|
||||
to Start Subscribing To This Topic</A></B>
|
||||
<% } // end if %>
|
||||
<BR><HR WIDTH="80%">
|
||||
<DIV ALIGN="LEFT"><B>Filtered Users:</B></DIV>
|
||||
<% if (data.getNumBozos()>0) { %>
|
||||
<TABLE BORDER=0 ALIGN=CENTER CELLPADDING=0 CELLSPACING=2>
|
||||
<% Iterator it = data.getBozosIterator(); %>
|
||||
|
||||
Reference in New Issue
Block a user