You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2011/05/26 18:33:33 UTC

svn commit: r1127987 - in /lucene/dev/trunk/solr/src/webapp/web: css/screen.css img/ico/information-button.png index.jsp

Author: ryan
Date: Thu May 26 16:33:33 2011
New Revision: 1127987

URL: http://svn.apache.org/viewvc?rev=1127987&view=rev
Log:
SOLR-2399:  Making the notice a bit nicer looking

Added:
    lucene/dev/trunk/solr/src/webapp/web/img/ico/information-button.png   (with props)
Modified:
    lucene/dev/trunk/solr/src/webapp/web/css/screen.css
    lucene/dev/trunk/solr/src/webapp/web/index.jsp

Modified: lucene/dev/trunk/solr/src/webapp/web/css/screen.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/webapp/web/css/screen.css?rev=1127987&r1=1127986&r2=1127987&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/webapp/web/css/screen.css (original)
+++ lucene/dev/trunk/solr/src/webapp/web/css/screen.css Thu May 26 16:33:33 2011
@@ -84,6 +84,30 @@ ul
     display: none;
 }
 
+
+#header #wip-notice
+{
+    left: 212px;
+    position: absolute;
+    top: 10px;
+}
+
+#header #wip-notice a
+{
+    background-color: #eceffa;
+    background-image: url( ../img/ico/information-button.png );
+    background-position: 8px 7px;
+    border: 1px solid #4465cb;
+    display: block;
+    padding: 5px 10px;
+    padding-left: 31px;
+}
+
+#header #wip-notice span
+{
+    border-bottom: 1px solid #c0c0c0;
+}
+
 #main
 {
     background-image: url( ../img/div.gif );

Added: lucene/dev/trunk/solr/src/webapp/web/img/ico/information-button.png
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/webapp/web/img/ico/information-button.png?rev=1127987&view=auto
==============================================================================
Binary file - no diff available.

Modified: lucene/dev/trunk/solr/src/webapp/web/index.jsp
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/webapp/web/index.jsp?rev=1127987&r1=1127986&r2=1127987&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/webapp/web/index.jsp (original)
+++ lucene/dev/trunk/solr/src/webapp/web/index.jsp Thu May 26 16:33:33 2011
@@ -33,15 +33,16 @@
             
             <a href="./"><span>Apache SOLR</span></a>
 
+            <div id="wip-notice">
+                <a href="https://issues.apache.org/jira/browse/SOLR-2399">
+                    This UI is currently under development.<br>
+                    Bugs/Requests/Suggestions: <span>SOLR-2399</span>
+                </a>
+            </div>
+            
             <p id="environment">&nbsp;</p>
 
         </div>
-     
-<div>
-  NOTE: This interface is work in progress.  It works best in Chrome.  
-  Use <a href="admin" style="color:blue;">the old admin interface</a> if there are problems with this one.
-  <a style="color:blue;" href="https://issues.apache.org/jira/browse/SOLR-2399">SOLR-2399</a>
-</div>
         
         <div id="main" class="clearfix">