Author: billa
Date: Tue May 2 11:18:36 2006
New Revision: 398997
URL: http://svn.apache.org/viewcvs?rev=398997&view=rev
Log:
initial version
Added:
incubator/solr/trunk/example/solr/conf/admin-extra.html
Added: incubator/solr/trunk/example/solr/conf/admin-extra.html
URL:
http://svn.apache.org/viewcvs/incubator/solr/trunk/example/solr/conf/admin-extra.html?rev=398997&view=auto
==============================================================================
--- incubator/solr/trunk/example/solr/conf/admin-extra.html (added)
+++ incubator/solr/trunk/example/solr/conf/admin-extra.html Tue May 2 11:18:36
2006
@@ -0,0 +1,14 @@
+<!-- The content of this page will be statically included into the top
+of the admin page. Uncomment this as an example to see there the content
+will show up.
+
+<hr>
+<i>This line will appear before the first table</i>
+<tr>
+<td colspan="2">
+This row will be appended to the end of the first table
+</td>
+</tr>
+<hr>
+
+-->