diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-24 15:28:03 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-24 15:28:03 +0000 |
| commit | 0ae6664ad8d319dc0bd1c0d58f2f53372325a200 (patch) | |
| tree | 61cf92eb4a40df118c3f3542155b50fd7299e3e1 /htroot/WatchWebStructure_p.html | |
| parent | 2f34f32ce3275a8fcf72adfbceff80122f998246 (diff) | |
enhanced web structure picture
- hand-over of get properties from web front-end to graphics generation
- added depth-control buttons
- added marking of anchor-points to highlight relation order
- enhanced ymage graphics library
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3757 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index f262a6a4f..921107414 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -4,12 +4,29 @@ <title>YaCy '#[clientname]#': Web Structure</title> #%env/templates/metas.template%# </head> -<body id="WebStructure"> +<body id="WebStructure" style="margin:0px;"> #%env/templates/header.template%# #%env/templates/submenuCrawler.template%# <h2>Web Structure</h2> -<img src="WebStructurePicture_p.png"> +<table> +<tr> +<td valign="top"> +<dl> +<dt>host</dt><dd>#[host]#</dd> +<dt>depth</dt><dd>#[depth]#<br/> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#"><img src="env/grafics/minus.gif" /></a> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a> +</dd> +</dl> +</td> +<td> + <img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#" /> +</td> +<td> +</td> +</tr> +</table> #%env/templates/footer.template%# </body> </html> |
