- added a counter for the public and private queue on the page (testing..) - fixed wrong public/private categorization git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4686 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
c5d1d7faca
commit
8313d58ae7
@ -1,18 +1,44 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!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">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>YaCy '#[clientname]#': Collage</title>
|
<title>YaCy '#[clientname]#': Collage</title>
|
||||||
#%env/templates/metas.template%#
|
#%env/templates/metas.template%#
|
||||||
<meta http-equiv="REFRESH" content="5" />
|
<style type="text/css">
|
||||||
</head>
|
#left {
|
||||||
<body style="margin:0px;">
|
float: left;
|
||||||
#%env/templates/header.template%#
|
width: 224px;
|
||||||
#(imgurl)#
|
}
|
||||||
::
|
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}#
|
#{list}#
|
||||||
#[url]#
|
#[url]#
|
||||||
#{/list}#
|
#{/list}#
|
||||||
#(/imgurl)#
|
#(/imgurl)#
|
||||||
#%env/templates/footer.template%#
|
#%env/templates/footer.template%#
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in new issue