mirror of https://github.com/apache/lucene.git
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:
parent
60e15b607c
commit
44d4da518f
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue