summaryrefslogtreecommitdiff
path: root/htroot/Collage.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-04-12 15:45:57 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-04-12 15:45:57 +0000
commit8313d58ae7369af0197c7d9e6878c5c3df4ef7a0 (patch)
tree4c9586ac2a0fb8e9bbd3ca486945acc0348b2cae /htroot/Collage.html
parentc5d1d7facae0ed159eca2426c1f6e6ff1e9b7ebc (diff)
- integrated the collage into the Web Visualization menu
- 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-ef5d649a1542
Diffstat (limited to 'htroot/Collage.html')
-rwxr-xr-xhtroot/Collage.html56
1 files changed, 41 insertions, 15 deletions
diff --git a/htroot/Collage.html b/htroot/Collage.html
index 5ab3d80b6..753c91f26 100755
--- a/htroot/Collage.html
+++ b/htroot/Collage.html
@@ -1,18 +1,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%#
- <meta http-equiv="REFRESH" content="5" />
- </head>
- <body style="margin:0px;">
- #%env/templates/header.template%#
- #(imgurl)#
- ::
- #{list}#
- #[url]#
- #{/list}#
- #(/imgurl)#
- #%env/templates/footer.template%#
- </body>
+<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> \ No newline at end of file