From c2fb1f036fc624fe18d59c4638ed62716791772f Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Wed, 9 Jan 2002 18:04:24 +0000 Subject: [PATCH] fixed a couple of minor issues with missing methods --- .../venice/ui/conf/view/FindPostView.java | 18 ++++++++++++++++++ web/format/conf/find.jsp | 7 +++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/com/silverwrist/venice/ui/conf/view/FindPostView.java b/src/com/silverwrist/venice/ui/conf/view/FindPostView.java index 07e29e7..0117847 100644 --- a/src/com/silverwrist/venice/ui/conf/view/FindPostView.java +++ b/src/com/silverwrist/venice/ui/conf/view/FindPostView.java @@ -114,6 +114,24 @@ public class FindPostView implements ContentJSP *-------------------------------------------------------------------------------- */ + public final CommunityContext getCommunity() + { + return comm; + + } // end getCommunity + + public final ConferenceContext getConference() + { + return conf; + + } // end getConference + + public final TopicContext getTopic() + { + return topic; + + } // end getTopic + public final String getTerm() { return term; diff --git a/web/format/conf/find.jsp b/web/format/conf/find.jsp index 2f4f1e0..3249c69 100644 --- a/web/format/conf/find.jsp +++ b/web/format/conf/find.jsp @@ -81,18 +81,17 @@ %>
- - +
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,3) %> + <%-- The initial search results --%> Search Results <% if (view.getFindCount()>0) { %> (Displaying <%= view.getOffset() + 1 %>-<%= view.getOffset() + dcount %> of <%= view.getFindCount() %>) <% } else { %>(None)<% } %> - - <% if (go_next || (data.getOffset()>0)) { %> + <% if (go_next || (view.getOffset()>0)) { %> <%-- The navigational form that allows us to page through the results --%> Navigational form