summaryrefslogtreecommitdiff
path: root/htroot/WatchWebStructure_p.html
blob: cb4559aa5806dbd2f09ed8014dd1169d2ddd10e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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>
<style type="text/css">
  #left {
    float: left;
    width: 224px;
  }
  form dt {
    width: 40px;
  }
  form dd {
    width: 130px;
    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">
<dl>
	<dt>host</dt>
	<dd>
	  <input type="text" value="#[host]#" name="host" id="host" size="20" maxlength="80" />
	</dd>
	<dt>depth</dt>
	<dd>
	  <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#"><img src="env/grafics/minus.gif" /></a>
	  <input type="text" name="depth" value="#[depth]#" size="1" maxlength="1" />
      <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#"><img src="env/grafics/plus.gif" /></a>
	</dd>
	<dt>nodes</dt>
	<dd>
	  <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodesd]#&time=#[time]#"><img src="env/grafics/minus.gif" /></a>
	  <input type="text" name="nodes" value="#[nodes]#" size="4" maxlength="4" />
	  <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodesi]#&time=#[time]#"><img src="env/grafics/plus.gif" /></a>
	</dd>
    <dt>time</dt>
	<dd>
	  <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[timed]#"><img src="env/grafics/minus.gif" /></a>
	  <input type="text" name="time" value="#[time]#" size="4" maxlength="4" />
	  <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[timei]#"><img src="env/grafics/plus.gif" /></a>
	</dd>
    <dt>size</dt>
	<dd><input type="text" name="width" value="#[width]#" size="4" maxlength="4" />&nbsp;x&nbsp;<input type="text" name="height" value="#[height]#" size="4" maxlength="4" /></dd>
    <dt>&nbsp;</dt>
    <dd><input type="submit" value="change" /></dd>
</dl>
</form>
</div>

<img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#&time=#[time]#" />

#%env/templates/footer.template%# 
</body>
</html>