Author: billa
Date: Tue May  2 10:42:28 2006
New Revision: 398981

URL: http://svn.apache.org/viewcvs?rev=398981&view=rev
Log:
allowed inclusion of customized content into first table

Modified:
    incubator/solr/trunk/src/webapp/resources/admin/index.jsp

Modified: incubator/solr/trunk/src/webapp/resources/admin/index.jsp
URL: 
http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/resources/admin/index.jsp?rev=398981&r1=398980&r2=398981&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/resources/admin/index.jsp (original)
+++ incubator/solr/trunk/src/webapp/resources/admin/index.jsp Tue May  2 
10:42:28 2006
@@ -3,7 +3,7 @@
 <!-- $Source: /cvs/main/searching/SolrServer/resources/admin/index.jsp,v $ -->
 <!-- $Name:  $ -->
 
-<%@ page import="java.util.Date"%>
+<%@ page import="java.util.Date" %>
 
 <!-- jsp:include page="header.jsp"/ -->
 <!-- do a verbatim include so we can use the local vars -->
@@ -63,6 +63,7 @@
   </td>
 </tr>
 -->
+<jsp:include page="get-file.jsp?file=admin-extra.html&optional=y" 
flush="true"/>
 
 </table><P>
 


Reply via email to