sunspot_solr 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/sunspot-solr +2 -6
- data/lib/sunspot/solr/server.rb +2 -3
- data/solr/README.txt +181 -181
- data/solr/bin/post +29 -19
- data/solr/bin/solr +247 -428
- data/solr/bin/solr.cmd +102 -256
- data/solr/bin/solr.in.cmd +15 -7
- data/solr/bin/solr.in.sh +26 -12
- data/solr/server/README.txt +110 -113
- data/solr/server/contexts/solr-jetty-context.xml +8 -8
- data/solr/server/etc/jetty-http.xml +47 -0
- data/solr/server/etc/jetty-https-ssl.xml +175 -159
- data/solr/server/etc/jetty-https.xml +53 -0
- data/solr/server/etc/jetty-ssl.xml +46 -0
- data/solr/server/etc/jetty.xml +189 -167
- data/solr/server/etc/webdefault.xml +527 -527
- data/solr/server/lib/javax.servlet-api-3.1.0.jar +0 -0
- data/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-http-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-io-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-security-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-server-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-util-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-xml-9.2.11.v20150529.jar +0 -0
- data/solr/server/modules/http.mod +9 -0
- data/solr/server/modules/https.mod +9 -0
- data/solr/server/modules/server.mod +11 -0
- data/solr/server/modules/ssl.mod +9 -0
- data/solr/server/resources/jetty-logging.properties +1 -0
- data/solr/server/resources/log4j.properties +24 -24
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{hadoop-annotations-2.3.0.jar → hadoop-annotations-2.6.0.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-common-5.0.0.jar → lucene-analyzers-common-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-kuromoji-5.0.0.jar → lucene-analyzers-kuromoji-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-phonetic-5.0.0.jar → lucene-analyzers-phonetic-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-expressions-5.0.0.jar → lucene-expressions-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-grouping-5.0.0.jar → lucene-grouping-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-queryparser-5.0.0.jar → lucene-queryparser-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/web.xml +169 -181
- data/solr/server/solr-webapp/webapp/WEB-INF/weblogic.xml +28 -28
- data/solr/server/solr-webapp/webapp/admin.html +164 -163
- data/solr/server/solr-webapp/webapp/css/angular/analysis.css +304 -0
- data/solr/server/solr-webapp/webapp/css/angular/chosen.css +465 -0
- data/solr/server/solr-webapp/webapp/css/angular/cloud.css +398 -0
- data/solr/server/solr-webapp/webapp/css/angular/common.css +724 -0
- data/solr/server/solr-webapp/webapp/css/angular/cores.css +233 -0
- data/solr/server/solr-webapp/webapp/css/angular/dataimport.css +370 -0
- data/solr/server/solr-webapp/webapp/css/angular/documents.css +179 -0
- data/solr/server/solr-webapp/webapp/css/angular/files.css +53 -0
- data/solr/server/solr-webapp/webapp/css/angular/index.css +206 -0
- data/solr/server/solr-webapp/webapp/css/angular/logging.css +376 -0
- data/solr/server/solr-webapp/webapp/css/angular/menu.css +321 -0
- data/solr/server/solr-webapp/webapp/css/angular/plugins.css +212 -0
- data/solr/server/solr-webapp/webapp/css/angular/query.css +162 -0
- data/solr/server/solr-webapp/webapp/css/angular/replication.css +500 -0
- data/solr/server/solr-webapp/webapp/css/angular/schema-browser.css +567 -0
- data/solr/server/solr-webapp/webapp/css/angular/segments.css +173 -0
- data/solr/server/solr-webapp/webapp/css/angular/threads.css +161 -0
- data/solr/server/solr-webapp/webapp/css/chosen.css +421 -421
- data/solr/server/solr-webapp/webapp/css/styles/analysis.css +311 -311
- data/solr/server/solr-webapp/webapp/css/styles/cloud.css +410 -410
- data/solr/server/solr-webapp/webapp/css/styles/common.css +701 -701
- data/solr/server/solr-webapp/webapp/css/styles/cores.css +244 -244
- data/solr/server/solr-webapp/webapp/css/styles/dashboard.css +155 -155
- data/solr/server/solr-webapp/webapp/css/styles/dataimport.css +403 -403
- data/solr/server/solr-webapp/webapp/css/styles/documents.css +197 -197
- data/solr/server/solr-webapp/webapp/css/styles/files.css +54 -54
- data/solr/server/solr-webapp/webapp/css/styles/index.css +207 -207
- data/solr/server/solr-webapp/webapp/css/styles/java-properties.css +52 -52
- data/solr/server/solr-webapp/webapp/css/styles/logging.css +391 -391
- data/solr/server/solr-webapp/webapp/css/styles/menu.css +329 -328
- data/solr/server/solr-webapp/webapp/css/styles/plugins.css +195 -195
- data/solr/server/solr-webapp/webapp/css/styles/query.css +173 -173
- data/solr/server/solr-webapp/webapp/css/styles/replication.css +515 -515
- data/solr/server/solr-webapp/webapp/css/styles/schema-browser.css +578 -578
- data/solr/server/solr-webapp/webapp/css/styles/segments.css +145 -0
- data/solr/server/solr-webapp/webapp/css/styles/threads.css +172 -172
- data/solr/server/solr-webapp/webapp/img/chosen-sprite-2x.png +0 -0
- data/solr/server/solr-webapp/webapp/img/filetypes/README +27 -27
- data/solr/server/solr-webapp/webapp/img/solr.svg +39 -39
- data/solr/server/solr-webapp/webapp/index.html +208 -0
- data/solr/server/solr-webapp/webapp/js/angular/app.js +713 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/analysis.js +199 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cloud.js +528 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/core-overview.js +225 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cores.js +465 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/dataimport.js +284 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/documents.js +139 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/files.js +92 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/index.js +95 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/java-properties.js +45 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/logging.js +146 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/plugins.js +166 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/query.js +99 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/replication.js +227 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/schema-browser.js +432 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/segments.js +94 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/threads.js +51 -0
- data/solr/server/solr-webapp/webapp/js/angular/services.js +214 -0
- data/solr/server/solr-webapp/webapp/js/lib/ZeroClipboard.js +342 -342
- data/solr/server/solr-webapp/webapp/js/lib/chosen.js +982 -982
- data/solr/server/solr-webapp/webapp/js/lib/console.js +29 -29
- data/solr/server/solr-webapp/webapp/js/lib/d3.js +9373 -9373
- data/solr/server/solr-webapp/webapp/js/lib/highlight.js +31 -31
- data/solr/server/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +30 -30
- data/solr/server/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +184 -184
- data/solr/server/solr-webapp/webapp/js/lib/jquery.blockUI.js +523 -523
- data/solr/server/solr-webapp/webapp/js/lib/jquery.cookie.js +71 -71
- data/solr/server/solr-webapp/webapp/js/lib/jquery.form.js +806 -806
- data/solr/server/solr-webapp/webapp/js/lib/jquery.jstree.js +3534 -3534
- data/solr/server/solr-webapp/webapp/js/lib/jquery.sammy.js +1863 -1863
- data/solr/server/solr-webapp/webapp/js/lib/jquery.timeago.js +189 -189
- data/solr/server/solr-webapp/webapp/js/lib/linker.js +48 -48
- data/solr/server/solr-webapp/webapp/js/lib/naturalSort.js +82 -0
- data/solr/server/solr-webapp/webapp/js/lib/order.js +216 -216
- data/solr/server/solr-webapp/webapp/js/main.js +60 -58
- data/solr/server/solr-webapp/webapp/js/require.js +11349 -11349
- data/solr/server/solr-webapp/webapp/js/scripts/analysis.js +545 -545
- data/solr/server/solr-webapp/webapp/js/scripts/app.js +680 -679
- data/solr/server/solr-webapp/webapp/js/scripts/cloud.js +877 -877
- data/solr/server/solr-webapp/webapp/js/scripts/cores.js +719 -719
- data/solr/server/solr-webapp/webapp/js/scripts/dashboard.js +562 -562
- data/solr/server/solr-webapp/webapp/js/scripts/dataimport.js +812 -812
- data/solr/server/solr-webapp/webapp/js/scripts/documents.js +370 -370
- data/solr/server/solr-webapp/webapp/js/scripts/files.js +265 -265
- data/solr/server/solr-webapp/webapp/js/scripts/index.js +340 -340
- data/solr/server/solr-webapp/webapp/js/scripts/java-properties.js +106 -106
- data/solr/server/solr-webapp/webapp/js/scripts/logging.js +578 -576
- data/solr/server/solr-webapp/webapp/js/scripts/ping.js +72 -72
- data/solr/server/solr-webapp/webapp/js/scripts/plugins.js +462 -462
- data/solr/server/solr-webapp/webapp/js/scripts/query.js +229 -229
- data/solr/server/solr-webapp/webapp/js/scripts/replication.js +527 -527
- data/solr/server/solr-webapp/webapp/js/scripts/schema-browser.js +1229 -1229
- data/solr/server/solr-webapp/webapp/js/scripts/segments.js +206 -0
- data/solr/server/solr-webapp/webapp/js/scripts/threads.js +158 -158
- data/solr/server/solr-webapp/webapp/libs/angular-chosen.js +139 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.js +229 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.min.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/angular-resource.min.js +36 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.js +1018 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.min.js +38 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.js +703 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.min.js +39 -0
- data/solr/server/solr-webapp/webapp/libs/angular.js +26093 -0
- data/solr/server/solr-webapp/webapp/libs/angular.min.js +273 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.js +1194 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js +30 -0
- data/solr/server/solr-webapp/webapp/libs/d3.js +9373 -0
- data/solr/server/solr-webapp/webapp/libs/highlight.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js +29 -0
- data/solr/server/solr-webapp/webapp/libs/jquery.jstree.js +3534 -0
- data/solr/server/solr-webapp/webapp/libs/ngtimeago.js +102 -0
- data/solr/server/solr-webapp/webapp/partials/analysis.html +128 -0
- data/solr/server/solr-webapp/webapp/partials/cloud.html +104 -0
- data/solr/server/solr-webapp/webapp/partials/core_overview.html +227 -0
- data/solr/server/solr-webapp/webapp/partials/cores.html +231 -0
- data/solr/server/solr-webapp/webapp/partials/dataimport.html +209 -0
- data/solr/server/solr-webapp/webapp/partials/documents.html +118 -0
- data/solr/server/solr-webapp/webapp/partials/files.html +47 -0
- data/solr/server/solr-webapp/webapp/partials/index.html +261 -0
- data/solr/server/solr-webapp/webapp/partials/java-properties.html +27 -0
- data/solr/server/solr-webapp/webapp/partials/logging-levels.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/logging.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/plugins.html +72 -0
- data/solr/server/solr-webapp/webapp/partials/query.html +356 -0
- data/solr/server/solr-webapp/webapp/partials/replication.html +239 -0
- data/solr/server/solr-webapp/webapp/partials/schema-browser.html +206 -0
- data/solr/server/solr-webapp/webapp/partials/segments.html +99 -0
- data/solr/server/solr-webapp/webapp/partials/threads.html +65 -0
- data/solr/server/solr-webapp/webapp/tpl/analysis.html +83 -83
- data/solr/server/solr-webapp/webapp/tpl/cloud.html +87 -87
- data/solr/server/solr-webapp/webapp/tpl/cores.html +226 -226
- data/solr/server/solr-webapp/webapp/tpl/dashboard.html +201 -201
- data/solr/server/solr-webapp/webapp/tpl/dataimport.html +183 -183
- data/solr/server/solr-webapp/webapp/tpl/documents.html +107 -107
- data/solr/server/solr-webapp/webapp/tpl/files.html +44 -44
- data/solr/server/solr-webapp/webapp/tpl/index.html +250 -250
- data/solr/server/solr-webapp/webapp/tpl/logging.html +23 -23
- data/solr/server/solr-webapp/webapp/tpl/plugins.html +39 -39
- data/solr/server/solr-webapp/webapp/tpl/query.html +361 -361
- data/solr/server/solr-webapp/webapp/tpl/replication.html +216 -216
- data/solr/server/solr-webapp/webapp/tpl/schema-browser.html +192 -192
- data/solr/server/solr-webapp/webapp/tpl/segments.html +49 -0
- data/solr/server/solr-webapp/webapp/tpl/threads.html +56 -56
- data/solr/server/solr/README.txt +77 -77
- data/solr/server/solr/solr.xml +51 -51
- data/solr/server/solr/zoo.cfg +17 -17
- data/solr/server/start.jar +0 -0
- data/spec/server_spec.rb +3 -8
- metadata +132 -43
- data/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-http-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-io-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-security-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-server-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-util-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-xml-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/servlet-api-3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/.gitignore +0 -1
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.0.0.jar +0 -0
- data/solr/server/webapps/solr.war +0 -0
@@ -1,515 +1,515 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
|
18
|
-
*/
|
19
|
-
|
20
|
-
#content #replication
|
21
|
-
{
|
22
|
-
background-image: url( ../../img/div.gif );
|
23
|
-
background-position: 21% 0;
|
24
|
-
background-repeat: repeat-y;
|
25
|
-
}
|
26
|
-
|
27
|
-
#content #replication #frame
|
28
|
-
{
|
29
|
-
float: right;
|
30
|
-
width: 78%;
|
31
|
-
}
|
32
|
-
|
33
|
-
#content #replication #navigation
|
34
|
-
{
|
35
|
-
border-right: 0;
|
36
|
-
float: left;
|
37
|
-
width: 20%;
|
38
|
-
}
|
39
|
-
|
40
|
-
#content #replication #error
|
41
|
-
{
|
42
|
-
background-color: #f00;
|
43
|
-
background-image: url( ../../img/ico/construction.png );
|
44
|
-
background-position: 10px 50%;
|
45
|
-
color: #fff;
|
46
|
-
display: none;
|
47
|
-
font-weight: bold;
|
48
|
-
margin-bottom: 20px;
|
49
|
-
padding: 10px;
|
50
|
-
padding-left: 35px;
|
51
|
-
}
|
52
|
-
|
53
|
-
#content #replication .block
|
54
|
-
{
|
55
|
-
border-bottom: 1px solid #c0c0c0;
|
56
|
-
margin-bottom: 20px;
|
57
|
-
padding-bottom: 20px;
|
58
|
-
}
|
59
|
-
|
60
|
-
#content #replication .block.last
|
61
|
-
{
|
62
|
-
border-bottom: 0;
|
63
|
-
}
|
64
|
-
|
65
|
-
#content #replication .masterOnly,
|
66
|
-
#content #replication .slaveOnly
|
67
|
-
{
|
68
|
-
display: none;
|
69
|
-
}
|
70
|
-
|
71
|
-
#content #replication.master .masterOnly
|
72
|
-
{
|
73
|
-
display: block;
|
74
|
-
}
|
75
|
-
|
76
|
-
#content #replication.slave .slaveOnly
|
77
|
-
{
|
78
|
-
display: block;
|
79
|
-
}
|
80
|
-
|
81
|
-
#content #replication .replicating
|
82
|
-
{
|
83
|
-
display: none;
|
84
|
-
}
|
85
|
-
|
86
|
-
#content #replication.replicating .replicating
|
87
|
-
{
|
88
|
-
display: block;
|
89
|
-
}
|
90
|
-
|
91
|
-
#content #replication #progress
|
92
|
-
{
|
93
|
-
padding-bottom: 80px;
|
94
|
-
position: relative;
|
95
|
-
}
|
96
|
-
|
97
|
-
#content #replication #progress .info
|
98
|
-
{
|
99
|
-
padding: 5px;
|
100
|
-
}
|
101
|
-
|
102
|
-
#content #replication #progress #start
|
103
|
-
{
|
104
|
-
margin-left: 100px;
|
105
|
-
border-left: 1px solid #c0c0c0;
|
106
|
-
}
|
107
|
-
|
108
|
-
#content #replication #progress #bar
|
109
|
-
{
|
110
|
-
background-color: #f0f0f0;
|
111
|
-
margin-left: 100px;
|
112
|
-
margin-right: 100px;
|
113
|
-
position: relative;
|
114
|
-
}
|
115
|
-
|
116
|
-
#content #replication #progress #bar #bar-info,
|
117
|
-
#content #replication #progress #bar #eta
|
118
|
-
{
|
119
|
-
position: absolute;
|
120
|
-
right: -100px;
|
121
|
-
width: 100px;
|
122
|
-
}
|
123
|
-
|
124
|
-
#content #replication #progress #bar #bar-info
|
125
|
-
{
|
126
|
-
border-left: 1px solid #f0f0f0;
|
127
|
-
margin-top: 30px;
|
128
|
-
}
|
129
|
-
|
130
|
-
#content #replication #progress #eta .info
|
131
|
-
{
|
132
|
-
color: #c0c0c0;
|
133
|
-
height: 30px;
|
134
|
-
line-height: 30px;
|
135
|
-
padding-top: 0;
|
136
|
-
padding-bottom: 0;
|
137
|
-
}
|
138
|
-
|
139
|
-
#content #replication #progress #speed
|
140
|
-
{
|
141
|
-
color: #c0c0c0;
|
142
|
-
position: absolute;
|
143
|
-
right: 100px;
|
144
|
-
top: 0;
|
145
|
-
}
|
146
|
-
|
147
|
-
#content #replication #progress #bar #done
|
148
|
-
{
|
149
|
-
background-color: #c0c0c0;
|
150
|
-
box-shadow: 5px 5px 10px #c0c0c0;
|
151
|
-
-moz-box-shadow: 5px 5px 10px #c0c0c0;
|
152
|
-
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
|
153
|
-
height: 30px;
|
154
|
-
position: relative;
|
155
|
-
}
|
156
|
-
|
157
|
-
#content #replication #progress #bar #done .percent
|
158
|
-
{
|
159
|
-
font-weight: bold;
|
160
|
-
height: 30px;
|
161
|
-
line-height: 30px;
|
162
|
-
padding-left: 5px;
|
163
|
-
padding-right: 5px;
|
164
|
-
position: absolute;
|
165
|
-
right: 0;
|
166
|
-
text-align: right;
|
167
|
-
}
|
168
|
-
|
169
|
-
#content #replication #progress #bar #done #done-info
|
170
|
-
{
|
171
|
-
border-right: 1px solid #c0c0c0;
|
172
|
-
position: absolute;
|
173
|
-
right: 0;
|
174
|
-
margin-top: 30px;
|
175
|
-
text-align: right;
|
176
|
-
width: 100px;
|
177
|
-
}
|
178
|
-
|
179
|
-
#content #replication #progress #bar #done #done-info .percent
|
180
|
-
{
|
181
|
-
font-weight: bold;
|
182
|
-
}
|
183
|
-
|
184
|
-
#content #replication .block .label,
|
185
|
-
#content #replication #current-file .file,
|
186
|
-
#content #replication #current-file .progress,
|
187
|
-
#content #replication #iterations .iterations
|
188
|
-
{
|
189
|
-
float: left;
|
190
|
-
}
|
191
|
-
|
192
|
-
#content #replication .block .label
|
193
|
-
{
|
194
|
-
width: 100px;
|
195
|
-
}
|
196
|
-
|
197
|
-
#content #replication .block .label span
|
198
|
-
{
|
199
|
-
display: block;
|
200
|
-
padding-left: 21px;
|
201
|
-
}
|
202
|
-
|
203
|
-
#content #replication #current-file
|
204
|
-
{
|
205
|
-
border-top: 1px solid #f0f0f0;
|
206
|
-
margin-top: 10px;
|
207
|
-
padding-top: 10px;
|
208
|
-
}
|
209
|
-
|
210
|
-
#content #replication #current-file .progress
|
211
|
-
{
|
212
|
-
color: #c0c0c0;
|
213
|
-
margin-left: 20px;
|
214
|
-
}
|
215
|
-
|
216
|
-
#content #replication #iterations .label span
|
217
|
-
{
|
218
|
-
background-image: url( ../../img/ico/node-design.png );
|
219
|
-
}
|
220
|
-
|
221
|
-
#content #replication #iterations .iterations li
|
222
|
-
{
|
223
|
-
background-position: 100% 50%;
|
224
|
-
display: none;
|
225
|
-
padding-right: 21px;
|
226
|
-
}
|
227
|
-
|
228
|
-
#content #replication #iterations .iterations.expanded li
|
229
|
-
{
|
230
|
-
display: block;
|
231
|
-
}
|
232
|
-
|
233
|
-
#content #replication #iterations .iterations .latest
|
234
|
-
{
|
235
|
-
display: block;
|
236
|
-
}
|
237
|
-
|
238
|
-
#content #replication #iterations .iterations .replicated
|
239
|
-
{
|
240
|
-
color: #80c480;
|
241
|
-
}
|
242
|
-
|
243
|
-
#content #replication #iterations .iterations ul:hover .replicated,
|
244
|
-
#content #replication #iterations .iterations .replicated.latest
|
245
|
-
{
|
246
|
-
color: #080;
|
247
|
-
}
|
248
|
-
|
249
|
-
#content #replication #iterations .iterations .replicated.latest
|
250
|
-
{
|
251
|
-
background-image: url( ../../img/ico/tick.png );
|
252
|
-
}
|
253
|
-
|
254
|
-
#content #replication #iterations .iterations .failed
|
255
|
-
{
|
256
|
-
color: #c48080;
|
257
|
-
}
|
258
|
-
|
259
|
-
#content #replication #iterations .iterations ul:hover .failed,
|
260
|
-
#content #replication #iterations .iterations .failed.latest
|
261
|
-
{
|
262
|
-
color: #800;
|
263
|
-
}
|
264
|
-
|
265
|
-
#content #replication #iterations .iterations .failed.latest
|
266
|
-
{
|
267
|
-
background-image: url( ../../img/ico/cross.png );
|
268
|
-
}
|
269
|
-
|
270
|
-
#content #replication #iterations .iterations a
|
271
|
-
{
|
272
|
-
border-top: 1px solid #f0f0f0;
|
273
|
-
display: none;
|
274
|
-
margin-top: 2px;
|
275
|
-
padding-top: 2px;
|
276
|
-
}
|
277
|
-
|
278
|
-
#content #replication #iterations .iterations a span
|
279
|
-
{
|
280
|
-
background-position: 0 50%;
|
281
|
-
color: #c0c0c0;
|
282
|
-
display: none;
|
283
|
-
padding-left: 21px;
|
284
|
-
}
|
285
|
-
|
286
|
-
#content #replication #iterations .iterations a span.expand
|
287
|
-
{
|
288
|
-
background-image: url( ../../img/ico/chevron-small-expand.png );
|
289
|
-
display: block;
|
290
|
-
}
|
291
|
-
|
292
|
-
#content #replication #iterations .iterations.expanded a span.expand
|
293
|
-
{
|
294
|
-
display: none;
|
295
|
-
}
|
296
|
-
|
297
|
-
#content #replication #iterations .iterations.expanded a span.collapse
|
298
|
-
{
|
299
|
-
background-image: url( ../../img/ico/chevron-small.png );
|
300
|
-
display: block;
|
301
|
-
}
|
302
|
-
|
303
|
-
#content #replication #details table
|
304
|
-
{
|
305
|
-
margin-left: 20px;
|
306
|
-
border-collapse: collapse;
|
307
|
-
}
|
308
|
-
|
309
|
-
#content #replication #details table th
|
310
|
-
{
|
311
|
-
text-align: left;
|
312
|
-
}
|
313
|
-
|
314
|
-
#content #replication.slave #details table .slaveOnly
|
315
|
-
{
|
316
|
-
display: table-row;
|
317
|
-
}
|
318
|
-
|
319
|
-
#content #replication #details table thead th
|
320
|
-
{
|
321
|
-
color: #c0c0c0;
|
322
|
-
}
|
323
|
-
|
324
|
-
#content #replication #details table thead th,
|
325
|
-
#content #replication #details table tbody td
|
326
|
-
{
|
327
|
-
padding-right: 20px;
|
328
|
-
}
|
329
|
-
|
330
|
-
#content #replication #details table thead td,
|
331
|
-
#content #replication #details table thead th,
|
332
|
-
#content #replication #details table tbody th,
|
333
|
-
#content #replication #details table tbody td div
|
334
|
-
{
|
335
|
-
padding-top: 3px;
|
336
|
-
padding-bottom: 3px;
|
337
|
-
}
|
338
|
-
|
339
|
-
#content #replication #details table tbody td,
|
340
|
-
#content #replication #details table tbody th
|
341
|
-
{
|
342
|
-
border-top: 1px solid #f0f0f0;
|
343
|
-
}
|
344
|
-
|
345
|
-
#content #replication #details table thead td
|
346
|
-
{
|
347
|
-
width: 100px;
|
348
|
-
}
|
349
|
-
|
350
|
-
#content #replication #details table thead td span
|
351
|
-
{
|
352
|
-
background-image: url( ../../img/ico/clipboard-list.png );
|
353
|
-
background-position: 0 50%;
|
354
|
-
display: block;
|
355
|
-
padding-left: 21px;
|
356
|
-
}
|
357
|
-
|
358
|
-
#content #replication #details table tbody th
|
359
|
-
{
|
360
|
-
padding-right: 10px;
|
361
|
-
text-align: right;
|
362
|
-
white-space: nowrap;
|
363
|
-
}
|
364
|
-
|
365
|
-
#content #replication #details table tbody .size
|
366
|
-
{
|
367
|
-
text-align: right;
|
368
|
-
white-space: nowrap;
|
369
|
-
}
|
370
|
-
|
371
|
-
#content #replication #details table tbody .generation div
|
372
|
-
{
|
373
|
-
text-align: center;
|
374
|
-
}
|
375
|
-
|
376
|
-
#content #replication #details table tbody .diff div
|
377
|
-
{
|
378
|
-
background-color: #fcfcc9;
|
379
|
-
padding-left: 1px;
|
380
|
-
padding-right: 1px;
|
381
|
-
}
|
382
|
-
|
383
|
-
#content #replication .settings .label span
|
384
|
-
{
|
385
|
-
background-image: url( ../../img/ico/hammer-screwdriver.png );
|
386
|
-
}
|
387
|
-
|
388
|
-
#content #replication .settings ul,
|
389
|
-
#content #replication .settings dl dt,
|
390
|
-
#content #replication .settings dl dd
|
391
|
-
{
|
392
|
-
float: left;
|
393
|
-
}
|
394
|
-
|
395
|
-
#content #replication .settings ul li
|
396
|
-
{
|
397
|
-
border-top: 1px solid #f0f0f0;
|
398
|
-
display: none;
|
399
|
-
padding-top: 3px;
|
400
|
-
padding-top: 3px;
|
401
|
-
}
|
402
|
-
|
403
|
-
#content #replication .settings ul li:first-child
|
404
|
-
{
|
405
|
-
border-top: 0;
|
406
|
-
padding-top: 0;
|
407
|
-
}
|
408
|
-
|
409
|
-
#content #replication .settings dl dt
|
410
|
-
{
|
411
|
-
clear: left;
|
412
|
-
margin-right: 5px;
|
413
|
-
width: 120px;
|
414
|
-
}
|
415
|
-
|
416
|
-
#content #replication .settings dl .ico
|
417
|
-
{
|
418
|
-
background-position: 0 50%;
|
419
|
-
padding-left: 21px;
|
420
|
-
}
|
421
|
-
|
422
|
-
#content #replication .settings dl .ico.ico-0
|
423
|
-
{
|
424
|
-
background-image: url( ../../img/ico/slash.png );
|
425
|
-
}
|
426
|
-
|
427
|
-
#content #replication .settings dl .ico.ico-1
|
428
|
-
{
|
429
|
-
background-image: url( ../../img/ico/tick.png );
|
430
|
-
}
|
431
|
-
|
432
|
-
#content #replication .timer
|
433
|
-
{
|
434
|
-
box-shadow: 5px 5px 10px #c0c0c0;
|
435
|
-
-moz-box-shadow: 5px 5px 10px #c0c0c0;
|
436
|
-
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
|
437
|
-
display: none;
|
438
|
-
margin-bottom: 20px;
|
439
|
-
padding: 10px;
|
440
|
-
}
|
441
|
-
|
442
|
-
#content #replication .timer p,
|
443
|
-
#content #replication .timer small
|
444
|
-
{
|
445
|
-
padding-left: 21px;
|
446
|
-
}
|
447
|
-
|
448
|
-
#content #replication .timer p
|
449
|
-
{
|
450
|
-
background-image: url( ../../img/ico/clock-select-remain.png );
|
451
|
-
background-position: 0 50%;
|
452
|
-
}
|
453
|
-
|
454
|
-
#content #replication .timer p .approx
|
455
|
-
{
|
456
|
-
color: #c0c0c0;
|
457
|
-
margin-right: 1px;
|
458
|
-
}
|
459
|
-
|
460
|
-
#content #replication .timer p .tick
|
461
|
-
{
|
462
|
-
font-weight: bold;
|
463
|
-
}
|
464
|
-
|
465
|
-
#content #replication .timer small
|
466
|
-
{
|
467
|
-
color: #c0c0c0;
|
468
|
-
display: none;
|
469
|
-
}
|
470
|
-
|
471
|
-
#content #replication #navigation button
|
472
|
-
{
|
473
|
-
display: block;
|
474
|
-
margin-bottom: 10px;
|
475
|
-
}
|
476
|
-
|
477
|
-
#content #replication #navigation button.optional
|
478
|
-
{
|
479
|
-
display: none;
|
480
|
-
}
|
481
|
-
|
482
|
-
#content #replication #navigation .replicate-now span
|
483
|
-
{
|
484
|
-
background-image: url( ../../img/ico/document-convert.png );
|
485
|
-
}
|
486
|
-
|
487
|
-
#content #replication #navigation .abort-replication span
|
488
|
-
{
|
489
|
-
background-image: url( ../../img/ico/hand.png );
|
490
|
-
}
|
491
|
-
|
492
|
-
#content #replication #navigation .disable-polling span
|
493
|
-
{
|
494
|
-
background-image: url( ../../img/ico/cross.png );
|
495
|
-
}
|
496
|
-
|
497
|
-
#content #replication #navigation .enable-polling span
|
498
|
-
{
|
499
|
-
background-image: url( ../../img/ico/tick.png );
|
500
|
-
}
|
501
|
-
|
502
|
-
#content #replication #navigation .disable-replication span
|
503
|
-
{
|
504
|
-
background-image: url( ../../img/ico/cross.png );
|
505
|
-
}
|
506
|
-
|
507
|
-
#content #replication #navigation .enable-replication span
|
508
|
-
{
|
509
|
-
background-image: url( ../../img/ico/tick.png );
|
510
|
-
}
|
511
|
-
|
512
|
-
#content #replication #navigation .refresh-status span
|
513
|
-
{
|
514
|
-
background-image: url( ../../img/ico/arrow-circle.png );
|
515
|
-
}
|
1
|
+
/*
|
2
|
+
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
5
|
+
this work for additional information regarding copyright ownership.
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
8
|
+
the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
See the License for the specific language governing permissions and
|
16
|
+
limitations under the License.
|
17
|
+
|
18
|
+
*/
|
19
|
+
|
20
|
+
#content #replication
|
21
|
+
{
|
22
|
+
background-image: url( ../../img/div.gif );
|
23
|
+
background-position: 21% 0;
|
24
|
+
background-repeat: repeat-y;
|
25
|
+
}
|
26
|
+
|
27
|
+
#content #replication #frame
|
28
|
+
{
|
29
|
+
float: right;
|
30
|
+
width: 78%;
|
31
|
+
}
|
32
|
+
|
33
|
+
#content #replication #navigation
|
34
|
+
{
|
35
|
+
border-right: 0;
|
36
|
+
float: left;
|
37
|
+
width: 20%;
|
38
|
+
}
|
39
|
+
|
40
|
+
#content #replication #error
|
41
|
+
{
|
42
|
+
background-color: #f00;
|
43
|
+
background-image: url( ../../img/ico/construction.png );
|
44
|
+
background-position: 10px 50%;
|
45
|
+
color: #fff;
|
46
|
+
display: none;
|
47
|
+
font-weight: bold;
|
48
|
+
margin-bottom: 20px;
|
49
|
+
padding: 10px;
|
50
|
+
padding-left: 35px;
|
51
|
+
}
|
52
|
+
|
53
|
+
#content #replication .block
|
54
|
+
{
|
55
|
+
border-bottom: 1px solid #c0c0c0;
|
56
|
+
margin-bottom: 20px;
|
57
|
+
padding-bottom: 20px;
|
58
|
+
}
|
59
|
+
|
60
|
+
#content #replication .block.last
|
61
|
+
{
|
62
|
+
border-bottom: 0;
|
63
|
+
}
|
64
|
+
|
65
|
+
#content #replication .masterOnly,
|
66
|
+
#content #replication .slaveOnly
|
67
|
+
{
|
68
|
+
display: none;
|
69
|
+
}
|
70
|
+
|
71
|
+
#content #replication.master .masterOnly
|
72
|
+
{
|
73
|
+
display: block;
|
74
|
+
}
|
75
|
+
|
76
|
+
#content #replication.slave .slaveOnly
|
77
|
+
{
|
78
|
+
display: block;
|
79
|
+
}
|
80
|
+
|
81
|
+
#content #replication .replicating
|
82
|
+
{
|
83
|
+
display: none;
|
84
|
+
}
|
85
|
+
|
86
|
+
#content #replication.replicating .replicating
|
87
|
+
{
|
88
|
+
display: block;
|
89
|
+
}
|
90
|
+
|
91
|
+
#content #replication #progress
|
92
|
+
{
|
93
|
+
padding-bottom: 80px;
|
94
|
+
position: relative;
|
95
|
+
}
|
96
|
+
|
97
|
+
#content #replication #progress .info
|
98
|
+
{
|
99
|
+
padding: 5px;
|
100
|
+
}
|
101
|
+
|
102
|
+
#content #replication #progress #start
|
103
|
+
{
|
104
|
+
margin-left: 100px;
|
105
|
+
border-left: 1px solid #c0c0c0;
|
106
|
+
}
|
107
|
+
|
108
|
+
#content #replication #progress #bar
|
109
|
+
{
|
110
|
+
background-color: #f0f0f0;
|
111
|
+
margin-left: 100px;
|
112
|
+
margin-right: 100px;
|
113
|
+
position: relative;
|
114
|
+
}
|
115
|
+
|
116
|
+
#content #replication #progress #bar #bar-info,
|
117
|
+
#content #replication #progress #bar #eta
|
118
|
+
{
|
119
|
+
position: absolute;
|
120
|
+
right: -100px;
|
121
|
+
width: 100px;
|
122
|
+
}
|
123
|
+
|
124
|
+
#content #replication #progress #bar #bar-info
|
125
|
+
{
|
126
|
+
border-left: 1px solid #f0f0f0;
|
127
|
+
margin-top: 30px;
|
128
|
+
}
|
129
|
+
|
130
|
+
#content #replication #progress #eta .info
|
131
|
+
{
|
132
|
+
color: #c0c0c0;
|
133
|
+
height: 30px;
|
134
|
+
line-height: 30px;
|
135
|
+
padding-top: 0;
|
136
|
+
padding-bottom: 0;
|
137
|
+
}
|
138
|
+
|
139
|
+
#content #replication #progress #speed
|
140
|
+
{
|
141
|
+
color: #c0c0c0;
|
142
|
+
position: absolute;
|
143
|
+
right: 100px;
|
144
|
+
top: 0;
|
145
|
+
}
|
146
|
+
|
147
|
+
#content #replication #progress #bar #done
|
148
|
+
{
|
149
|
+
background-color: #c0c0c0;
|
150
|
+
box-shadow: 5px 5px 10px #c0c0c0;
|
151
|
+
-moz-box-shadow: 5px 5px 10px #c0c0c0;
|
152
|
+
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
|
153
|
+
height: 30px;
|
154
|
+
position: relative;
|
155
|
+
}
|
156
|
+
|
157
|
+
#content #replication #progress #bar #done .percent
|
158
|
+
{
|
159
|
+
font-weight: bold;
|
160
|
+
height: 30px;
|
161
|
+
line-height: 30px;
|
162
|
+
padding-left: 5px;
|
163
|
+
padding-right: 5px;
|
164
|
+
position: absolute;
|
165
|
+
right: 0;
|
166
|
+
text-align: right;
|
167
|
+
}
|
168
|
+
|
169
|
+
#content #replication #progress #bar #done #done-info
|
170
|
+
{
|
171
|
+
border-right: 1px solid #c0c0c0;
|
172
|
+
position: absolute;
|
173
|
+
right: 0;
|
174
|
+
margin-top: 30px;
|
175
|
+
text-align: right;
|
176
|
+
width: 100px;
|
177
|
+
}
|
178
|
+
|
179
|
+
#content #replication #progress #bar #done #done-info .percent
|
180
|
+
{
|
181
|
+
font-weight: bold;
|
182
|
+
}
|
183
|
+
|
184
|
+
#content #replication .block .label,
|
185
|
+
#content #replication #current-file .file,
|
186
|
+
#content #replication #current-file .progress,
|
187
|
+
#content #replication #iterations .iterations
|
188
|
+
{
|
189
|
+
float: left;
|
190
|
+
}
|
191
|
+
|
192
|
+
#content #replication .block .label
|
193
|
+
{
|
194
|
+
width: 100px;
|
195
|
+
}
|
196
|
+
|
197
|
+
#content #replication .block .label span
|
198
|
+
{
|
199
|
+
display: block;
|
200
|
+
padding-left: 21px;
|
201
|
+
}
|
202
|
+
|
203
|
+
#content #replication #current-file
|
204
|
+
{
|
205
|
+
border-top: 1px solid #f0f0f0;
|
206
|
+
margin-top: 10px;
|
207
|
+
padding-top: 10px;
|
208
|
+
}
|
209
|
+
|
210
|
+
#content #replication #current-file .progress
|
211
|
+
{
|
212
|
+
color: #c0c0c0;
|
213
|
+
margin-left: 20px;
|
214
|
+
}
|
215
|
+
|
216
|
+
#content #replication #iterations .label span
|
217
|
+
{
|
218
|
+
background-image: url( ../../img/ico/node-design.png );
|
219
|
+
}
|
220
|
+
|
221
|
+
#content #replication #iterations .iterations li
|
222
|
+
{
|
223
|
+
background-position: 100% 50%;
|
224
|
+
display: none;
|
225
|
+
padding-right: 21px;
|
226
|
+
}
|
227
|
+
|
228
|
+
#content #replication #iterations .iterations.expanded li
|
229
|
+
{
|
230
|
+
display: block;
|
231
|
+
}
|
232
|
+
|
233
|
+
#content #replication #iterations .iterations .latest
|
234
|
+
{
|
235
|
+
display: block;
|
236
|
+
}
|
237
|
+
|
238
|
+
#content #replication #iterations .iterations .replicated
|
239
|
+
{
|
240
|
+
color: #80c480;
|
241
|
+
}
|
242
|
+
|
243
|
+
#content #replication #iterations .iterations ul:hover .replicated,
|
244
|
+
#content #replication #iterations .iterations .replicated.latest
|
245
|
+
{
|
246
|
+
color: #080;
|
247
|
+
}
|
248
|
+
|
249
|
+
#content #replication #iterations .iterations .replicated.latest
|
250
|
+
{
|
251
|
+
background-image: url( ../../img/ico/tick.png );
|
252
|
+
}
|
253
|
+
|
254
|
+
#content #replication #iterations .iterations .failed
|
255
|
+
{
|
256
|
+
color: #c48080;
|
257
|
+
}
|
258
|
+
|
259
|
+
#content #replication #iterations .iterations ul:hover .failed,
|
260
|
+
#content #replication #iterations .iterations .failed.latest
|
261
|
+
{
|
262
|
+
color: #800;
|
263
|
+
}
|
264
|
+
|
265
|
+
#content #replication #iterations .iterations .failed.latest
|
266
|
+
{
|
267
|
+
background-image: url( ../../img/ico/cross.png );
|
268
|
+
}
|
269
|
+
|
270
|
+
#content #replication #iterations .iterations a
|
271
|
+
{
|
272
|
+
border-top: 1px solid #f0f0f0;
|
273
|
+
display: none;
|
274
|
+
margin-top: 2px;
|
275
|
+
padding-top: 2px;
|
276
|
+
}
|
277
|
+
|
278
|
+
#content #replication #iterations .iterations a span
|
279
|
+
{
|
280
|
+
background-position: 0 50%;
|
281
|
+
color: #c0c0c0;
|
282
|
+
display: none;
|
283
|
+
padding-left: 21px;
|
284
|
+
}
|
285
|
+
|
286
|
+
#content #replication #iterations .iterations a span.expand
|
287
|
+
{
|
288
|
+
background-image: url( ../../img/ico/chevron-small-expand.png );
|
289
|
+
display: block;
|
290
|
+
}
|
291
|
+
|
292
|
+
#content #replication #iterations .iterations.expanded a span.expand
|
293
|
+
{
|
294
|
+
display: none;
|
295
|
+
}
|
296
|
+
|
297
|
+
#content #replication #iterations .iterations.expanded a span.collapse
|
298
|
+
{
|
299
|
+
background-image: url( ../../img/ico/chevron-small.png );
|
300
|
+
display: block;
|
301
|
+
}
|
302
|
+
|
303
|
+
#content #replication #details table
|
304
|
+
{
|
305
|
+
margin-left: 20px;
|
306
|
+
border-collapse: collapse;
|
307
|
+
}
|
308
|
+
|
309
|
+
#content #replication #details table th
|
310
|
+
{
|
311
|
+
text-align: left;
|
312
|
+
}
|
313
|
+
|
314
|
+
#content #replication.slave #details table .slaveOnly
|
315
|
+
{
|
316
|
+
display: table-row;
|
317
|
+
}
|
318
|
+
|
319
|
+
#content #replication #details table thead th
|
320
|
+
{
|
321
|
+
color: #c0c0c0;
|
322
|
+
}
|
323
|
+
|
324
|
+
#content #replication #details table thead th,
|
325
|
+
#content #replication #details table tbody td
|
326
|
+
{
|
327
|
+
padding-right: 20px;
|
328
|
+
}
|
329
|
+
|
330
|
+
#content #replication #details table thead td,
|
331
|
+
#content #replication #details table thead th,
|
332
|
+
#content #replication #details table tbody th,
|
333
|
+
#content #replication #details table tbody td div
|
334
|
+
{
|
335
|
+
padding-top: 3px;
|
336
|
+
padding-bottom: 3px;
|
337
|
+
}
|
338
|
+
|
339
|
+
#content #replication #details table tbody td,
|
340
|
+
#content #replication #details table tbody th
|
341
|
+
{
|
342
|
+
border-top: 1px solid #f0f0f0;
|
343
|
+
}
|
344
|
+
|
345
|
+
#content #replication #details table thead td
|
346
|
+
{
|
347
|
+
width: 100px;
|
348
|
+
}
|
349
|
+
|
350
|
+
#content #replication #details table thead td span
|
351
|
+
{
|
352
|
+
background-image: url( ../../img/ico/clipboard-list.png );
|
353
|
+
background-position: 0 50%;
|
354
|
+
display: block;
|
355
|
+
padding-left: 21px;
|
356
|
+
}
|
357
|
+
|
358
|
+
#content #replication #details table tbody th
|
359
|
+
{
|
360
|
+
padding-right: 10px;
|
361
|
+
text-align: right;
|
362
|
+
white-space: nowrap;
|
363
|
+
}
|
364
|
+
|
365
|
+
#content #replication #details table tbody .size
|
366
|
+
{
|
367
|
+
text-align: right;
|
368
|
+
white-space: nowrap;
|
369
|
+
}
|
370
|
+
|
371
|
+
#content #replication #details table tbody .generation div
|
372
|
+
{
|
373
|
+
text-align: center;
|
374
|
+
}
|
375
|
+
|
376
|
+
#content #replication #details table tbody .diff div
|
377
|
+
{
|
378
|
+
background-color: #fcfcc9;
|
379
|
+
padding-left: 1px;
|
380
|
+
padding-right: 1px;
|
381
|
+
}
|
382
|
+
|
383
|
+
#content #replication .settings .label span
|
384
|
+
{
|
385
|
+
background-image: url( ../../img/ico/hammer-screwdriver.png );
|
386
|
+
}
|
387
|
+
|
388
|
+
#content #replication .settings ul,
|
389
|
+
#content #replication .settings dl dt,
|
390
|
+
#content #replication .settings dl dd
|
391
|
+
{
|
392
|
+
float: left;
|
393
|
+
}
|
394
|
+
|
395
|
+
#content #replication .settings ul li
|
396
|
+
{
|
397
|
+
border-top: 1px solid #f0f0f0;
|
398
|
+
display: none;
|
399
|
+
padding-top: 3px;
|
400
|
+
padding-top: 3px;
|
401
|
+
}
|
402
|
+
|
403
|
+
#content #replication .settings ul li:first-child
|
404
|
+
{
|
405
|
+
border-top: 0;
|
406
|
+
padding-top: 0;
|
407
|
+
}
|
408
|
+
|
409
|
+
#content #replication .settings dl dt
|
410
|
+
{
|
411
|
+
clear: left;
|
412
|
+
margin-right: 5px;
|
413
|
+
width: 120px;
|
414
|
+
}
|
415
|
+
|
416
|
+
#content #replication .settings dl .ico
|
417
|
+
{
|
418
|
+
background-position: 0 50%;
|
419
|
+
padding-left: 21px;
|
420
|
+
}
|
421
|
+
|
422
|
+
#content #replication .settings dl .ico.ico-0
|
423
|
+
{
|
424
|
+
background-image: url( ../../img/ico/slash.png );
|
425
|
+
}
|
426
|
+
|
427
|
+
#content #replication .settings dl .ico.ico-1
|
428
|
+
{
|
429
|
+
background-image: url( ../../img/ico/tick.png );
|
430
|
+
}
|
431
|
+
|
432
|
+
#content #replication .timer
|
433
|
+
{
|
434
|
+
box-shadow: 5px 5px 10px #c0c0c0;
|
435
|
+
-moz-box-shadow: 5px 5px 10px #c0c0c0;
|
436
|
+
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
|
437
|
+
display: none;
|
438
|
+
margin-bottom: 20px;
|
439
|
+
padding: 10px;
|
440
|
+
}
|
441
|
+
|
442
|
+
#content #replication .timer p,
|
443
|
+
#content #replication .timer small
|
444
|
+
{
|
445
|
+
padding-left: 21px;
|
446
|
+
}
|
447
|
+
|
448
|
+
#content #replication .timer p
|
449
|
+
{
|
450
|
+
background-image: url( ../../img/ico/clock-select-remain.png );
|
451
|
+
background-position: 0 50%;
|
452
|
+
}
|
453
|
+
|
454
|
+
#content #replication .timer p .approx
|
455
|
+
{
|
456
|
+
color: #c0c0c0;
|
457
|
+
margin-right: 1px;
|
458
|
+
}
|
459
|
+
|
460
|
+
#content #replication .timer p .tick
|
461
|
+
{
|
462
|
+
font-weight: bold;
|
463
|
+
}
|
464
|
+
|
465
|
+
#content #replication .timer small
|
466
|
+
{
|
467
|
+
color: #c0c0c0;
|
468
|
+
display: none;
|
469
|
+
}
|
470
|
+
|
471
|
+
#content #replication #navigation button
|
472
|
+
{
|
473
|
+
display: block;
|
474
|
+
margin-bottom: 10px;
|
475
|
+
}
|
476
|
+
|
477
|
+
#content #replication #navigation button.optional
|
478
|
+
{
|
479
|
+
display: none;
|
480
|
+
}
|
481
|
+
|
482
|
+
#content #replication #navigation .replicate-now span
|
483
|
+
{
|
484
|
+
background-image: url( ../../img/ico/document-convert.png );
|
485
|
+
}
|
486
|
+
|
487
|
+
#content #replication #navigation .abort-replication span
|
488
|
+
{
|
489
|
+
background-image: url( ../../img/ico/hand.png );
|
490
|
+
}
|
491
|
+
|
492
|
+
#content #replication #navigation .disable-polling span
|
493
|
+
{
|
494
|
+
background-image: url( ../../img/ico/cross.png );
|
495
|
+
}
|
496
|
+
|
497
|
+
#content #replication #navigation .enable-polling span
|
498
|
+
{
|
499
|
+
background-image: url( ../../img/ico/tick.png );
|
500
|
+
}
|
501
|
+
|
502
|
+
#content #replication #navigation .disable-replication span
|
503
|
+
{
|
504
|
+
background-image: url( ../../img/ico/cross.png );
|
505
|
+
}
|
506
|
+
|
507
|
+
#content #replication #navigation .enable-replication span
|
508
|
+
{
|
509
|
+
background-image: url( ../../img/ico/tick.png );
|
510
|
+
}
|
511
|
+
|
512
|
+
#content #replication #navigation .refresh-status span
|
513
|
+
{
|
514
|
+
background-image: url( ../../img/ico/arrow-circle.png );
|
515
|
+
}
|