show a link for the host in the host browser; see

pull/1/head
Michael Peter Christen 12 years ago
parent 19c46e4acf
commit 1e3d8cc235

@ -101,7 +101,7 @@ function updatepage(str) {
#(/hosts)# #(/hosts)#
#(files)#:: #(files)#::
<fieldset><legend>Browser for #[path]#</legend> <fieldset><legend>Browser for <a href="#[path]#" target="_blank">#[path]#</a></legend>
<p>documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]# <!-- #(complete)#;<a href="/HostBrowser.html?complete=true&path=#[path]#">get complete list</a>::<a href="/HostBrowser.html?path=#[path]#">directory view</a>#(/complete)#--> <p>documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]# <!-- #(complete)#;<a href="/HostBrowser.html?complete=true&path=#[path]#">get complete list</a>::<a href="/HostBrowser.html?path=#[path]#">directory view</a>#(/complete)#-->
</p> </p>
<table class="sortable" border="0" cellpadding="2" cellspacing="2" style="float:left"> <table class="sortable" border="0" cellpadding="2" cellspacing="2" style="float:left">
@ -152,7 +152,7 @@ function updatepage(str) {
<fieldset><legend>Outbound Links, outgoing from #[host]# - Host List</legend> <fieldset><legend>Outbound Links, outgoing from #[host]# - Host List</legend>
#{list}# #{list}#
<div style="float:left; padding:1px 5px 1px 5px;"> <div style="float:left; padding:1px 5px 1px 5px;">
<div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[link]#">#[host]#</a><span>browse #[host]#</span></div></div> <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[link]#">#[host]#</a></div></div>
<div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div> <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div>
</div> </div>
#{/list}# #{/list}#
@ -168,7 +168,7 @@ function updatepage(str) {
<fieldset><legend>Inbound Links, incoming to #[host]# - Host List</legend> <fieldset><legend>Inbound Links, incoming to #[host]# - Host List</legend>
#{list}# #{list}#
<div style="float:left; padding:1px 5px 1px 5px;"> <div style="float:left; padding:1px 5px 1px 5px;">
<div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[host]#">#[host]#</a><span>browse #[host]#</span></div></div> <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[host]#">#[host]#</a></div></div>
<div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div> <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div>
</div> </div>
#{/list}# #{/list}#

@ -309,6 +309,18 @@ legend {
color:white; color:white;
} }
legend a:link {
color:white;
}
legend a:link:hover {
color:white;
}
legend a {
color:#[color_text]#;
}
form dt, dl.pairs dt { form dt, dl.pairs dt {
background-color:#[color_tableitem]#; background-color:#[color_tableitem]#;
font-weight:bold; font-weight:bold;

@ -294,6 +294,14 @@ legend {
color:white; color:white;
} }
legend a:link {
color:white;
}
legend a:link:hover {
color:white;
}
form dt, dl.pairs dt { form dt, dl.pairs dt {
background-color:#DEE6F3; background-color:#DEE6F3;
font-weight:bold; font-weight:bold;

Loading…
Cancel
Save