Same as the previous one, but exported per the guidelines on the nutch site.

-Pete

? .classpath
? .project
Index: include/style.html
===================================================================
RCS file: /cvsroot/nutch/nutch/src/web/include/style.html,v
retrieving revision 1.5
diff -u -r1.5 style.html
--- include/style.html 19 Jul 2004 17:10:16 -0000 1.5
+++ include/style.html 26 Oct 2004 22:09:17 -0000
@@ -7,6 +7,7 @@
.title { font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #FF9900; text-decoration: none}
.intro { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF9900; text-decoration: none}
.orangeTd {background-color: #FF9900}
+.serpsummary { width: 400px; }
ul {list-style-image: url(../img/reiter/ul.gif)}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;}
Index: jsp/search.jsp
===================================================================
RCS file: /cvsroot/nutch/nutch/src/web/jsp/search.jsp,v
retrieving revision 1.31
diff -u -r1.31 search.jsp
--- jsp/search.jsp 3 Oct 2004 22:23:31 -0000 1.31
+++ jsp/search.jsp 26 Oct 2004 22:09:17 -0000
@@ -182,10 +182,10 @@
%>
<b><a href="<%=url%>"><%=Entities.encode(title)%></a></b>
<%@ include file="./more.jsp" %>
+ <br>
<% if (!"".equals(summary)) { %>
- <br><%=summary%>
+ <div class="serpsummary"><%=summary%><div>
<% } %>
- <br>
<span class="url"><%=Entities.encode(url)%></span>
(<a href="/cached.jsp?<%=id%>"><i18n:message key="cached"/></a>)
(<a href="/explain.jsp? <%=id%>&query=<%=URLEncoder.encode(queryString)%>"><i18n:message key="explain"/></a>)




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to