summaryrefslogtreecommitdiff
path: root/htroot/IndexCreateLoaderQueue_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-04 12:42:29 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-04 12:42:29 +0000
commit9a3f80403ed8b999406ebeb05978a08c5c3056f0 (patch)
treedbf27737184c09d071bda44875ec3c286b66d759 /htroot/IndexCreateLoaderQueue_p.html
parent57c30f1d786f15401bf7ccab10c7fb5642926c1a (diff)
redesigned IndexCreate menu -- introduced submenues to enable more crawl queue control pages
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@370 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexCreateLoaderQueue_p.html')
-rw-r--r--htroot/IndexCreateLoaderQueue_p.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/htroot/IndexCreateLoaderQueue_p.html b/htroot/IndexCreateLoaderQueue_p.html
new file mode 100644
index 000000000..30d5196d0
--- /dev/null
+++ b/htroot/IndexCreateLoaderQueue_p.html
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+<title>YaCy: Index Creation / Loader Queue</title>
+#[metas]#
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+#[header]#
+#[submenuIndexCreate]#
+<br>
+<h2>Index Creation: Loader Queue</h2>
+
+<p>
+#(loader-set)#
+The loader set is empty<br>
+::
+There are #[num]# entries in the loader set:<br>
+<table border="0" cellpadding="2" cellspacing="1">
+<tr class="TableHeader">
+<th class="small">Initiator</th>
+<th class="small">Depth</td>
+<th class="small">URL</th>
+</tr>
+#{list}#
+<tr class="TableCell#(dark)#Light::Dark#(/dark)#" class="small">
+<td width="60" class="small">#[initiator]#</td>
+<td width="10" class="small">#[depth]#</td>
+<td class="small"><a class="small" href="#[url]#">#[url]#</a></td>
+</tr>
+#{/list}#
+</table>
+#(/loader-set)#
+</p>
+
+#[footer]#
+</body>
+</html>