summaryrefslogtreecommitdiff
path: root/htroot/IndexControlURLs_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-11-17 01:53:02 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-11-17 01:53:02 +0000
commit6f1308da2f6cfff80dbf378b575c966f094261cf (patch)
tree8008f16a316bf68776578ed1b1c722f29db9266c /htroot/IndexControlURLs_p.html
parentbf9a9e4e5e238babf4397814a9f6e720db2b0f2d (diff)
- some enhancements to IndexControlURLs (shows more links, connects referrer to another query)
- some refactoring to search process git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4222 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
-rw-r--r--htroot/IndexControlURLs_p.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html
index cd7320736..11accd815 100644
--- a/htroot/IndexControlURLs_p.html
+++ b/htroot/IndexControlURLs_p.html
@@ -35,12 +35,16 @@
#(genUrlProfile)#
::No entry found for URL-hash #[urlhash]#
::<table>
- <tr><td class="small">URL String</td><td class="tt">#[urlNormalform]#</td></tr>
+ <tr><td class="small">URL String</td><td class="tt"><a href="#[urlNormalform]#">#[urlNormalform]#</a></td></tr>
<tr><td class="small">Hash</td><td class="tt">#[urlhash]#</td></tr>
<tr><td class="small">Description</td><td class="tt">#[urlDescr]#</td></tr>
<tr><td class="small">Modified-Date</td><td class="tt">#[moddate]#</td></tr>
<tr><td class="small">Loaded-Date</td><td class="tt">#[loaddate]#</td></tr>
- <tr><td class="small">Referrer</td><td class="tt">#[referrer]#</td></tr>
+ #(referrer)#
+ <tr><td class="small">Referrer</td><td class="tt">unknown</td></tr>
+ ::
+ <tr><td class="small">Referrer</td><td class="tt"><a href="IndexControlURLs_p.html?urlhashsearch=&urlhash=#[hash]#">#[url]#</a></td></tr>
+ #(/referrer)#
<tr><td class="small">Doctype</td><td class="tt">#[doctype]#</td></tr>
<tr><td class="small">Language</td><td class="tt">#[language]#</td></tr>
<tr><td class="small">Size</td><td class="tt">#[size]#</td></tr>