Author: itthkjer
Date: 2006-03-31 13:25:45 +0200 (Fri, 31 Mar 2006)
New Revision: 2684

Modified:
   trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
new sitesearch platform, new css file

Modified: trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp   2006-03-31 
11:17:28 UTC (rev 2683)
+++ trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp   2006-03-31 
11:25:45 UTC (rev 2684)
@@ -80,6 +80,7 @@
 <head>
     <title><% if((q != null) && (!q.equals(""))){ %><%=q%> - <%}%>Sesam</title>
     <link media="screen" href="../css/decorator-style.css" rel="stylesheet" 
type="text/css" />
+    <link media="screen" href="../css/sitesearch.css" rel="stylesheet" 
type="text/css" />
     <link media="print" href="../css/print-style.css" rel="stylesheet" 
type="text/css" />
     <link rel="icon" href="../favicon.ico" type="image/x-icon" />
     <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
@@ -101,6 +102,7 @@
         context.put("response", response);
         context.put("page", siteMeshPage);
         context.put("base", request.getContextPath());
+        context.put("enrichments", enrichments);
         context.put("title", OutputConverter.convert(siteMeshPage.getTitle()));
         {
             final StringWriter buffer = new StringWriter();

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

Reply via email to