summaryrefslogtreecommitdiff
path: root/htroot/AccessTracker_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-02-10 21:40:42 +0100
committerreger <reger18@arcor.de>2014-02-10 21:40:42 +0100
commit365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch)
treee0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/AccessTracker_p.html
parent0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff)
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/AccessTracker_p.html')
-rw-r--r--htroot/AccessTracker_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html
index 02da492d9..8de3b15f9 100644
--- a/htroot/AccessTracker_p.html
+++ b/htroot/AccessTracker_p.html
@@ -7,7 +7,7 @@
<body id="AccessTracker">
#%env/templates/header.template%#
#%env/templates/submenuAccessTracker.template%#
- <script type="text/javascript" src="/js/sorttable.js"></script>
+ <script type="text/javascript" src="js/sorttable.js"></script>
#(page)#
<h2>Server Access Overview</h2>
<p>This is a list of #[num]# requests to the local http server within the last hour.</p>
@@ -110,7 +110,7 @@
<td>#[resulttime]#</td>
<td>#[urltime]#</td>
<td>#[snippettime]#</td>
- <td><a href="/yacysearch.html?query=#[querystring]#&amp;resource=local">#[querystring]#</a></td>
+ <td><a href="yacysearch.html?query=#[querystring]#&amp;resource=local">#[querystring]#</a></td>
<td>#[userAgent]#</td>
</tr>
#{/list}#