<% if (data.getNumConferences()>0) { %>
<% if (data.isConferenceHidden(conf)) { // conference is hidden - this command will show it tail = "&cmd=SH&flag=0"; image = "icn_off.gif"; alt = "Hidden (toggle)"; } // end if else { // conference is non-hidden - this command will hide it tail = "&cmd=SH&flag=1"; image = "icn_on.gif"; alt = "Displayed (toggle)"; } // end else %> | <% if (i==(data.getNumConferences()-1)) { %> <% } else { %> <% tail = "&cmd=SS&oc=" + data.getNextConfID(conf); %> " ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> | <% if (i==0) { %> <% } else { %> <% tail = "&cmd=SS&oc=" + data.getPrevConfID(conf); %> " ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> | ">" ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> <%= StringUtil.encodeHTML(conf.getName()) %> |
" ALT="Displayed (toggle)" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> This indicates that the conference is displayed in the SIG's conference list. Click the symbol to hide it. |
" ALT="Hidden (toggle)" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> This indicates that the conference is hidden in the SIG's conference list. Click the symbol to display it. |
" ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to move the specified conference down in the SIG's conference list. |
" ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to move the specified conference up in the SIG's conference list. |
" ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> | <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %> Click this symbol to delete the specified conference. You will be prompted to confirm this action. |