diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-10-15 13:17:13 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-10-15 13:17:13 +0200 |
| commit | 21fe8339b4186a6066871210ed36ef4c7c3d645a (patch) | |
| tree | a8257743f63c74ec6c51690a62be6deda32cebd6 /htroot/WatchWebStructure_p.html | |
| parent | 4023d88b0b0a6eb813eb1b11c4e3f2a87f893c81 (diff) | |
- enhanced generation of url objects
- enhanced computation of link structure graphics
- enhanced collection of data for link structures
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 8683ddf19..9dc529666 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -68,6 +68,17 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <h2>Web Structure</h2> + #(hosts)#:: + <fieldset><legend>Host List</legend> + #{list}# + <div style="float:left; padding:1px 5px 1px 5px;"> + <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><a href="/WatchWebStructure_p.html?host=#[host]#&depth=3&time=1000">#[host]#</a></div> + <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# outlinks</div> + </div> + #{/list}# + </fieldset> + #(/hosts)# + <div id="left"> <form action="/WatchWebStructure_p.html" accept-charset="UTF-8" onsubmit="return checkform(this);"> <fieldset> |
