make URLs relative

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-14 19:36:06 +00:00
parent ba5aa8eba0
commit d87b93c1c5
15 changed files with 71 additions and 71 deletions

View File

@ -106,12 +106,12 @@
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Action (<%= collectionName %>) - <%= action %></h1>
<%= hostname %> : <%= request.getServerPort() %>
<br clear="all">
@ -151,6 +151,6 @@
</tr>
</table>
<br><br>
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>

View File

@ -92,14 +92,14 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
<title>SOLR Interface</title>
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Interface (<%= collectionName %>) - <%= enabledStatus %></h1>
<%= hostname %> : <%= request.getServerPort() %>
<br clear="all">
@ -107,7 +107,7 @@
<h2>Field Analysis</h2>
<form method="GET" action="/admin/analysis.jsp">
<form method="GET" action="analysis.jsp">
<table>
<tr>
<td>

View File

@ -105,12 +105,12 @@
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Distribution Info (<%= collectionName %>)</h1>
<%= hostname %> : <%= port.toString() %>
<br clear="all">
@ -136,6 +136,6 @@
<%= buffer %>
</table>
<br><br>
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -85,14 +85,14 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
<title>SOLR Interface</title>
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Interface (<%= collectionName %>) - <%= enabledStatus %></h1>
<%= hostname %> : <%= port.toString() %>
<br clear="all">
@ -100,7 +100,7 @@
<h2>/select mode</h2>
<form method="GET" action="/select/">
<form method="GET" action="../select">
<table>
<tr>
<td>

View File

@ -87,14 +87,14 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico"></link>
<link rel="shortcut icon" href="/favicon.ico" type="image/ico"></link>
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico"></link>
<link rel="shortcut icon" href="favicon.ico" type="image/ico"></link>
<title>SOLR admin page</title>
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Admin (<%= collectionName %>) - <%= enabledStatus %></h1>
<%= hostname %> : <%= port.toString() %>
<br clear="all">
@ -105,18 +105,18 @@
<h3>SOLR</h3>
</td>
<td>
[<a href="/admin/solar-status">Status</a>]
[<a href="/admin/get-file.jsp?file=solrconfig.xml">Config</a>]
[<a href="/admin/get-file.jsp?file=conf/solar/WEB-INF/web.external.xml">web.external.xml</a>]
[<a href="/admin/get-properties.jsp">Properties</a>]
[<a href="/admin/raw-schema.jsp">Schema</a>]
[<a href="/admin/analysis.jsp?highlight=on">Analysis</a>]
[<a href="solar-status">Status</a>]
[<a href="get-file.jsp?file=solrconfig.xml">Config</a>]
[<a href="get-file.jsp?file=conf/solar/WEB-INF/web.external.xml">web.external.xml</a>]
[<a href="get-properties.jsp">Properties</a>]
[<a href="raw-schema.jsp">Schema</a>]
[<a href="analysis.jsp?highlight=on">Analysis</a>]
<br>
[<a href="/admin/registry.jsp">Info</a>]
[<a href="/admin/stats.jsp">Statistics</a>]
[<a href="/admin/distributiondump.jsp">Distribution</a>]
[<a href="/admin/ping">Ping</a>]
[<a href="/admin/logging.jsp">Logging</a>]
[<a href="registry.jsp">Info</a>]
[<a href="stats.jsp">Statistics</a>]
[<a href="distributiondump.jsp">Distribution</a>]
[<a href="ping">Ping</a>]
[<a href="logging.jsp">Logging</a>]
</td>
</tr>
@ -126,16 +126,16 @@
</td>
<td>
[<a href="/server-status">Status</a>]
[<a href="/admin/get-file.jsp?file=conf/resin.conf">Config</a>]
[<a href="/admin/threaddump.jsp">Thread Dump</a>]
[<a href="get-file.jsp?file=conf/resin.conf">Config</a>]
[<a href="threaddump.jsp">Thread Dump</a>]
<%
if (isEnabled) {
%>
[<a href="/admin/action.jsp?action=Disable">Disable</a>]
[<a href="action.jsp?action=Disable">Disable</a>]
<%
} else {
%>
[<a href="/admin/action.jsp?action=Enable">Enable</a>]
[<a href="action.jsp?action=Enable">Enable</a>]
<%
}
%>
@ -164,7 +164,7 @@
<td>
<td>
[<a href="/admin/form.jsp">Full Interface</a>]
[<a href="form.jsp">Full Interface</a>]
</td>
</tr>
<tr>
@ -172,7 +172,7 @@
StyleSheet:<br>Query:
</td>
<td colspan=2>
<form method="GET" action="/select/">
<form method="GET" action="../select/">
<input name="stylesheet" type="text" value=""><br>
<textarea rows="4" cols="40" name="q"><%= defaultSearch %></textarea>
<input name="version" type="hidden" value="2.0">

View File

@ -48,12 +48,12 @@
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Logging (<%= collectionName %>)</h1>
<%= hostname %> : <%= port.toString() %>
<br clear="all">
@ -101,6 +101,6 @@
</tr>
</table>
<br><br>
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>

View File

@ -10,7 +10,7 @@
<%@ page import="java.util.Map"%>
<%@ page contentType="text/xml;charset=UTF-8" language="java" %>
<?xml-stylesheet type="text/xsl" href="/admin/registry.xsl"?>
<?xml-stylesheet type="text/xsl" href="registry.xsl"?>
<%
SolrCore core = SolrCore.getSolrCore();

View File

@ -19,14 +19,14 @@
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
<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>
<title>SOLR Info</title>
</head>
<body>
<a href="/admin/">
<img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
<a href="">
<img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
</img>
</a>
<h1>SOLR Info (<xsl:value-of select="solr/schema" />)</h1>
@ -34,7 +34,7 @@
<br clear="all" />
<xsl:apply-templates/>
<br /><br />
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>
</xsl:template>

View File

@ -13,7 +13,7 @@
--%>
<%@ page contentType="text/xml;charset=UTF-8" language="java" %>
<?xml-stylesheet type="text/xsl" href="/admin/status.xsl"?>
<?xml-stylesheet type="text/xsl" href="status.xsl"?>
<%
SolrCore core = SolrCore.getSolrCore();

View File

@ -10,7 +10,7 @@
<%@ page import="java.util.Map"%>
<%@ page contentType="text/xml;charset=UTF-8" language="java" %>
<?xml-stylesheet type="text/xsl" href="/admin/stats.xsl"?>
<?xml-stylesheet type="text/xsl" href="stats.xsl"?>
<%
SolrCore core = SolrCore.getSolrCore();

View File

@ -19,14 +19,14 @@
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
<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>
<title>SOLR Statistics</title>
</head>
<body>
<a href="/admin/">
<img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
<a href="">
<img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
</img>
</a>
<h1>SOLR Statistics (<xsl:value-of select="solr/schema" />)</h1>
@ -34,7 +34,7 @@
<br clear="all" />
<xsl:apply-templates/>
<br /><br />
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>
</xsl:template>

View File

@ -18,14 +18,14 @@
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
<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>
<title>SOLR Status</title>
</head>
<body>
<a href="/admin/">
<img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
<a href="">
<img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
</img>
</a>
<h1>SOLR Status (<xsl:value-of select="solr/schema" />)</h1>
@ -33,7 +33,7 @@
<br clear="all" />
<xsl:apply-templates/>
<br /><br />
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>
</xsl:template>

View File

@ -20,21 +20,21 @@
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css"></link>
<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>
<title>SOLR Search Results</title>
</head>
<body>
<a href="/admin/">
<img border="0" align="right" height="88" width="215" src="/admin/solr-head.gif" alt="SOLR">
<a href="">
<img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR">
</img>
</a>
<h1>SOLR Search Results</h1>
<br clear="all" />
<xsl:apply-templates/>
<br /><br />
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>
</xsl:template>

View File

@ -40,12 +40,12 @@
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/admin/solr-admin.css">
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/ico">
<link rel="stylesheet" type="text/css" href="solr-admin.css">
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
</head>
<body>
<a href="/admin/"><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<a href=""><img border="0" align="right" height="88" width="215" src="solr-head.gif" alt="SOLR"></a>
<h1>SOLR Thread Dump (<%= collectionName %>)</h1>
<%= hostname %> : <%= port.toString() %>
<br clear="all">
@ -100,7 +100,7 @@ Thread Dumps
<td>
</td>
<td>
[<a href=/admin/get-file.jsp?file=logs/jvm.log>All Entries</a>]
[<a href=get-file.jsp?file=logs/jvm.log>All Entries</a>]
</td>
</tr>
<tr>
@ -113,6 +113,6 @@ Thread Dumps
</tr>
</table>
<br><br>
<a href="/admin">Return to Admin Page</a>
<a href="">Return to Admin Page</a>
</body>
</html>