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.
30 lines
793 B
30 lines
793 B
19 years ago
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>YaCy '#[clientname]#': Watch Crawler</title>
|
||
|
#[metas]#
|
||
|
<script src="/js/ajax.js"></script>
|
||
|
<script src="/js/WatchCrawler.js"></script>
|
||
|
</head>
|
||
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
||
|
#[header]#
|
||
|
<br>
|
||
|
<h2>Watch Crawler</h2>
|
||
|
<p />
|
||
|
Indexing Queue:<br />
|
||
|
<table border="0" cellpadding="2" cellspacing="1" id="indexingTable">
|
||
|
<tr class="TableHeader">
|
||
|
<th class="small">Initiator</th>
|
||
|
<th class="small">Depth</th>
|
||
|
<th class="small">Modified Date</th>
|
||
|
<th class="small">Anchor Name</th>
|
||
|
<th class="small">URL</th>
|
||
|
<th class="small">Size</th>
|
||
|
<th class="small">Delete</th>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
#[footer]#
|
||
|
</body>
|
||
|
</html>
|