yacy_search_server/htroot/CacheAdmin_p.html
borg-0300 6de5c46702 new CacheAdmin (redesign);
bugfix: no more '//' in cachelink;
bugfix: don't left the htCachePath;


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1318 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-01-12 18:02:54 +00:00

18 lines
855 B
HTML

<!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%#
<table border="0" cellspacing="6" cellpadding="2" width="100%">
<tr><td><br><h2>Local Cache</h2></td></tr>
<tr><td>The current cache size is #[cachesize]# KB. The maximum cache size is #[cachemax]# KB.</td></tr>
<tr><td><a href="CacheAdmin_p.html?action=info&path=" title="Cache Root" class="tt">cache/</a>#[path]#<br><br></td></tr>
#(info)#<tr><td><a href="#[url]#" class="tt">#[url]#</a><br><br>#[info]#</td></tr>::<tr><td>#[tree]#</td></tr>#(/info)#
</table>
#%env/templates/footer.template%#
</body>
</html>