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

Revision 7588, 1.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="plugins" class="clearfix">
18
19  <div id="frame">
20
21  </div>
22
23  <div id="navigation" class="clearfix">
24
25    <ul>
26    </ul>
27 
28  </div>
29
30  <div id="recording">
31    <div class="wrapper clearfix">
32
33      <p class="loader">Watching for Changes</p>
34      <button class="primary">Stop &amp; Show Changes</button>
35
36    </div>
37  </div>
38
39</div>
Note: See TracBrowser for help on using the repository browser.