source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/tpl/schema-browser.html @ 7588

Revision 7588, 4.4 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1<!--
2Licensed to the Apache Software Foundation (ASF) under one or more
3contributor license agreements.  See the NOTICE file distributed with
4this work for additional information regarding copyright ownership.
5The ASF licenses this file to You under the Apache License, Version 2.0
6(the "License"); you may not use this file except in compliance with
7the License.  You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<div id="schema-browser" class="loaded">
18
19  <div class="clearfix">
20
21    <div id="data">
22
23      <div id="field">
24
25        <div class="field-options">
26
27          <div class="block head">
28            <h2>
29              <span class="type"></span>:
30              <span class="name"></span>
31            </h2>
32          </div>
33
34          <dl class="options clearfix">
35
36            <dt class="field-type">Field-Type:</dt>
37
38            <dt class="properties">Properties:</dt>
39
40            <dt class="schema">Schema:</dt>
41
42            <dt class="index">Index:</dt>
43
44            <dt class="position-increment-gap"><abbr title="Position Increment Gap">PI Gap</abbr>:</dt>
45
46            <dt class="docs">Docs:</dt>
47
48            <dt class="distinct">Distinct:</dt>
49                       
50          </dl>
51
52          <ul class="analyzer">
53            <li class="clearfix index">
54
55              <p><a><span>Index&nbsp;Analyzer:</span></a></p>
56              <dl>
57                <dt><a class="toggle"></a></dt>
58              </dl>
59
60              <ul>
61                <li class="clearfix charFilters">
62                  <p>Char Filters:</p>
63                  <dl>
64                  </dl>
65                </li>
66                <li class="clearfix tokenizer">
67                  <p>Tokenizer:</p>
68                  <dl>
69                  </dl>
70                </li>
71                <li class="clearfix filters">
72                  <p>Token Filters:</p>
73                  <dl>
74                  </dl>
75                </li>
76              </ul>
77                           
78            </li>
79            <li class="clearfix query">
80
81              <p><a><span>Query&nbsp;Analyzer:</span></a></p>
82              <dl>
83                <dt><a class="toggle"></a></dt>
84              </dl>
85
86              <ul>
87                <li class="clearfix charFilters">
88                  <p>Char Filters:</p>
89                  <dl>
90                  </dl>
91                </li>
92                <li class="clearfix tokenizer">
93                  <p>Tokenizer:</p>
94                  <dl>
95                  </dl>
96                </li>
97                <li class="clearfix filters">
98                  <p>Token Filters:</p>
99                  <dl>
100                  </dl>
101                </li>
102              </ul>
103                           
104            </li>
105          </ul>
106
107        </div>
108
109        <div class="terminfo-holder clearfix">
110
111          <div class="trigger">
112
113            <button class="submit"><span>Load Term Info</span></button>
114
115            <a class="autoload" title="Automatically load Term Info?"><span>Autoload</span></a>
116
117          </div>
118
119          <p class="status">Sorry, no Term Info available :(</p>
120
121          <div class="topterms-holder">
122
123            <form>
124            <p class="head">
125              <input type="text">
126              <a class="max-holder" title="Load all Top-Terms">/<span class="max"></span></a> Top-Terms:
127              <a id="query_link" href="#"><span>Query</span>&nbsp;</a>
128            </p>
129            </form>
130
131            <ul>
132
133            </ul>
134
135          </div>
136
137          <div class="histogram-holder">
138
139            <p class="head">Histogram:</p>
140
141            <div class="histogram"></div>
142
143            <dl class="clearfix">
144
145            </dl>
146                   
147          </div>
148
149        </div>
150
151      </div>
152
153    </div>
154
155    <div id="related">
156
157      <select>
158        <option value="" selected="selected">Please select ...</option>
159      </select>
160
161      <dl id="f-df-t">
162      </dl>
163
164      <dl class="ukf-dsf">
165
166        <dt class="unique-key-field">Unique Key Field</dt>
167
168        <dt class="default-search-field">Default Search Field</dt>
169           
170      </dl>   
171
172    </div>
173
174  </div>
175
176</div>
Note: See TracBrowser for help on using the repository browser.