You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.5 KiB
98 lines
3.5 KiB
<!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]#': Indexing Queue</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="IndexCreateIndexingQueue">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuIndexCreate.template%#
|
|
<h2>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> 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" />
|
|
#(/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>
|