diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-06 09:41:47 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-06 09:41:47 +0000 |
| commit | 25a54c8722201906bca88a268aa9a680d36b9760 (patch) | |
| tree | 97c61204831e0c86ef798b41b00ae0e230b956e3 /htroot/WatchWebStructure_p.html | |
| parent | 7b904e00772b9e70e833ba357781d418d3597811 (diff) | |
changes to web structure page
- added catos idea: hosts that have more connections are closer
- design update to page
- added +/- again
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3798 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 41 |
1 files changed, 26 insertions, 15 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index e5cf4b191..cdd611dff 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -4,40 +4,51 @@ <title>YaCy '#[clientname]#': Web Structure</title> #%env/templates/metas.template%# <script type="text/javascript" src="/js/WatchWebStructure.js"></script> +<style type="text/css"> + #left { + float: left; + width: 240px; + } + form dt { + width: 60px; + } + form dd { + width: 140px; + text-align:right; + } +</style> </head> <body id="WebStructure" style="margin:0px;"> #%env/templates/header.template%# #%env/templates/submenuCrawler.template%# <h2>Web Structure</h2> +<div id="left"> <form action="/WatchWebStructure_p.html"> -<table> -<tr> -<td valign="top"> <dl> <dt>host</dt> <dd> - <input type="text" value="#[host]#" name="host" id="host" /> + <input type="text" value="#[host]#" name="host" id="host" size="20" maxlength="80" /> </dd> <dt>depth</dt> - <dd><input type="text" name="depth" value="#[depth]#" /></dd> + <dd> + <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> + <input type="text" name="depth" value="#[depth]#" size="1" maxlength="1" /> + </dd> <dt>width</dt> - <dd><input type="text" name="width" value="#[width]#" /></dd> + <dd><input type="text" name="width" value="#[width]#" size="4" maxlength="4" /></dd> <dt>depth</dt> - <dd><input type="text" name="height" value="#[height]#" /></dd> + <dd><input type="text" name="height" value="#[height]#" size="4" maxlength="4" /></dd> <dt> <input type="submit" value="change" /> </dt> </dl> -</td> -<td> - <img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#" /> -</td> -<td> -</td> -</tr> -</table> </form> +</div> + +<img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#" /> + #%env/templates/footer.template%# </body> </html> |
