implemented conference hotlists and SIG list management from the Top page;
cleaned up remaining SQL statements using text columns instead of column indexes with the ResultSet; fleshed out specifics in the TODO for SIG administration
This commit is contained in:
@@ -55,11 +55,17 @@
|
||||
<% } else { %>
|
||||
<EM>No conferences found in this SIG.</EM><BR>
|
||||
<% } // end if (conferences present) %>
|
||||
<% if (data.canCreateConference()) { %>
|
||||
<P>
|
||||
<DIV ALIGN="LEFT">
|
||||
<P>
|
||||
<DIV ALIGN="LEFT">
|
||||
<% if (data.canManageConferences()) { %>
|
||||
<A HREF="<%= rdat.getEncodedServletPath("confops?cmd=S&sig=" + data.getSIGID()) %>"><IMG
|
||||
SRC="<%= rdat.getFullImagePath("bn_manage.gif") %>" ALT="Manage" WIDTH=80 HEIGHT=24
|
||||
BORDER=0></A>
|
||||
<% } // end if %>
|
||||
<% if (data.canCreateConference()) { %>
|
||||
<A HREF="<%= rdat.getEncodedServletPath("confops?cmd=C&sig=" + data.getSIGID()) %>"><IMG
|
||||
SRC="<%= rdat.getFullImagePath("bn_create_new.gif") %>" ALT="Create New" WIDTH=80 HEIGHT=24 BORDER=0></A>
|
||||
</DIV>
|
||||
<% } // end if %>
|
||||
SRC="<%= rdat.getFullImagePath("bn_create_new.gif") %>" ALT="Create New" WIDTH=80 HEIGHT=24
|
||||
BORDER=0></A>
|
||||
<% } // end if %>
|
||||
</DIV>
|
||||
<% rdat.writeFooter(out); %>
|
||||
|
||||
Reference in New Issue
Block a user