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="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) { %> -
|