Author: thamba
Date: 2006-04-05 17:16:39 +0200 (Wed, 05 Apr 2006)
New Revision: 2722

Modified:
   branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
   branches/BLOG_SEARCH/src/webapp/index.jsp
Log:
Changes 


Modified: 
branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-05 14:14:15 UTC (rev 2721)
+++ branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-05 15:16:39 UTC (rev 2722)
@@ -447,7 +447,7 @@
                            <% int i = 0; %>
                     <% for (Iterator iterator = sources.iterator(); 
iterator.hasNext();) {
                         Modifier e = (Modifier) iterator.next();
-                        if ( (currentC.equals("d") && 
!e.getName().equals("Netts�k")) || (currentC.equals("d") && searchType != null 
&& searchType.equals("g")) || currentC.equals("p")) {
+                        if ( (currentC.equals("d") && 
!e.getName().equals("Netts�k")) || (currentC.equals("d") && searchType != null 
&& searchType.equals("g")) || currentC.equals("p") || currentC.equals("b")) {
                             ++i;
                     %>
 
@@ -483,7 +483,6 @@
         </td>
        <% } %>
 
-            <!--<td class="cell_two" valign="top"><img src="../images/pix.gif" 
width="24" height="1" alt="" class="dash_<%=currentC%>" /></td>-->
            <%if ((currentC.equals("y") || currentC.equals("d")) && 
q.trim().equals("")) {%>
             <td valign="top" colspan="3">
             <% }else if (!currentC.equals("y") && !currentC.equals("yip") && 
!currentC.equals("w") && !currentC.equals("wip")) {%>
@@ -523,7 +522,7 @@
                                <decorator:getProperty 
property="page.tradedoubler"/>
                          <% } else { %>
 
-                       <table>
+                       <table border="0" width="100%">
                        <tr>
                         <decorator:getProperty property="page.spellcheck"/>
                          <td id="result_container">
@@ -728,6 +727,7 @@
 <% } else if (currentC.equals("w")) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=personsok";
 alt="" /></noscript>
 <% } else if (currentC.equals("wip")) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=personsok_info";
 alt="" /></noscript>
 <% } else if (currentC.equals("p")) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=bildesok";
 alt="" /></noscript>
+<% } else if (currentC.equals("b")) { %> <noscript><img 
src="http://statistik-gallup.net/v11***sesam_no/no/iso-8859-15/tmsec=sesam&amp;tmsec=bloggsok";
 alt="" /></noscript>
 <% } %>
 
 <!-- end gallup -->

Modified: branches/BLOG_SEARCH/src/webapp/index.jsp
===================================================================
(Binary files differ)

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to