|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>YaCy '#[clientname]#': Web Structure</title>
|
|
|
|
#%env/templates/metas.template%#
|
|
|
|
<script type="text/javascript" src="/js/WatchWebStructure.js"></script>
|
|
|
|
</head>
|
|
|
|
<body id="WebStructure" style="margin:0px;">
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
#%env/templates/submenuCrawler.template%#
|
|
|
|
<h2>Web Structure</h2>
|
|
|
|
|
|
|
|
<form action="/WatchWebStructure_p.html">
|
|
|
|
<input type="hidden" name="width" value="#[width]#" />
|
|
|
|
<input type="hidden" name="height" value="height]#" />
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td valign="top">
|
|
|
|
<dl>
|
|
|
|
<dt>host</dt>
|
|
|
|
<dd>
|
|
|
|
<input type="text" value="#[host]#" name="host" id="host" />
|
|
|
|
</dd>
|
|
|
|
<dt>depth</dt>
|
|
|
|
<dd><input type="text" name="depth" value="#[depth]#" /></dd>
|
|
|
|
</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>
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
</body>
|
|
|
|
</html>
|