You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
967 B
52 lines
967 B
<!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="#[refresh]#" />
|
|
</head>
|
|
<body>
|
|
#(emb)#
|
|
<script type="text/javascript">
|
|
document.body.style.background = "#000";
|
|
</script>
|
|
::
|
|
#%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>
|
|
#(/emb)#
|
|
#(imgurl)#
|
|
::
|
|
#{list}#
|
|
#[url]#
|
|
#{/list}#
|
|
#(/imgurl)#
|
|
#(emb)#::
|
|
#%env/templates/footer.template%#
|
|
#(/emb)#
|
|
</body>
|
|
</html> |