From 342a0041a5ff89b9a170531d831ad0a2802c2630 Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Wed, 25 Apr 2001 05:34:58 +0000 Subject: [PATCH] fixed bug that was causing the images on two "manage" pages not to show up --- web/format/conf_sequence.jsp | 16 +++++++-------- web/format/hotlist.jsp | 39 ++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/web/format/conf_sequence.jsp b/web/format/conf_sequence.jsp index 14932af..bf3aaf3 100644 --- a/web/format/conf_sequence.jsp +++ b/web/format/conf_sequence.jsp @@ -63,7 +63,7 @@ <% if (i==(data.getNumConferences()-1)) { %> <% } else { %> <% tail = "&cmd=SS&oc=" + data.getNextConfID(conf); %> ALT="Move Down" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_down.gif") %>" ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> @@ -71,13 +71,13 @@ <% if (i==0) { %> <% } else { %> <% tail = "&cmd=SS&oc=" + data.getPrevConfID(conf); %> ALT="Move Up" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_up.gif") %>" ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> "> ALT="Remove" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_x.gif") %>" ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> @@ -90,7 +90,7 @@
- ALT="Displayed (toggle)" BORDER=0 WIDTH=16 + " ALT="Displayed (toggle)" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> @@ -100,7 +100,7 @@
- ALT="Hidden (toggle)" BORDER=0 WIDTH=16 + " ALT="Hidden (toggle)" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> @@ -110,7 +110,7 @@
- ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> Click this symbol to move the specified conference down in the SIG's conference list. @@ -118,7 +118,7 @@
- ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> Click this symbol to move the specified conference up in the SIG's conference list. @@ -126,7 +126,7 @@
- ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> Click this symbol to delete the specified conference. You will be prompted to confirm this diff --git a/web/format/hotlist.jsp b/web/format/hotlist.jsp index c2ab595..409685b 100644 --- a/web/format/hotlist.jsp +++ b/web/format/hotlist.jsp @@ -24,74 +24,73 @@ Hotlist data = Hotlist.retrieve(request); Variables.failIfNull(data); RenderData rdat = RenderConfig.createRenderData(application,request,response); + String stdfont = rdat.getStdFontTag(null,2); %> <% if (rdat.useHTMLComments()) { %><% } %> <% rdat.writeContentHeader(out,"Your Conference Hotlist",null); %> -<%= rdat.getStdFontTag(null,2) %> - ">Return to Front Page -

+<%= stdfont %>">Return to Front Page

<% if (data.getHotlistSize()>0) { %> - +
<% for (int i=0; i <% ConferenceContext conf = data.getConference(i); String partial = "settings?sig=" + conf.getEnclosingSIG().getSIGID() + "&conf=" + conf.getConfID(); %> - + - <% } // end for %>
<% if (i==(data.getHotlistSize()-1)) { %> <% } else { %> "> ALT="Move Down" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_down.gif") %>" ALT="[Down]" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> <% if (i==0) { %> <% } else { %> "> ALT="Move Up" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_up.gif") %>" ALT="[Up]" BORDER=0 WIDTH=16 HEIGHT=16> <% } // end if %> "> ALT="Remove" BORDER=0 WIDTH=16 + SRC="<%= rdat.getFullImagePath("icn_x.gif") %>" ALT="[Remove]" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> - <%= StringUtil.encodeHTML(conf.getName()) %> + <%= stdfont %> + <%= StringUtil.encodeHTML(conf.getName()) %> (<%= StringUtil.encodeHTML(conf.getEnclosingSIG().getName()) %>)

- + - - + - - + -
- ALT="Move Down" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="[Down]" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> + <%= stdfont %> Click this symbol to move the specified conference down in your hotlist.
- ALT="Move Up" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="[Up]" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> + <%= stdfont %> Click this symbol to move the specified conference up in your hotlist.
- ALT="Remove" BORDER=0 WIDTH=16 HEIGHT=16> + " ALT="[Remove]" BORDER=0 WIDTH=16 HEIGHT=16> <%= rdat.getStdFontTag(null,2) %> + <%= stdfont %> Click this symbol to remove the specified conference from your hotlist.
<% } else { %> - <%= rdat.getStdFontTag(null,2) %> + <%= stdfont %> You have no conferences in your conference hotlist. You can add conferences to your hotlist by visiting the conferences and pressing the "Add to Hotlist" button.