Update of /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/jsp/QueryUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11316/src/webapp/jsp/QueryUI
Modified Files:
PathQueryResults.jsp
Log Message:
TWEAK: added HR before new URLs to help break up the results.
Index: PathQueryResults.jsp
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/jsp/QueryUI/PathQueryResults.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PathQueryResults.jsp 20 Oct 2005 00:40:41 -0000 1.2
--- PathQueryResults.jsp 26 Oct 2005 01:13:30 -0000 1.3
***************
*** 52,56 ****
if(newUrl) {
%>
! <B><%= url %></B><BR>
<%
}
--- 52,56 ----
if(newUrl) {
%>
! <HR><B><%= url %></B><BR>
<%
}
|