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.
47 lines
1.9 KiB
47 lines
1.9 KiB
12 years ago
|
<!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" xml:lang="en" >
|
||
|
<head>
|
||
|
<title>YaCy '#[clientname]#': ReIndex Monitor</title>
|
||
|
#%env/templates/metas.template%#
|
||
|
</head>
|
||
|
<body id="IndexReindexMonitor">
|
||
|
|
||
|
#%env/templates/header.template%#
|
||
|
#%env/templates/submenuIndexControl.template%#
|
||
|
<h2>ReIndex Monitor</h2>
|
||
|
<p></p>
|
||
|
<form action="IndexReindexMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
||
|
<fieldset>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Documents in current queue</td>
|
||
|
<td>#[querysize]#</td>
|
||
|
<td>#(showstartbutton)#<input type="submit" value="refresh page"/>::#(/showstartbutton)#</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Documents processed</td>
|
||
|
<td>#[docsprocessed]#</td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>current select query </td>
|
||
|
<td>#[currentselectquery]#</td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
#(showstartbutton)#
|
||
|
<input type="submit" name="stopreindex" value="stop reindexing"/>
|
||
|
::<input type="submit" name="reindexnow" value="start reindex job now"/>
|
||
|
#(/showstartbutton)#
|
||
|
<p class="info">#[infomessage]#</p>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
|
</html>
|