yacy_search_server/htroot/IndexTransfer_p.html

56 lines
1.9 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Index Control</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
<br><br>
<h2>Index Transfer</h2>
<form action="IndexTransfer_p.html" method="post" enctype="multipart/form-data">
<p>The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references</p>
<p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td class="small" >Status</td>
<td class="small" >Transfered Words</td>
<td class="small" >Words Range</td>
<td class="small" >Remote Peer</td>
<td class="small" >Start/Stop Transfer</td>
</tr>
#(running)#
<tr valign="top" class="TableCellLight">
<td class="small">Not running</td>
<td class="small" align="center">-</td>
<td class="small" align="center">-</td>
<td class="small">
<select name="hostHash">
#{hosts}#
<option value="#[hosthash]#">#[hostname]#</option>
#{/hosts}#
</select>
</td>
<td class="small">
<input type="submit" name="startIndexTransfer" value="Start Index Transfer">
</td>
</tr>
</table></p>
::
<tr class="TableCellLight">
<td class="small"><font color="#(stopped)#green::red#(/stopped)#">#[status]#</font></td>
<td class="small" align="right">#[twcount]# (#[twpercent]#%) </td>
<td class="small" align="rigth">#[twchunk]# words: <tt>#[twrange]#</tt></td>
<td class="small">#[peerName]#</td>
<td class="small">#(stopped)#<input type="submit" name="stopIndexTransfer" value="Stop Index Transfer">::
<input type="submit" name="newIndexTransfer" value="Start New Index Transfer">#(/stopped)#</td>
</tr>
#(/running)#
</table>
</form>
#[footer]#
</body>
</html>