Author: hossman
Date: Tue Jul  1 11:41:41 2008
New Revision: 673168

URL: http://svn.apache.org/viewvc?rev=673168&view=rev
Log:
stop trying to point at favicon.ico with absolute path

Modified:
    lucene/solr/trunk/src/webapp/web/admin/analysis.xsl
    lucene/solr/trunk/src/webapp/web/admin/logging.xsl
    lucene/solr/trunk/src/webapp/web/admin/ping.xsl
    lucene/solr/trunk/src/webapp/web/admin/registry.xsl
    lucene/solr/trunk/src/webapp/web/admin/stats.xsl
    lucene/solr/trunk/src/webapp/web/admin/tabular.xsl
    lucene/solr/trunk/src/webapp/web/admin/threaddump.xsl

Modified: lucene/solr/trunk/src/webapp/web/admin/analysis.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/analysis.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/analysis.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/analysis.xsl Tue Jul  1 11:41:41 2008
@@ -34,8 +34,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-        <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-        <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+        <link rel="icon" href="favicon.ico" type="image/ico"></link>
+        <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>SOLR Info</title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/logging.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/logging.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/logging.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/logging.xsl Tue Jul  1 11:41:41 2008
@@ -34,8 +34,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-       <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-       <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+       <link rel="icon" href="favicon.ico" type="image/ico"></link>
+       <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>Solr Admin: Logging</title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/ping.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/ping.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/ping.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/ping.xsl Tue Jul  1 11:41:41 2008
@@ -34,8 +34,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-       <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-       <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+       <link rel="icon" href="favicon.ico" type="image/ico"></link>
+       <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>Solr Admin: Ping</title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/registry.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/registry.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/registry.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/registry.xsl Tue Jul  1 11:41:41 2008
@@ -36,8 +36,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-       <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-       <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+       <link rel="icon" href="favicon.ico" type="image/ico"></link>
+       <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>SOLR Info</title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/stats.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/stats.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/stats.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/stats.xsl Tue Jul  1 11:41:41 2008
@@ -43,8 +43,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-       <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-       <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+       <link rel="icon" href="favicon.ico" type="image/ico"></link>
+       <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title><xsl:value-of select="$title"/></title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/tabular.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/tabular.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/tabular.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/tabular.xsl Tue Jul  1 11:41:41 2008
@@ -37,8 +37,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-        <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-        <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+        <link rel="icon" href="favicon.ico" type="image/ico"></link>
+        <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>SOLR Search Results</title>
       </head>
       <body>

Modified: lucene/solr/trunk/src/webapp/web/admin/threaddump.xsl
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/src/webapp/web/admin/threaddump.xsl?rev=673168&r1=673167&r2=673168&view=diff
==============================================================================
--- lucene/solr/trunk/src/webapp/web/admin/threaddump.xsl (original)
+++ lucene/solr/trunk/src/webapp/web/admin/threaddump.xsl Tue Jul  1 11:41:41 
2008
@@ -34,8 +34,8 @@
     <html>
       <head>
         <link rel="stylesheet" type="text/css" href="solr-admin.css"></link>
-        <link rel="icon" href="/favicon.ico" type="image/ico"></link>
-        <link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
+        <link rel="icon" href="favicon.ico" type="image/ico"></link>
+        <link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
         <title>SOLR Info</title>
       </head>
       <body>


Reply via email to