2006-02-22 05:53:23 +00:00
|
|
|
<%@include file="_info.jsp" %>
|
2006-05-02 17:39:22 +00:00
|
|
|
<script>
|
|
|
|
var host_name="<%= hostname %>"
|
|
|
|
</script>
|
2006-02-22 05:53:23 +00:00
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" type="text/css" href="solr-admin.css">
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/ico"></link>
|
|
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
|
|
|
|
<title>Solr admin page</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2006-05-02 17:39:22 +00:00
|
|
|
<a href="."><img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="Solr"></a>
|
2006-02-22 05:53:23 +00:00
|
|
|
<h1>Solr Admin (<%= collectionName %>)
|
|
|
|
<%= enabledStatus==null ? "" : (isEnabled ? " - Enabled" : " - Disabled") %> </h1>
|
|
|
|
|
|
|
|
<%= hostname %>:<%= port %><br/>
|
2006-05-21 21:55:12 +00:00
|
|
|
cwd=<%= cwd %> SolrHome=<%= solrHome %>
|