THE GREAT RENAMING! All that was "SIG" should now be "community," except for
the database and the URLs (for backward compatibility). Do a full rebuild after browsing this one!
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
<% for (int i=0; i<data.getHotlistSize(); i++) { %>
|
||||
<%
|
||||
ConferenceContext conf = data.getConference(i);
|
||||
String partial = "settings?sig=" + conf.getEnclosingSIG().getSIGID() + "&conf=" + conf.getConfID();
|
||||
String partial = "settings?sig=" + conf.getEnclosingCommunity().getCommunityID() + "&conf="
|
||||
+ conf.getConfID();
|
||||
%>
|
||||
<TR VALIGN=MIDDLE>
|
||||
<TD ALIGN=CENTER WIDTH=16>
|
||||
@@ -58,7 +59,7 @@
|
||||
</TD>
|
||||
<TD ALIGN=LEFT CLASS="content"><%= stdfont %>
|
||||
<B><%= StringUtil.encodeHTML(conf.getName()) %></B>
|
||||
(<%= StringUtil.encodeHTML(conf.getEnclosingSIG().getName()) %>)
|
||||
(<%= StringUtil.encodeHTML(conf.getEnclosingCommunity().getName()) %>)
|
||||
</FONT></TD>
|
||||
</TR>
|
||||
<% } // end for %>
|
||||
|
||||
Reference in New Issue
Block a user