SOLR-84: use new Solr logo in admin GUI

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2008-12-23 01:45:23 +00:00
parent 32443026f2
commit c3de2ce513
24 changed files with 18 additions and 16 deletions

View File

@ -231,6 +231,8 @@ Other Changes
12. SOLR-885: NamedListCodec is renamed to JavaBinCodec and returns Object instead of NamedList.
(Noble Paul, yonik via shalin)
13. SOLR-84: Use new Solr logo in admin (Michiel via koji)
Build
----------------------
1. SOLR-776: Added in ability to sign artifacts via Ant for releases (gsingers)

View File

@ -7,9 +7,9 @@
<body>
<div>
<div id="header">
<a href="http://lucene.apache.org/solr"><%=image_tag "solr.png"%></a><a href="http://wiki.apache.org/solr/Flare">flare</a>
<a href="http://lucene.apache.org/solr"><%=image_tag "solr_small.png"%></a><a href="http://wiki.apache.org/solr/Flare">flare</a>
</div>
<%= yield %>
</div>
</body>
</html>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -7,9 +7,9 @@
<body>
<div>
<div id="header">
<a href="http://lucene.apache.org/solr"><%=image_tag "solr.png"%></a><a href="http://wiki.apache.org/solr/Flare">flare</a>
<a href="http://lucene.apache.org/solr"><%=image_tag "solr_small.png"%></a><a href="http://wiki.apache.org/solr/Flare">flare</a>
</div>
<%= yield %>
</div>
</body>
</html>
</html>

View File

@ -39,7 +39,7 @@
|start Project Logo
+-->
<div class="projectlogo">
<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr.png" title="Solr Description"></a>
<a href="http://lucene.apache.org/solr/"><img class="logoImage" alt="Solr" src="images/solr_small.png" title="Solr Description"></a>
</div>
<!--+
|end Project Logo

View File

@ -54,7 +54,7 @@ public final class LogLevelSelection extends HttpServlet {
out.write("<title>Solr Admin: JDK Log Level Selector</title>\n");
out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"solr-admin.css\" />");
out.write("</head><body>\n");
out.write("<a href=\".\"><img border=\"0\" align=\"right\" height=\"61\" width=\"142\" src=\"solr-head.gif\" alt=\"Solr\"></a>");
out.write("<a href=\".\"><img border=\"0\" align=\"right\" height=\"78\" width=\"142\" src=\"solr_small.png\" alt=\"Solr\"></a>");
out.write("<h1>JDK Log Level Selector</h1>");
out.write("<p>Below is the complete JDK Log hierarchy with " +

View File

@ -40,7 +40,7 @@
</head>
<body>
<a href="">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR"/>
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR"/>
</a>
<h1>Solr Admin (<xsl:value-of select="solr/meta/collection" />)</h1>
<div style="margin-top: 1em;">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -33,7 +33,7 @@ var host_name="<%= hostname %>"
</head>
<body>
<a href="."><img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="Solr"></a>
<a href="."><img border="0" align="right" height="78" width="142" src="solr_small.png" alt="Solr"></a>
<h1>Solr Admin (<%= collectionName %>)
<%= enabledStatus==null ? "" : (isEnabled ? " - Enabled" : " - Disabled") %> </h1>

View File

@ -40,7 +40,7 @@
</head>
<body>
<a href="">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR">
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR">
</img>
</a>
<h1>Solr Admin (<xsl:value-of select="solr/meta/collection" />)</h1>

View File

@ -40,7 +40,7 @@
</head>
<body>
<a href=".">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR">
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR">
</img>
</a>
<h1>Solr Admin (<xsl:value-of select="solr/meta/collection" />)</h1>

View File

@ -42,7 +42,7 @@
</head>
<body>
<a href=".">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR">
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR">
</img>
</a>
<h1>SOLR Info (<xsl:value-of select="solr/schema" />)</h1>

View File

@ -68,7 +68,7 @@ if("false".equals((String)detailsMap.get("isMaster"))){
</head>
<body>
<a href=".."><img border="0" align="right" height="61" width="142" src="../solr-head.gif" alt="Solr"></a>
<a href=".."><img border="0" align="right" height="78" width="142" src="../solr_small.png" alt="Solr"></a>
<h1>Solr replication (<%= collectionName %>)
<%
if("true".equals((String)detailsMap.get("isMaster")))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -49,7 +49,7 @@
</head>
<body>
<a href=".">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR">
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR">
</img>
</a>
<h1><xsl:value-of select="$title"/></h1>

View File

@ -43,7 +43,7 @@
</head>
<body>
<a href=".">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR">
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR">
</img>
</a>
<h1>SOLR Search Results</h1>

View File

@ -40,7 +40,7 @@
</head>
<body>
<a href=".">
<img border="0" align="right" height="61" width="142" src="solr-head.gif" alt="SOLR"/>
<img border="0" align="right" height="78" width="142" src="solr_small.png" alt="SOLR"/>
</a>
<h1>Solr Admin (<xsl:value-of select="solr/meta/collection" />)</h1>
<h2>Thread Dump</h2>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -25,7 +25,7 @@
<body>
<h1>Welcome to Solr!</h1>
<a href="."><img border="0" align="right" height="61" width="142" src="admin/solr-head.gif" alt="Solr"/></a>
<a href="."><img border="0" align="right" height="78" width="142" src="admin/solr_small.png" alt="Solr"/></a>
<%
org.apache.solr.core.CoreContainer cores = (org.apache.solr.core.CoreContainer)request.getAttribute("org.apache.solr.CoreContainer");