yacy_search_server/htroot/IndexCreateIndexingQueue_p.html
orbiter 71b0206935 - shifted control queue monitor pages to crawl monitor
- the crawl start menu is now cleaned up and ready for more options

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3802 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-06-06 12:25:52 +00:00

98 lines
3.5 KiB
HTML

<!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]#': Index Creation/Indexing Queue</title>
#%env/templates/metas.template%#
</head>
<body id="IndexCreateIndexingQueue">
#%env/templates/header.template%#
#%env/templates/submenuCrawler.template%#
<h2>Index Creation: Indexing Queue</h2>
#(indexing-queue)#
<p>The indexing queue is empty</p>
::
<form action="IndexCreateIndexingQueue_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<input type="submit" name="clearIndexingQueue" value="clear indexing queue" />
</fieldset>
</form>
<p>There are <strong>#[num]#</strong> entries in the indexing queue. Showing <strong>#[show]#</strong> entries with a total size of <strong>#[totalSize]#</strong>.</p>
<p>Show last <a href="IndexCreateIndexingQueue_p.html?limit=50">50</a> | <a href="IndexCreateIndexingQueue_p.html?limit=100">100</a> | <a href="IndexCreateIndexingQueue_p.html?limit=250">250</a> | <a href="IndexCreateIndexingQueue_p.html?limit=500">500</a> entries.</p>
<table border="0" cellpadding="2" cellspacing="1">
<colgroup>
<col width="60" />
<col width="10" />
<col width="80" />
<col width="180" />
<col />
<col width="80" />
<col width="10" />
</colgroup>
<tr class="TableHeader">
<th>Initiator</th>
<th>Depth</th>
<th>Modified Date</th>
<th>Anchor Name</th>
<th>URL</th>
<th>Size</th>
<th>Delete</th>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
<td>#[initiator]#</td>
<td>#[depth]#</td>
<td>#[modified]#</td>
<td>#[anchor]#</td>
<td><a href="#[url]#">#[url]#</a></td>
<td align="right">#[size]#</td>
<td title="#[hash]#">#(inProcess)#<a href="IndexCreateIndexingQueue_p.html?deleteEntry=#[hash]#">[Delete]</a>::#(/inProcess)#</td>
</tr>
#{/list}#
</table>
#(/indexing-queue)#
#(rejected)#
::
<form action="IndexCreateIndexingQueue_p.html" method="post" enctype="multipart/form-data">
<p><strong>Rejected URL List:</strong>&nbsp;There are #[num]# entries in the rejected-urls list. </p>
#(only-latest)#
<fieldset>
::
<p>Showing latest #[num]# entries.</p>
<fieldset>
<input type="hidden" name="showRejected" value="#[newnum]#" />
<input type="submit" name="moreRejected" value="show more" />&nbsp;
#(/only-latest)#
<input type="submit" name="clearRejected" value="clear list" />
</fieldset>
</form>
<p>There are #[num]# entries in the rejected-queue:</p>
<table border="0" cellpadding="2" cellspacing="1">
<colgroup>
<col width="60" span="2" />
<col span="2" />
</colgroup>
<tr class="TableHeader">
<th>Initiator</th>
<th>Executor</th>
<th>URL</th>
<th>Fail-Reason</th>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[initiator]#</td>
<td>#[executor]#</td>
<td><a href="#[url]#">#[url]#</a></td>
<td>#[failreason]#</td>
</tr>
#{/list}#
</table>
#(/rejected)#
#%env/templates/footer.template%#
</body>
</html>