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.
83 lines
3.3 KiB
83 lines
3.3 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]#': Index Transfer</title>
|
|
#%env/templates/metas.template%#
|
|
<meta http-equiv="REFRESH" content="30" />
|
|
</head>
|
|
<body id="IndexTransfer">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuIndexControl.template%#
|
|
<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>
|
|
<table border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td> </td>
|
|
<td>Status</td>
|
|
<td>Chunk Size<br />(Word Entries)</td>
|
|
<td>Words Range</td>
|
|
<td>Transfered Words</td>
|
|
<td>Delete<br />Index</td>
|
|
<td>Remote<br />Peer</td>
|
|
#(running)#<td>Overwrite IP<br />(blank for defaultip)</td>::#(/running)#
|
|
<td>Start/Stop Transfer</td>
|
|
</tr>
|
|
#(running)#
|
|
<tr valign="top" class="TableCellLight">
|
|
<td class="TableHeader">-</td>
|
|
<td>#[status]#</td>
|
|
<td align="center">-</td>
|
|
<td align="center">-</td>
|
|
<td align="center">-</td>
|
|
<td>
|
|
<select name="deleteIndex">
|
|
<option value="1">true</option>
|
|
<option value="0">false</option>
|
|
</select>
|
|
</td>
|
|
<td>
|
|
<select name="hostHash">
|
|
#{hosts}#
|
|
<option value="#[hosthash]#">#[hostname]#</option>
|
|
#{/hosts}#
|
|
</select>
|
|
</td>
|
|
<td>
|
|
<input type="text" name="overwriteIP" />
|
|
</td>
|
|
<td>
|
|
<input type="submit" name="startIndexTransfer" value="Start Index Transfer" />
|
|
</td>
|
|
</tr>
|
|
::
|
|
<tr class="TableCellLight">
|
|
<td class="TableCellDark">Selection</td>
|
|
<td style="color: #(stopped)#green::red#(/stopped)#;">#[selection.status]#</td>
|
|
<td align="right">#[selection.twchunk]# words</td>
|
|
<td align="right"><tt>#[selection.twrange]#</tt></td>
|
|
<td rowspan="2" align="left">#[twEntityCount]# Entities (#[twEntityPercent]#%)<br />
|
|
#[twEntryCount]# Entries<br />
|
|
#[twPayloadSize]#<br />
|
|
#[twEntrySpeed]# entries/s</td>
|
|
<td rowspan="2">#(deleteIndex)#false::true#(/deleteIndex)#</td>
|
|
<td rowspan="2">#[peerName]#</td>
|
|
<td rowspan="2">#(stopped)#<input type="submit" name="stopIndexTransfer" value="Stop Index Transfer" />::
|
|
<input type="submit" name="newIndexTransfer" value="Start New Index Transfer" />#(/stopped)#
|
|
</td>
|
|
</tr>
|
|
<tr class="TableCellLight">
|
|
<td class="TableCellDark">Transfer</td>
|
|
<td style="color: #(stopped)#green::red#(/stopped)#">#[transfer.status]#</td>
|
|
<td align="right">#[transfer.twchunk]# words</td>
|
|
<td align="right"><tt>#[transfer.twrange]#</tt></td>
|
|
</tr>
|
|
#(/running)#
|
|
</table>
|
|
</form>
|
|
<p><em>Last Refresh:</em> #[date]#</p>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html> |