You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/09/18 12:28:20 UTC

svn commit: r1703801 - in /lucene/dev/trunk/solr/webapp/web: admin.html css/angular/common.css css/styles/common.css index.html

Author: upayavira
Date: Fri Sep 18 10:28:19 2015
New Revision: 1703801

URL: http://svn.apache.org/viewvc?rev=1703801&view=rev
Log:
SOLR-7858 Add links between old and new UI

Modified:
    lucene/dev/trunk/solr/webapp/web/admin.html
    lucene/dev/trunk/solr/webapp/web/css/angular/common.css
    lucene/dev/trunk/solr/webapp/web/css/styles/common.css
    lucene/dev/trunk/solr/webapp/web/index.html

Modified: lucene/dev/trunk/solr/webapp/web/admin.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/admin.html?rev=1703801&r1=1703800&r2=1703801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/admin.html (original)
+++ lucene/dev/trunk/solr/webapp/web/admin.html Fri Sep 18 10:28:19 2015
@@ -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">
                   

Modified: lucene/dev/trunk/solr/webapp/web/css/angular/common.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/css/angular/common.css?rev=1703801&r1=1703800&r2=1703801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/css/angular/common.css (original)
+++ lucene/dev/trunk/solr/webapp/web/css/angular/common.css Fri Sep 18 10:28:19 2015
@@ -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;
+}
\ No newline at end of file

Modified: lucene/dev/trunk/solr/webapp/web/css/styles/common.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/css/styles/common.css?rev=1703801&r1=1703800&r2=1703801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/css/styles/common.css (original)
+++ lucene/dev/trunk/solr/webapp/web/css/styles/common.css Fri Sep 18 10:28:19 2015
@@ -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;
+}
\ No newline at end of file

Modified: lucene/dev/trunk/solr/webapp/web/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/index.html?rev=1703801&r1=1703800&r2=1703801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/index.html (original)
+++ lucene/dev/trunk/solr/webapp/web/index.html Fri Sep 18 10:28:19 2015
@@ -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">