mirror of https://github.com/apache/lucene.git
SOLR-7858 - update links between new/old UIs for 6.x release
This commit is contained in:
parent
859ad950cc
commit
937a41489f
|
@ -762,16 +762,7 @@ pre.syntax .tex .formula
|
|||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.new-ui-warning {
|
||||
position: absolute;
|
||||
left: 150px;
|
||||
top: -20px;
|
||||
align: center;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.new-ui-warning a.ul {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
.other-ui-link a.ul {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
@ -714,4 +714,18 @@ pre.syntax .tex .formula
|
|||
}
|
||||
.other-ui-link a.ul {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.old-ui-warning {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: -20px;
|
||||
align: center;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.old-ui-warning a.ul {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -121,10 +121,8 @@ limitations under the License.
|
|||
<div class="exception">{{exception.msg}}</div>
|
||||
</div>
|
||||
|
||||
<div class="new-ui-warning">
|
||||
This is an experimental UI. Report bugs <a class="ul" target="_blank" href="http://issues.apache.org/jira/browse/SOLR">here</a>.
|
||||
For the old UI click <a class="ul" href="/solr/old.html">here</a>
|
||||
<a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
<div class="other-ui-link">
|
||||
Use <a class="ul" href="/solr/old.html">original UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="content-wrapper">
|
||||
|
|
|
@ -79,8 +79,9 @@ limitations under the License.
|
|||
|
||||
</div>
|
||||
|
||||
<div class="other-ui-link">
|
||||
Try <a class="ul" href="/solr/">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
<div class="old-ui-warning">
|
||||
THIS USER INTERFACE IS DEPRECATED. Please use the current UI <a class="ul" href="/solr/">here</a>
|
||||
<a target="_blank" href="http://wiki.apache.org/solr/AngularUI"> <span class="help"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="content-wrapper">
|
||||
|
|
Loading…
Reference in New Issue