mirror of https://github.com/apache/lucene.git
SOLR-7858 Add links between old and new UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1703801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
484f4b600d
commit
c17deb08a0
|
@ -79,6 +79,10 @@ limitations under the License.
|
|||
|
||||
</div>
|
||||
|
||||
<div class="other-ui-link">
|
||||
<a href="/solr/index.html">New UI</a><a href="http://lucene.apache.org/ui-change.html"> <span class="help"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="content-wrapper">
|
||||
<div id="content">
|
||||
|
||||
|
|
|
@ -747,3 +747,16 @@ pre.syntax .tex .formula
|
|||
#exception .show-exception a:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.other-ui-link {
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: -20px;
|
||||
}
|
||||
|
||||
.other-ui-link span {
|
||||
background-image: url( ../../img/ico/information-white.png );
|
||||
right: 0px;
|
||||
padding-left: 16px;
|
||||
}
|
|
@ -699,3 +699,16 @@ pre.syntax .tex .formula
|
|||
-webkit-box-shadow: 1px 1px 0 #d8d8d8;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.other-ui-link {
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: -20px;
|
||||
}
|
||||
|
||||
.other-ui-link span {
|
||||
background-image: url( ../../img/ico/information-white.png );
|
||||
right: 0px;
|
||||
padding-left: 16px;
|
||||
}
|
|
@ -119,6 +119,10 @@ limitations under the License.
|
|||
<div class="exception">{{exception.msg}}</div>
|
||||
</div>
|
||||
|
||||
<div class="other-ui-link">
|
||||
<a href="/solr/">Original UI</a><a href="http://lucene.apache.org/ui-change.html"> <span class="help"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="content-wrapper">
|
||||
<div ng-view id="content">
|
||||
|
||||
|
|
Loading…
Reference in New Issue