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:
Upayavira 2015-09-18 10:28:19 +00:00
parent 484f4b600d
commit c17deb08a0
4 changed files with 34 additions and 0 deletions

View File

@ -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">&nbsp;<span class="help"></span></a>
</div>
<div id="content-wrapper">
<div id="content">

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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">&nbsp;<span class="help"></span></a>
</div>
<div id="content-wrapper">
<div ng-view id="content">