source: vlo/branches/vlo-3.0/vlo-solr/src/main/webapp/admin.html @ 4734

Last change on this file since 4734 was 4734, checked in by teckart@informatik.uni-leipzig.de, 10 years ago

Added files for Solr admin interface (directories: css, img, js, tpl + admin.html), updated web.xml

File size: 5.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3
4<!--
5Licensed to the Apache Software Foundation (ASF) under one or more
6contributor license agreements.  See the NOTICE file distributed with
7this work for additional information regarding copyright ownership.
8The ASF licenses this file to You under the Apache License, Version 2.0
9(the "License"); you may not use this file except in compliance with
10the License.  You may obtain a copy of the License at
11
12http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19-->
20
21<head>
22   
23  <title>Solr Admin</title>
24   
25  <link rel="icon" type="image/ico" href="img/favicon.ico?_=4.6.0">
26
27  <link rel="stylesheet" type="text/css" href="css/styles/common.css?_=4.6.0">
28  <link rel="stylesheet" type="text/css" href="css/styles/analysis.css?_=4.6.0">
29  <link rel="stylesheet" type="text/css" href="css/styles/cloud.css?_=4.6.0">
30  <link rel="stylesheet" type="text/css" href="css/styles/cores.css?_=4.6.0">
31  <link rel="stylesheet" type="text/css" href="css/styles/dashboard.css?_=4.6.0">
32  <link rel="stylesheet" type="text/css" href="css/styles/dataimport.css?_=4.6.0">
33  <link rel="stylesheet" type="text/css" href="css/styles/index.css?_=4.6.0">
34  <link rel="stylesheet" type="text/css" href="css/styles/java-properties.css?_=4.6.0">
35  <link rel="stylesheet" type="text/css" href="css/styles/logging.css?_=4.6.0">
36  <link rel="stylesheet" type="text/css" href="css/styles/menu.css?_=4.6.0">
37  <link rel="stylesheet" type="text/css" href="css/styles/plugins.css?_=4.6.0">
38  <link rel="stylesheet" type="text/css" href="css/styles/documents.css?_=4.6.0">
39  <link rel="stylesheet" type="text/css" href="css/styles/query.css?_=4.6.0">
40  <link rel="stylesheet" type="text/css" href="css/styles/replication.css?_=4.6.0">
41  <link rel="stylesheet" type="text/css" href="css/styles/schema-browser.css?_=4.6.0">
42  <link rel="stylesheet" type="text/css" href="css/styles/threads.css?_=4.6.0">
43  <link rel="stylesheet" type="text/css" href="css/chosen.css?_=4.6.0">
44
45  <meta http-equiv="x-ua-compatible" content="IE=9">
46   
47  <script type="text/javascript">
48   
49  var app_config = {};
50   
51  app_config.solr_path = '${contextPath}';
52  app_config.core_admin_path = '${adminPath}';
53   
54  </script>
55   
56</head>
57<body>
58   
59  <div id="wrapper">
60   
61    <div id="header">
62           
63      <a href="./" id="solr"><span>Apache SOLR</span></a>
64
65      <p id="environment">&nbsp;</p>
66
67    </div>
68
69    <div id="main" class="clearfix">
70   
71      <div id="init-failures">
72
73          <h2>SolrCore Initialization Failures</h2>
74          <ul></ul>
75          <p>Please check your logs for more information</p>
76               
77      </div>
78
79      <div id="content-wrapper">
80        <div id="content">
81                 
82          &nbsp;
83                 
84        </div>
85      </div>
86           
87      <div id="menu-wrapper">
88        <div>
89                 
90          <ul id="menu">
91
92            <li id="index" class="global"><p><a href="#/">Dashboard</a></p></li>
93
94            <li id="logging" class="global"><p><a href="#/~logging">Logging</a></p>
95              <ul>
96                <li class="level"><a href="#/~logging/level">Level</a></li>
97              </ul>
98            </li>
99
100            <li id="cloud" class="global optional"><p><a href="#/~cloud">Cloud</a></p>
101              <ul>
102                <li class="tree"><a href="#/~cloud?view=tree">Tree</a></li>
103                <li class="graph"><a href="#/~cloud">Graph</a></li>
104                <li class="rgraph"><a href="#/~cloud?view=rgraph">Graph (Radial)</a></li>
105                <li class="dump"><a href="#/~cloud">Dump</a></li>
106              </ul>
107            </li>
108
109            <li id="cores" class="global"><p><a href="#/~cores">Core Admin</a></p></li>
110
111            <li id="java-properties" class="global"><p><a href="#/~java-properties">Java Properties</a></li>
112
113            <li id="threads" class="global"><p><a href="#/~threads">Thread Dump</a></p></li>
114           
115          </ul>
116
117          <div id="core-selector">
118            <div id="has-cores">
119              <select data-placeholder="Core Selector"></select>
120            </div>
121            <p id="has-no-cores"><a href="#/~cores">
122              No cores available
123              <span>Go and create one</span>
124            </a></p>
125          </div>
126          <div id="core-menu">
127            <ul></ul>
128          </div>
129                 
130        </div>
131      </div>
132           
133      <div id="meta">
134               
135        <ul>
136                   
137          <li class="documentation"><a href="http://lucene.apache.org/solr/"><span>Documentation</span></a></li>
138          <li class="issues"><a href="http://issues.apache.org/jira/browse/SOLR"><span>Issue Tracker</span></a></li>
139          <li class="irc"><a href="http://webchat.freenode.net/?channels=#solr"><span>IRC Channel</span></a></li>
140          <li class="mailinglist"><a href="http://wiki.apache.org/solr/UsingMailingLists"><span>Community forum</span></a></li>
141          <li class="wiki-query-syntax"><a href="http://wiki.apache.org/solr/SolrQuerySyntax"><span>Solr Query Syntax</span></a></li>
142                   
143        </ul>
144               
145      </div>
146           
147    </div>
148   
149  </div>
150
151  <div id="connection_status">
152
153    <span>Connection lost 
</span>
154
155  </div>
156 
157  <script type="text/javascript"> var require = { urlArgs: '_=4.6.0' }; </script>
158  <script src="js/require.js?_=4.6.0" data-main="js/main"></script>
159
160</body>
161</html>
Note: See TracBrowser for help on using the repository browser.