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

Revision 7588, 4.1 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="dashboard">
18
19  <div class="clearfix">
20
21    <div class="block fieldlist" id="statistics">
22
23      <h2><span>Statistics</span></h2>
24           
25      <div class="message-container">
26        <div class="message"></div>
27      </div>
28
29      <div class="content">
30               
31        <dl>
32                   
33          <dt class="index_last-modified">Last Modified:</dt>
34            <dd class="index_last-modified value timeago"></dd>
35
36          <dt class="index_num-docs">Num Docs:</dt>
37            <dd class="index_num-docs value"></dd>
38
39          <dt class="index_max-doc">Max Doc:</dt>
40            <dd class="index_max-doc value"></dd>
41
42          <dt class="index_version">Version:</dt>
43            <dd class="index_version value"></dd>
44
45          <dt class="index_segmentCount">Segment Count:</dt>
46            <dd class="index_segmentCount value"></dd>
47
48          <dt class="index_optimized">Optimized:</dt>
49            <dd class="index_optimized value ico"><span></span>
50            <a>optimize now</a></dd>
51
52          <dt class="index_current">Current:</dt>
53            <dd class="index_current value ico"><span></span></dd>
54                       
55        </dl>
56           
57      </div>
58    </div>
59
60    <div class="block" id="admin-extra">
61
62      <h2><span>Admin Extra</span></h2>
63           
64      <div class="message-container">
65        <div class="message"></div>
66      </div>
67
68      <div class="content">
69
70      </div>
71       
72    </div>
73
74  </div>
75  <div class="clearfix">
76
77    <div class="block" id="replication">
78
79      <h2><span class="is-replicating">Replication</span></h2>
80           
81      <div class="message-container">
82        <div class="message"></div>
83      </div>
84
85      <div class="content clearfix"id="details">
86
87        <table border="0" cellspacing="0" cellpadding="0">
88
89          <thead>
90
91            <tr>
92                           
93              <td><span>Index</span></td>
94              <th>Version</th>
95              <th><abbr title="Generation">Gen</abbr></th>
96              <th>Size</th>
97                       
98            </tr>
99                   
100          </thead>
101          <tbody>
102
103            <tr class="master">
104
105              <th>Master:</th>
106              <td class="version"><div>x</div></td>
107              <td class="generation"><div>y</div></td>
108              <td class="size"><div>z</div></td>
109
110            </tr>
111
112            <tr class="slave slaveOnly">
113
114              <th>Slave:</th>
115              <td class="version"><div>a</div></td>
116              <td class="generation"><div>c</div></td>
117              <td class="size"><div>c</div></td>
118
119            </tr>
120
121          </tbody>
122
123        </table>
124           
125      </div>
126    </div>
127
128    <div class="block" id="dataimport">
129
130      <h2><span>Dataimport</span></h2>
131           
132      <div class="message-container">
133        <div class="message"></div>
134      </div>
135
136      <div class="content"></div>
137    </div>
138
139  </div>
140 
141    <div class="block fieldlist" id="healthcheck">
142
143      <h2><span>Healthcheck</span></h2>
144
145      <div class="message-container">
146        <div class="message"></div>
147      </div>
148
149      <div class="content">
150        <dl>
151                   
152          <dt class="status">Status:</dt>
153          <dd class="status value ico">
154            <button class="healthcheck-status">Healthcheck Status</button>
155          </dd>
156        </dl>
157      </div>
158
159    </div>
160
161  </div>
162 
163
164</div>
Note: See TracBrowser for help on using the repository browser.