From 1e3d8cc235754826df616d1936cb21d74687144f Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 4 Feb 2013 21:24:57 +0100 Subject: [PATCH] show a link for the host in the host browser; see --- htroot/HostBrowser.html | 6 +++--- skins/generic_pd.css | 12 ++++++++++++ skins/pdblue.css | 8 ++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/htroot/HostBrowser.html b/htroot/HostBrowser.html index 0dc590003..364e47acb 100644 --- a/htroot/HostBrowser.html +++ b/htroot/HostBrowser.html @@ -101,7 +101,7 @@ function updatepage(str) { #(/hosts)# #(files)#:: -
Browser for #[path]# +
Browser for #[path]#

documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]#

@@ -152,7 +152,7 @@ function updatepage(str) {
Outbound Links, outgoing from #[host]# - Host List #{list}#
-
#[host]#browse #[host]#
+
#[count]# URLs
#{/list}# @@ -168,7 +168,7 @@ function updatepage(str) {
Inbound Links, incoming to #[host]# - Host List #{list}#
-
#[host]#browse #[host]#
+
#[count]# URLs
#{/list}# diff --git a/skins/generic_pd.css b/skins/generic_pd.css index c5417d849..696e56c7d 100644 --- a/skins/generic_pd.css +++ b/skins/generic_pd.css @@ -309,6 +309,18 @@ legend { color:white; } +legend a:link { + color:white; +} + +legend a:link:hover { + color:white; +} + +legend a { + color:#[color_text]#; +} + form dt, dl.pairs dt { background-color:#[color_tableitem]#; font-weight:bold; diff --git a/skins/pdblue.css b/skins/pdblue.css index 53b2b9b92..e7d09403a 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -294,6 +294,14 @@ legend { color:white; } +legend a:link { + color:white; +} + +legend a:link:hover { + color:white; +} + form dt, dl.pairs dt { background-color:#DEE6F3; font-weight:bold;