Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css Sun Aug 30 13:27:07 2015 @@ -0,0 +1,515 @@ +/* + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +*/ + +#content #replication +{ + background-image: url( ../../img/div.gif ); + background-position: 21% 0; + background-repeat: repeat-y; +} + +#content #replication #frame +{ + float: right; + width: 78%; +} + +#content #replication #navigation +{ + border-right: 0; + float: left; + width: 20%; +} + +#content #replication #error +{ + background-color: #f00; + background-image: url( ../../img/ico/construction.png ); + background-position: 10px 50%; + color: #fff; + display: none; + font-weight: bold; + margin-bottom: 20px; + padding: 10px; + padding-left: 35px; +} + +#content #replication .block +{ + border-bottom: 1px solid #c0c0c0; + margin-bottom: 20px; + padding-bottom: 20px; +} + +#content #replication .block.last +{ + border-bottom: 0; +} + +#content #replication .masterOnly, +#content #replication .slaveOnly +{ + display: none; +} + +#content #replication.master .masterOnly +{ + display: block; +} + +#content #replication.slave .slaveOnly +{ + display: block; +} + +#content #replication .replicating +{ + display: none; +} + +#content #replication.replicating .replicating +{ + display: block; +} + +#content #replication #progress +{ + padding-bottom: 80px; + position: relative; +} + +#content #replication #progress .info +{ + padding: 5px; +} + +#content #replication #progress #start +{ + margin-left: 100px; + border-left: 1px solid #c0c0c0; +} + +#content #replication #progress #bar +{ + background-color: #f0f0f0; + margin-left: 100px; + margin-right: 100px; + position: relative; +} + +#content #replication #progress #bar #bar-info, +#content #replication #progress #bar #eta +{ + position: absolute; + right: -100px; + width: 100px; +} + +#content #replication #progress #bar #bar-info +{ + border-left: 1px solid #f0f0f0; + margin-top: 30px; +} + +#content #replication #progress #eta .info +{ + color: #c0c0c0; + height: 30px; + line-height: 30px; + padding-top: 0; + padding-bottom: 0; +} + +#content #replication #progress #speed +{ + color: #c0c0c0; + position: absolute; + right: 100px; + top: 0; +} + +#content #replication #progress #bar #done +{ + background-color: #c0c0c0; + box-shadow: 5px 5px 10px #c0c0c0; + -moz-box-shadow: 5px 5px 10px #c0c0c0; + -webkit-box-shadow: 5px 5px 10px #c0c0c0; + height: 30px; + position: relative; +} + +#content #replication #progress #bar #done .percent +{ + font-weight: bold; + height: 30px; + line-height: 30px; + padding-left: 5px; + padding-right: 5px; + position: absolute; + right: 0; + text-align: right; +} + +#content #replication #progress #bar #done #done-info +{ + border-right: 1px solid #c0c0c0; + position: absolute; + right: 0; + margin-top: 30px; + text-align: right; + width: 100px; +} + +#content #replication #progress #bar #done #done-info .percent +{ + font-weight: bold; +} + +#content #replication .block .label, +#content #replication #current-file .file, +#content #replication #current-file .progress, +#content #replication #iterations .iterations +{ + float: left; +} + +#content #replication .block .label +{ + width: 100px; +} + +#content #replication .block .label span +{ + display: block; + padding-left: 21px; +} + +#content #replication #current-file +{ + border-top: 1px solid #f0f0f0; + margin-top: 10px; + padding-top: 10px; +} + +#content #replication #current-file .progress +{ + color: #c0c0c0; + margin-left: 20px; +} + +#content #replication #iterations .label span +{ + background-image: url( ../../img/ico/node-design.png ); +} + +#content #replication #iterations .iterations li +{ + background-position: 100% 50%; + display: none; + padding-right: 21px; +} + +#content #replication #iterations .iterations.expanded li +{ + display: block; +} + +#content #replication #iterations .iterations .latest +{ + display: block; +} + +#content #replication #iterations .iterations .replicated +{ + color: #80c480; +} + +#content #replication #iterations .iterations ul:hover .replicated, +#content #replication #iterations .iterations .replicated.latest +{ + color: #080; +} + +#content #replication #iterations .iterations .replicated.latest +{ + background-image: url( ../../img/ico/tick.png ); +} + +#content #replication #iterations .iterations .failed +{ + color: #c48080; +} + +#content #replication #iterations .iterations ul:hover .failed, +#content #replication #iterations .iterations .failed.latest +{ + color: #800; +} + +#content #replication #iterations .iterations .failed.latest +{ + background-image: url( ../../img/ico/cross.png ); +} + +#content #replication #iterations .iterations a +{ + border-top: 1px solid #f0f0f0; + display: none; + margin-top: 2px; + padding-top: 2px; +} + +#content #replication #iterations .iterations a span +{ + background-position: 0 50%; + color: #c0c0c0; + display: none; + padding-left: 21px; +} + +#content #replication #iterations .iterations a span.expand +{ + background-image: url( ../../img/ico/chevron-small-expand.png ); + display: block; +} + +#content #replication #iterations .iterations.expanded a span.expand +{ + display: none; +} + +#content #replication #iterations .iterations.expanded a span.collapse +{ + background-image: url( ../../img/ico/chevron-small.png ); + display: block; +} + +#content #replication #details table +{ + margin-left: 20px; + border-collapse: collapse; +} + +#content #replication #details table th +{ + text-align: left; +} + +#content #replication.slave #details table .slaveOnly +{ + display: table-row; +} + +#content #replication #details table thead th +{ + color: #c0c0c0; +} + +#content #replication #details table thead th, +#content #replication #details table tbody td +{ + padding-right: 20px; +} + +#content #replication #details table thead td, +#content #replication #details table thead th, +#content #replication #details table tbody th, +#content #replication #details table tbody td div +{ + padding-top: 3px; + padding-bottom: 3px; +} + +#content #replication #details table tbody td, +#content #replication #details table tbody th +{ + border-top: 1px solid #f0f0f0; +} + +#content #replication #details table thead td +{ + width: 100px; +} + +#content #replication #details table thead td span +{ + background-image: url( ../../img/ico/clipboard-list.png ); + background-position: 0 50%; + display: block; + padding-left: 21px; +} + +#content #replication #details table tbody th +{ + padding-right: 10px; + text-align: right; + white-space: nowrap; +} + +#content #replication #details table tbody .size +{ + text-align: right; + white-space: nowrap; +} + +#content #replication #details table tbody .generation div +{ + text-align: center; +} + +#content #replication #details table tbody .diff div +{ + background-color: #fcfcc9; + padding-left: 1px; + padding-right: 1px; +} + +#content #replication .settings .label span +{ + background-image: url( ../../img/ico/hammer-screwdriver.png ); +} + +#content #replication .settings ul, +#content #replication .settings dl dt, +#content #replication .settings dl dd +{ + float: left; +} + +#content #replication .settings ul li +{ + border-top: 1px solid #f0f0f0; + display: none; + padding-top: 3px; + padding-top: 3px; +} + +#content #replication .settings ul li:first-child +{ + border-top: 0; + padding-top: 0; +} + +#content #replication .settings dl dt +{ + clear: left; + margin-right: 5px; + width: 120px; +} + +#content #replication .settings dl .ico +{ + background-position: 0 50%; + padding-left: 21px; +} + +#content #replication .settings dl .ico.ico-0 +{ + background-image: url( ../../img/ico/slash.png ); +} + +#content #replication .settings dl .ico.ico-1 +{ + background-image: url( ../../img/ico/tick.png ); +} + +#content #replication .timer +{ + box-shadow: 5px 5px 10px #c0c0c0; + -moz-box-shadow: 5px 5px 10px #c0c0c0; + -webkit-box-shadow: 5px 5px 10px #c0c0c0; + display: none; + margin-bottom: 20px; + padding: 10px; +} + +#content #replication .timer p, +#content #replication .timer small +{ + padding-left: 21px; +} + +#content #replication .timer p +{ + background-image: url( ../../img/ico/clock-select-remain.png ); + background-position: 0 50%; +} + +#content #replication .timer p .approx +{ + color: #c0c0c0; + margin-right: 1px; +} + +#content #replication .timer p .tick +{ + font-weight: bold; +} + +#content #replication .timer small +{ + color: #c0c0c0; + display: none; +} + +#content #replication #navigation button +{ + display: block; + margin-bottom: 10px; +} + +#content #replication #navigation button.optional +{ + display: none; +} + +#content #replication #navigation .replicate-now span +{ + background-image: url( ../../img/ico/document-convert.png ); +} + +#content #replication #navigation .abort-replication span +{ + background-image: url( ../../img/ico/hand.png ); +} + +#content #replication #navigation .disable-polling span +{ + background-image: url( ../../img/ico/cross.png ); +} + +#content #replication #navigation .enable-polling span +{ + background-image: url( ../../img/ico/tick.png ); +} + +#content #replication #navigation .disable-replication span +{ + background-image: url( ../../img/ico/cross.png ); +} + +#content #replication #navigation .enable-replication span +{ + background-image: url( ../../img/ico/tick.png ); +} + +#content #replication #navigation .refresh-status span +{ + background-image: url( ../../img/ico/arrow-circle.png ); +} Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/replication.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css Sun Aug 30 13:27:07 2015 @@ -0,0 +1,578 @@ +/* + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +*/ + +#content #schema-browser .loader +{ + background-position: 0 50%; + padding-left: 21px; +} + +#content #schema-browser.loaded +{ + background-image: url( ../../img/div.gif ); + background-position: 21% 0; + background-repeat: repeat-y; +} + +#content #schema-browser #data +{ + float: right; + width: 78%; +} + +#content #schema-browser #related +{ + float: left; + width: 20%; +} + +#content #schema-browser #related select +{ + width: 100%; +} + +#content #schema-browser #related select optgroup +{ + font-style: normal; + padding: 5px; +} + +#content #schema-browser #related select option +{ + padding-left: 10px; +} + +#content #schema-browser #related #f-df-t +{ + border-bottom: 1px solid #f0f0f0; + padding-bottom: 15px; +} + +#content #schema-browser #related .ukf-dsf dt +{ + display: none; +} + +#content #schema-browser #related dl +{ + margin-top: 15px; +} + +#content #schema-browser #related dl dt, +#content #schema-browser #related dl dd a +{ + color: #c0c0c0; +} + +#content #schema-browser #related dl dt +{ + font-weight: bold; + margin-top: 5px; +} + +#content #schema-browser #related dl dd a +{ + display: block; + padding-left: 10px; +} + +#content #schema-browser #related dl dd a:hover +{ + background-color: #f8f8f8; +} + +#content #schema-browser #related .field .field, +#content #schema-browser #related .field .field a, +#content #schema-browser #related .dynamic-field .dynamic-field, +#content #schema-browser #related .dynamic-field .dynamic-field a, +#content #schema-browser #related .type .type, +#content #schema-browser #related .type .type a, +#content #schema-browser #related .active, +#content #schema-browser #related .active a +{ + color: #333; +} + +#content #schema-browser #related .copyfield, +#content #schema-browser #related .copyfield a +{ + color: #666; +} + +#content #schema-browser #data +{ + display: none; +} + +#content #schema-browser #data #index dt +{ + display: none; + float: left; + margin-right: 5px; + width: 150px; +} + +#content #schema-browser #data #field .field-options +{ + margin-bottom: 10px; +} + +#content #schema-browser #data #field .field-options .head h2 +{ + padding-left: 5px; +} + +#content #schema-browser #data #field .partial +{ + display: none; +} + +#content #schema-browser #data #field .partial p +{ + background-image: url( ../../img/ico/exclamation-button.png ); + background-position: 0 50%; + padding-left: 21px; +} + +#content #schema-browser #data #field .field-options .options dt, +#content #schema-browser #data #field .field-options .options dd +{ + float: left; +} + +#content #schema-browser #data #field .field-options .options dt +{ + clear: left; + display: none; + margin-right: 5px; + width: 100px; +} + +#content #schema-browser #data #field .field-options .flags +{ + margin-top: 10px; + margin-bottom: 20px; +} + +#content #schema-browser #data #field .field-options .flags thead td +{ + color: #c0c0c0; + padding-right: 5px; + width: 100px; +} + +#content #schema-browser #data #field .field-options .flags tbody td, +#content #schema-browser #data #field .field-options .flags th +{ + padding: 2px 5px; +} + +#content #schema-browser #data #field .field-options .flags thead td, +#content #schema-browser #data #field .field-options .flags tbody th +{ + padding-left: 0; +} + +#content #schema-browser #data #field .field-options .flags thead th, +#content #schema-browser #data #field .field-options .flags tbody td +{ + border-left: 1px solid #f0f0f0; +} + +#content #schema-browser #data #field .field-options .flags tbody th, +#content #schema-browser #data #field .field-options .flags tbody td +{ + border-top: 1px solid #f0f0f0; +} + +#content #schema-browser #data #field .field-options .flags tbody .check +{ + background-color: #fafdfa; + background-image: url( ../../img/ico/tick.png ); + background-position: 50% 50%; + text-align: center; +} + +#content #schema-browser #data #field .field-options .flags tbody .check span +{ + display: none; +} + +#content #schema-browser #data #field .field-options .flags tbody .text +{ + color: #c0c0c0; +} + +#content #schema-browser #data #field .field-options .analyzer, +#content #schema-browser #data #field .field-options .analyzer li, +#content #schema-browser #data #field .field-options .analyzer ul, +#content #schema-browser #data #field .field-options .analyzer ul li +{ + display: none; +} + +#content #schema-browser #data #field .field-options .analyzer p, +#content #schema-browser #data #field .field-options .analyzer dl +{ + float: left; +} + +#content #schema-browser #data #field .field-options .analyzer p +{ + margin-right: 5px; + text-align: right; + width: 125px; + white-space: pre; +} + +#content #schema-browser #data #field .field-options .analyzer p a +{ + cursor: auto; +} + +#content #schema-browser #data #field .field-options .analyzer p a.analysis +{ + cursor: pointer; + display: block; +} + +#content #schema-browser #data #field .field-options .analyzer p a.analysis span +{ + background-image: url( ../../img/ico/question-white.png ); + background-position: 0 50%; + padding-left: 21px; +} + +#content #schema-browser #data #field .field-options .analyzer p a.analysis:hover span +{ + background-image: url( ../../img/ico/question.png ); + color: #008; +} + +#content #schema-browser #data #field .field-options .analyzer a +{ + cursor: auto; +} + +#content #schema-browser #data #field .field-options .analyzer .toggle +{ + background-image: url( ../../img/ico/chevron-small-expand.png ); + background-position: 100% 50%; + cursor: pointer; + display: block; + padding-right: 21px; +} + +#content #schema-browser #data #field .field-options .analyzer .open .toggle +{ + background-image: url( ../../img/ico/chevron-small.png ); +} + +#content #schema-browser #data #field .field-options .analyzer li +{ + border-top: 1px solid #f0f0f0; + margin-top: 10px; + padding-top: 10px; +} + +#content #schema-browser #data #field .field-options .analyzer ul +{ + clear: left; + display: none; + margin-left: 55px; + padding-top: 5px; +} + +#content #schema-browser #data #field .field-options .analyzer .open ul +{ + display: block; +} + +#content #schema-browser #data #field .field-options .analyzer ul li +{ + border-top: 1px solid #f8f8f8; + margin-top: 5px; + padding-top: 5px; +} + +#content #schema-browser #data #field .field-options .analyzer ul p +{ + color: #999; + margin-right: 5px; + text-align: right; + width: 70px; +} + +#content #schema-browser #data #field .field-options .analyzer ul dd +{ + margin-left: 20px; +} + +#content #schema-browser #data #field .field-options .analyzer ul dd +{ + background-image: url( ../../img/ico/document-list.png ); + background-position: 0 50%; + color: #c0c0c0; + padding-left: 21px; +} + +#content #schema-browser #data #field .field-options .analyzer ul dd.ico-0 +{ + background-image: url( ../../img/ico/slash.png ); +} + +#content #schema-browser #data #field .field-options .analyzer ul dd.ico-1 +{ + background-image: url( ../../img/ico/tick.png ); +} + +#content #schema-browser #data #field .head +{ + margin-bottom: 5px; +} + +#content #schema-browser #data #field .terminfo-holder +{ + border-top: 1px solid #c0c0c0; + padding-top: 10px; +} + +#content #schema-browser #data #field .terminfo-holder .trigger +{ + float: left; + width: 140px; +} + +#content #schema-browser #data #field .terminfo-holder .trigger button span +{ + background-image: url( ../../img/ico/information.png ); +} + +#content #schema-browser #data #field .terminfo-holder .status +{ + border-left: 1px solid #f0f0f0; + display: none; + float: left; + padding-left: 20px; + padding-right: 20px; +} + +#content #schema-browser #data #field .terminfo-holder.disabled .trigger button span +{ + background-image: url( ../../img/ico/prohibition.png ); +} + +#content #schema-browser #data #field .terminfo-holder.disabled .status +{ + display: block; +} + +#content #schema-browser #data #field .terminfo-holder .trigger .autoload +{ + display: none; +} + +#content #schema-browser #data #field .terminfo-holder.loaded .trigger .autoload +{ + background-image: url( ../../img/ico/ui-check-box-uncheck.png ); + background-position: 0 50%; + color: #c0c0c0; + display: block; + margin-top: 10px; + padding-left: 21px; +} + +#content #schema-browser #data #field .terminfo-holder .trigger .autoload:hover +{ + color: #008; +} + +#content #schema-browser #data #field .terminfo-holder .trigger .autoload.on +{ + background-image: url( ../../img/ico/ui-check-box.png ); + color: #333; +} + +#content #schema-browser #data #field .topterms-holder, +#content #schema-browser #data #field .histogram-holder +{ + border-left: 1px solid #f0f0f0; + display: none; + float: left; + padding-left: 20px; + padding-right: 20px; +} + +#content #schema-browser #data #field .topterms-holder .head input +{ + height: 18px; + line-height: 16px; + text-align: right; + width: 30px; +} + +#content #schema-browser #data #field .topterms-holder .head .max-holder +{ + color: #c0c0c0; +} + +#content #schema-browser #data #field .topterms-holder .head .max-holder:hover .max +{ + color: #008; +} + +#content #schema-browser #data #field .topterms-holder .head #query_link +{ + background-image: url( ../../img/ico/question-white.png ); + background-position: 0 50%; + color: #c0c0c0; + padding-left: 21px; + margin-left: 5px; +} + +#content #schema-browser #data #field .topterms-holder .head #query_link:hover +{ + background-image: url( ../../img/ico/question.png ); +} + + +#content #schema-browser #data #field .topterms-holder .head #query_link span +{ + visibility: hidden; +} + +#content #schema-browser #data #field .topterms-holder .head #query_link:hover span +{ + visibility: visible; +} + +#content #schema-browser .topterms-holder li +{ + border-top: 1px solid #999; + margin-bottom: 5px; +} + +/* possible overwrite with inline style */ +#content #schema-browser .topterms-holder li p +{ + background-color: #999; + color: #fff; + float: left; +} + +#content #schema-browser .topterms-holder li p span +{ + display: block; + padding-right: 2px; + text-align: right; +} + +/* possible overwrite with inline style */ +#content #schema-browser .topterms-holder li ul +{ + margin-left: 30px; +} + +#content #schema-browser .topterms-holder li li +{ + border-top: 0; + margin-bottom: 0; + white-space: nowrap; +} + +#content #schema-browser .topterms-holder li li.odd +{ + background-color: #f0f0f0; +} + +#content #schema-browser .topterms-holder li li a +{ + display: block; + padding-left: 2px; + padding-right: 2px; +} + +#content #schema-browser .topterms-holder li li a:hover +{ + background-color: #c0c0c0; +} + +#content #schema-browser #data #field .histogram-holder ul +{ + margin-left: 25px; +} + +#content #schema-browser #data #field .histogram-holder li +{ + margin-bottom: 2px; + position: relative; + width: 150px; +} + +#content #schema-browser #data #field .histogram-holder li.odd +{ + background-color: #f0f0f0; +} + +#content #schema-browser #data #field .histogram-holder li dl, +#content #schema-browser #data #field .histogram-holder li dt +{ + padding-top: 1px; + padding-bottom: 1px; +} + +#content #schema-browser #data #field .histogram-holder li dl +{ + background-color: #c0c0c0; + min-width: 1px; +} + +#content #schema-browser #data #field .histogram-holder li dt +{ + color: #a0a0a0; + position: absolute; + overflow: hidden; + left: -25px; + top: 0px; +} + +#content #schema-browser #data #field .histogram-holder li dt span +{ + display: block; + padding-right: 4px; + text-align: right; +} + +#content #schema-browser #data #field .histogram-holder li dd +{ + clear: left; + float: left; + margin-left: 2px; + white-space: nowrap; +} + +#content #schema-browser #data #field .histogram-holder li:hover dl +{ + background-color: #b0b0b0; +} + +#content #schema-browser #data #field .histogram-holder li:hover dt +{ + color: #333; +} Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/schema-browser.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css Sun Aug 30 13:27:07 2015 @@ -0,0 +1,172 @@ +/* + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +*/ + +#content #threads .loader +{ + background-position: 0 50%; + padding-left: 21px; +} + +#content #threads #thread-dump table +{ + border-collapse: collapse; + width: 100%; +} + +#content #threads #thread-dump table .spacer, +#content #threads #thread-dump tbody .state +{ + background-color: #fff; +} + +#content #threads #thread-dump table th, +#content #threads #thread-dump table td +{ + padding: 5px 3px; + vertical-align: top; +} + +#content #threads #thread-dump thead th +{ + background-color: #c8c8c8; + font-weight: bold; + text-align: left; +} + +#content #threads #thread-dump thead th.name +{ + width: 85%; +} + +#content #threads #thread-dump thead th.time +{ + text-align: right; + width: 15%; +} + +#content #threads #thread-dump tbody .odd +{ + background-color: #f0f0f0; +} + +#content #threads #thread-dump tbody .RUNNABLE a +{ + background-image: url( ../../img/ico/tick-circle.png ); +} + +#content #threads #thread-dump tbody .WAITING a, +#content #threads #thread-dump tbody .TIMED_WAITING a +{ + background-image: url( ../../img/ico/hourglass.png ); +} + +#content #threads #thread-dump tbody .WAITING.lock a, +#content #threads #thread-dump tbody .TIMED_WAITING.lock a +{ + background-image: url( ../../img/ico/hourglass--exclamation.png ); +} + +#content #threads #thread-dump tbody .name a +{ + background-position: 0 50%; + cursor: auto; + display: block; + padding-left: 21px; +} + +#content #threads #thread-dump tbody .stacktrace .name a +{ + cursor: pointer; +} + +#content #threads #thread-dump tbody .stacktrace .name a span +{ + background-image: url( ../../img/ico/chevron-small-expand.png ); + background-position: 100% 50%; + padding-right: 21px; +} + +#content #threads #thread-dump tbody .stacktrace.open .name a span +{ + background-image: url( ../../img/ico/chevron-small.png ); +} + +#content #threads #thread-dump tbody .name p +{ + background-image: url( ../../img/ico/arrow-000-small.png ); + background-position: 0 50%; + color: #c0c0c0; + font-size: 11px; + margin-left: 21px; + padding-left: 21px; +} + +#content #threads #thread-dump tbody .name div +{ + border-top: 1px solid #c0c0c0; + display: none; + margin-left: 21px; + margin-top: 5px; + padding-top: 5px; +} + +#content #threads #thread-dump tbody .open .name div +{ + display: block; +} + +#content #threads #thread-dump tbody .name ul +{ + list-style-type: disc; + margin-left: 0.7em; + padding-left: 0.7em; +} + +#content #threads #thread-dump tbody .time +{ + text-align: right; +} + +#content #threads #thread-dump tbody .details +{ + display: none; +} + +#content #threads .controls +{ + padding-top: 5px; + padding-bottom: 5px; +} + +#content #threads .controls a +{ + background-image: url( ../../img/ico/chevron-small-expand.png ); + padding-left: 21px; +} + +#content #threads.expanded .controls a +{ + background-image: url( ../../img/ico/chevron-small.png ); +} + +#content #threads.expanded .controls .expand, +#content #threads.collapsed .controls .collapse +{ + display: none; +} Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/css/styles/threads.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp Sun Aug 30 13:27:07 2015 @@ -0,0 +1,52 @@ +<%-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--%> +<%@ page import="org.ofbiz.base.util.*" %> +<html> +<head> +<title>Open For Business Message</title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<% String errorMsg = (String) request.getAttribute("_ERROR_MESSAGE_"); %> + +<body bgcolor="#FFFFFF"> +<div align="center"> + <br/> + <table width="100%" border="1" height="200"> + <tr> + <td> + <table width="100%" border="0" height="200"> + <tr bgcolor="#CC6666"> + <td height="45"> + <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#FFFFFF"><b>:ERROR MESSAGE:</b></font></div> + </td> + </tr> + <tr> + <td> + <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><%=UtilFormatOut.replaceString(errorMsg, "\n", "<br/>")%></font></div> + </td> + </tr> + </table> + </td> + </tr> + </table> +</div> +<div align="center"></div> +</body> +</html> \ No newline at end of file Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/error/error.jsp ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ZeroClipboard.swf URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ZeroClipboard.swf?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ZeroClipboard.swf ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/chosen-sprite.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/chosen-sprite.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/chosen-sprite.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/div.gif URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/div.gif?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/div.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/favicon.ico URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/favicon.ico?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/favicon.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/7z.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/7z.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/7z.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README Sun Aug 30 13:27:07 2015 @@ -0,0 +1,27 @@ +http://www.splitbrain.org/projects/file_icons + +Released to the Public Domain +Free to use. Provided as is. No warranties. + +Note: The big majority of icons where created by the creators listed + below. Only a few ones where found on the net. They were too + widespread to determine the original author and thus were + considered public domain. + If you are the author of one of those icons just send a short + mail to either be included in the list below or have the icon + removed from the package. + +Creators: + + Andreas Gohr <[hidden email]> + Michael Klier <[hidden email]> + Andreas Barton <[hidden email]> + Hubert Chathi <[hidden email]> + Johan Koehne <[hidden email]> + Rudi von Staden <[hidden email]> + Daniel Darvish <[hidden email]> + Andy Pascall <[hidden email]> + Seth <[hidden email]> + David Carella <[hidden email]> + Tom N. Harris <[hidden email]> + Brandon Carmon Colvin <[hidden email]> Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/README ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ai.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ai.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ai.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/aiff.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/aiff.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/aiff.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/asc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/asc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/asc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/audio.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/audio.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/audio.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bin.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bin.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bin.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bz2.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bz2.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/bz2.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/c.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/c.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/c.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cfm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/chm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/chm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/chm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/class.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/class.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/class.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/conf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/conf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/conf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cpp.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cpp.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cpp.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cs.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cs.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/cs.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/css.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/css.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/css.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/csv.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/csv.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/csv.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/deb.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/deb.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/deb.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/divx.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/divx.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/divx.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/doc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/doc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/doc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/dot.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/dot.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/dot.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/eml.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/eml.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/eml.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/enc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/enc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/enc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/file.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/file.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/file.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gif.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gif.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gif.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gz.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gz.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/gz.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/hlp.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/hlp.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/hlp.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/htm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/htm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/htm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/html.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/html.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/html.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/image.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/image.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/image.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/iso.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/iso.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/iso.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jar.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jar.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jar.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/java.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/java.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/java.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpeg.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpeg.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpeg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpg.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpg.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/jpg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/js.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/js.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/js.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/lua.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/lua.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/lua.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/m.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/m.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/m.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mov.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mov.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mov.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mp3.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mp3.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mp3.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mpg.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mpg.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/mpg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odg.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odg.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odi.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odi.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odi.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odp.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odp.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odp.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ods.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ods.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ods.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odt.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odt.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/odt.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ogg.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ogg.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ogg.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pdf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pdf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pdf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pgp.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pgp.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pgp.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/php.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/php.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/php.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pl.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pl.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/pl.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/png.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/png.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/png.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ppt.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ppt.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ppt.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ps.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ps.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ps.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/py.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/py.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/py.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ram.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ram.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/ram.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rar.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rar.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rar.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rb.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rb.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rb.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rpm.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rpm.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rpm.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rtf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rtf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/rtf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sig.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sig.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sig.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sql.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sql.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sql.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/swf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/swf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/swf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxc.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxc.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxc.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxd.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxd.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxd.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxi.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxi.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxi.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxw.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxw.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/sxw.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tar.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tar.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tar.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tex.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tex.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tex.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tgz.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tgz.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/tgz.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/txt.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/txt.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/txt.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vcf.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vcf.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vcf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/video.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/video.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/video.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vsd.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vsd.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/vsd.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wav.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wav.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wav.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wma.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wma.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wma.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wmv.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wmv.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/wmv.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xls.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xls.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xls.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xml.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xml.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xml.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xpi.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xpi.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xpi.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xvid.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xvid.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/xvid.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/zip.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/zip.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/filetypes/zip.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-000-small.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-000-small.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-000-small.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-circle.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-circle.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-circle.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-switch.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-switch.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/arrow-switch.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/asterisk.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/asterisk.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/asterisk.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/battery.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/battery.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/battery.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block-small.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block-small.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block-small.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/block.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/book-open-text.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/book-open-text.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/book-open-text.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/box.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/box.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/box.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/bug.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/bug.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/bug.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chart.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chart.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chart.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small-expand.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small-expand.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small-expand.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/chevron-small.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-list.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-list.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-list.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste-document-text.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste-document-text.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste-document-text.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clipboard-paste.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select-remain.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select-remain.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select-remain.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/clock-select.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/construction.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/construction.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/construction.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-0.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-0.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-0.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-1.png URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/img/ico/cross-1.png?rev=1700119&view=auto ============================================================================== Binary file - no diff available. |
Free forum by Nabble | Edit this page |