adjust size of Solr logo;added enable/disable link;add javascript var for hostname

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2006-05-02 17:39:22 +00:00
parent e16e400afb
commit 6945bc6dc9
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
<%@include file="_info.jsp" %>
<script>
var host_name="<%= hostname %>"
</script>
<html>
<head>
@ -9,9 +12,9 @@
</head>
<body>
<a href="."><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="Solr"></a>
<a href="."><img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="Solr"></a>
<h1>Solr Admin (<%= collectionName %>)
<%= enabledStatus==null ? "" : (isEnabled ? " - Enabled" : " - Disabled") %> </h1>
<%= hostname %>:<%= port %><br/>
<%= cwd %>
<%= cwd %>