summaryrefslogtreecommitdiff
path: root/htroot/Collage.html
blob: 753c91f2612db00172f6e863bc3de9c9d428cdd5 (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
<!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]#': Collage</title>
#%env/templates/metas.template%#
<style type="text/css">
#left {
  float: left;
  width: 224px;
}
form dt {
  width: 40px;
}
form dd {
  width: 130px;
  text-align:right;
}
</style><meta http-equiv="REFRESH" content="5" />
</head>
<body style="margin:0px;">
#%env/templates/header.template%#
#%env/templates/submenuWebStructure.template%#
<h2>Collage</h2>

<div id="left">
<form action="/Collage.html">
<dl>
	<dt>Private Queue</dt>
	<dd>#[privateQueueSize]#</dd>
	<dt>Public Queue</dt>
	<dd>#[publicQueueSize]#</dd>
</dl>
</form>
</div>

#(imgurl)#
::
  #{list}#
    #[url]#
  #{/list}#
#(/imgurl)#
#%env/templates/footer.template%#
</body>
</html>