links broken in "Return to" part of page...fixed

This commit is contained in:
Eric J. Bowersox 2002-01-11 02:57:51 +00:00
parent b422f4d663
commit bcd76541ab

View File

@ -36,13 +36,13 @@
</util:header>
<util:font color="content.fg" size="content"><util:xlink>
<% if (view.getTopic()!=null) { %>
<util:href type="servlet">conf/posts.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %></util:href>
<util:href type="servlet">conf/posts.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %>&top=<%= view.getTopic().getTopicNumber() %></util:href>
<util:text>Return to Topic</util:text>
<% } else if (view.getConference()!=null) { %>
<util:href type="servlet">conf/topics.jsp?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %></util:href>
<util:href type="servlet">conf/topics.js.vs?cc=<%= view.getCommunity().getCommunityID() %>&conf=<%= view.getConference().getConfID() %></util:href>
<util:text>Return to Topic List</util:text>
<% } else { %>
<util:href type="servlet">conf/conferences.jsp?cc=<%= view.getCommunity().getCommunityID() %></util:href>
<util:href type="servlet">conf/conferences.js.vs?cc=<%= view.getCommunity().getCommunityID() %></util:href>
<util:text>Return to Conference List</util:text>
<% } // end if %>
</util:xlink></util:font><P>