Add Solr logo to Solritas /browse view, hyperlinks to clear all constraints

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2010-06-18 13:13:20 +00:00
parent 60e15b607c
commit 44d4da518f
2 changed files with 5 additions and 3 deletions

View File

@ -4,8 +4,9 @@
<div class="query-box">
<form id="query-form" action="#{url_for_home}#fqs($request.params.getParams('fq'))" method="GET">
<a href="#url_for_home#if($request.params.get('debugQuery'))?debugQuery=true#end">Find</a>:
<input type="text" id="q" name="q" value="$!esc.html($params.get('q'))"/>
<a href="#url_for_home#if($request.params.get('debugQuery'))?debugQuery=true#end"><img src="#{url_for_solr}/admin/solr_small.png" id="logo"/></a>
Find: <input type="text" id="q" name="q" value="$!esc.html($params.get('q'))"/>
#if($request.params.get('debugQuery'))
<input type="hidden" name="debugQuery" value="true"/>
#end

View File

@ -53,6 +53,7 @@ body {
#logo {
margin: 10px;
border-style: none;
}
.query-box, .constraints {
@ -67,7 +68,7 @@ body {
.query-box input {
margin-left: 8px;
width: 85%;
width: 60%;
}
.pagination {