yacy_search_server/htroot/Collage.html
orbiter 1995faef8d - refactoring of Colage back-end: move to plasma package
- renamed also the plasmaCrawlResults to have a consistent naming for url and image queues
- added a double-check for the images
- added additional queues for the images: all worse-quality images go there, so the queue can be used also if no sizes are given; no image is lost
- added a cleanup for the stacks so they cannot flood the memory

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4722 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-04-21 22:42:49 +00:00

45 lines
866 B
HTML
Executable File

<!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 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>