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

Revision 7588, 5.5 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="replication" class="clearfix">
18
19  <div id="frame">
20
21    <div id="error"></div>
22
23    <div class="replicating block">
24
25      <div id="progress">
26
27        <div id="start"><div class="info">
28
29          <span>Wed May 11 19:41:48 UTC 2011</span>
30               
31        </div></div>
32
33        <div id="speed"><div class="info">
34
35          <span>5.1 MB</span>/s
36               
37        </div></div>
38
39        <div id="bar">
40
41          <div id="bar-info"><div class="info">
42
43            <div class="files"><span>24</span> Files</div>
44            <div class="size"><span>226.85 MB</span></div>
45
46          </div></div>
47
48          <div id="eta"><div class="info">
49
50            ETA: <span>25s</span>
51                   
52          </div></div>
53
54          <div id="done" style="width: 20.0%;">
55
56            <div class="percent">
57
58              <span>20</span>%
59
60            </div>
61
62            <div id="done-info"><div class="info">
63
64              <div class="files"><span>2</span> Files</div>
65              <div class="size"><span>91.76 MB</span></div>
66
67            </div></div>
68
69          </div>
70
71        </div>
72
73      </div>
74
75      <div id="current-file" class="clearfix">
76
77        <div class="label"><span class="loader">Current File:</span></div>
78        <div class="file">_a.fdt</div>
79        <div class="progress">
80          <span class="done">84 MB</span> / <span class="total">102.98 MB</span> [<span class="percent">81</span>%]
81        </div>
82
83      </div>
84       
85    </div>
86
87    <div id="iterations" class="slaveOnly block clearfix">
88
89      <div class="label"><span class="">Iterations:</span></div>
90      <div class="iterations">
91        <ul>
92        </ul>
93        <a>
94          <span class="expand">Show all Iterations</span>
95          <span class="collapse">Hide past Iterations</span>
96        </a>
97      </div>
98       
99    </div>
100
101    <div id="details" class="block clearfix">
102
103      <table border="0" cellspacing="0" cellpadding="0">
104
105        <thead>
106
107          <tr>
108                       
109            <td><span>Index</span></td>
110            <th>Version</th>
111            <th><abbr title="Generation">Gen</abbr></th>
112            <th>Size</th>
113                   
114          </tr>
115               
116        </thead>
117        <tbody>
118
119          <tr class="master">
120
121            <th>Master:</th>
122            <td class="version"><div></div></td>
123            <td class="generation"><div></div></td>
124            <td class="size"><div></div></td>
125
126          </tr>
127
128          <tr class="slave slaveOnly">
129
130            <th>Slave:</th>
131            <td class="version"><div></div></td>
132            <td class="generation"><div></div></td>
133            <td class="size"><div></div></td>
134
135          </tr>
136
137        </tbody>
138
139      </table>
140
141    </div>
142
143    <div id="settings" class="settings block clearfix slaveOnly">
144
145      <div class="label"><span>Settings:</span></div>
146      <ul>
147        <li class="masterUrl"><dl class="clearfix">
148          <dt>master url:</dt>
149            <dd></dd>
150        </dl></li>
151        <li class="isPollingDisabled"><dl class="clearfix">
152          <dt>polling enable:</dt>
153            <dd class="ico">&nbsp;</dd>
154        </dl></li>
155      </ul>
156       
157    </div>
158
159    <div id="master-settings" class="settings block clearfix">
160
161      <div class="label"><span>Settings (Master):</span></div>
162      <ul>
163        <li class="replicationEnabled"><dl class="clearfix">
164          <dt>replication enable:</dt>
165            <dd class="ico">&nbsp;</dd>
166        </dl></li>
167        <li class="replicateAfter"><dl class="clearfix">
168          <dt>replicateAfter:</dt>
169            <dd></dd>
170        </dl></li>
171        <li class="confFiles"><dl class="clearfix">
172          <dt>confFiles:</dt>
173            <dd></dd>
174        </dl></li>
175      </ul>
176       
177    </div>
178   
179  </div>
180
181  <div id="navigation">
182
183    <div class="timer">
184
185      <p>Next Run: <span class="approx">~</span><span class="tick">15m 8s</span></p>
186      <small>Sat Mar 03 11:00:00 CET 2012</smalL>
187
188    </div>
189
190    <button class="refresh-status"><span>Refresh Status</span></button>
191
192    <div class="slaveOnly">       
193      <button class="optional replicate-now primary" data-command="fetchindex"><span>Replicate now</span></button>
194      <button class="optional abort-replication warn" data-command="abortfetch"><span>Abort Replication</span></button>
195
196      <button class="optional disable-polling" data-command="disablepoll"><span>Disable Polling</span></button>
197      <button class="optional enable-polling" data-command="enablepoll"><span>Enable Polling</span></button>
198    </div>
199
200    <div class="masterOnly">
201      <button class="optional disable-replication warn" data-command="disablereplication"><span>Disable Replication<span></button>
202      <button class="optional enable-replication warn" data-command="enablereplication"><span>Enable Replication<span></button>
203    </div>
204   
205  </div>
206
207</div>
Note: See TracBrowser for help on using the repository browser.