yacy_search_server/htroot/WatchWebStructure_p.html

44 lines
1.1 KiB
HTML
Raw Normal View History

<!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">
<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>
<dt>width</dt>
<dd><input type="text" name="width" value="#[width]#" /></dd>
<dt>depth</dt>
<dd><input type="text" name="height" value="#[height]#" /></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>