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.
27 lines
732 B
27 lines
732 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Local Cache Management</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#%env/templates/header.template%#
|
|
<br><br>
|
|
<h2>Local Cache</h2><br>
|
|
|
|
<p>
|
|
The current cache size is #[cachesize]# KB. The maximum cache size is #[cachemax]# KB.<br>
|
|
<table border="0" cellspacing="4" cellpadding="0" width="100%"><tr>
|
|
<td valign="top" width="300">
|
|
#[tree]#
|
|
<td>
|
|
<td bgcolor="#889988" width="1px"></td>
|
|
<td valign="top">
|
|
#[info]#
|
|
</td>
|
|
</tr></table>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|