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.
119 lines
4.2 KiB
119 lines
4.2 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]#': Local Cache Management</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="CacheAdmin">
|
|
#%env/templates/header.template%#
|
|
<h2>Local Cache</h2>
|
|
<p>The current cache size is #[cachesize]# KB. The maximum cache size is #[cachemax]# KB.</p>
|
|
<p><a
|
|
href="CacheAdmin_p.html?action=info&path=/" title="Cache Root" class="tt">cache/</a>#{paths}#<a
|
|
href="CacheAdmin_p.html?action=info&path=#[path]#/#[name]#" class="tt">#[name]#/</a>#{/paths}#
|
|
</p>
|
|
|
|
#(info)#
|
|
<a href="#[url]#" class="tt">#[url]#</a>
|
|
<div class="CacheAdminInfo">
|
|
#[info]#
|
|
<p><strong>HTTP Header</strong></p><!-- TO-DO: CSS/XHTMLize begin -->
|
|
#(header)#<span class="info">- no header in header cache -</span>::<table border="0" cellspacing="0" cellpadding="0">#{line}#
|
|
<tr valign="top">
|
|
<td class="tt">#[property]#</td>
|
|
<td class="tt"> = </td>
|
|
<td class="tt">#[value]#</td>
|
|
</tr>#{/line}#
|
|
</table>#(/header)#
|
|
|
|
#(type)#
|
|
|
|
<p>
|
|
<strong>TITLE:</strong> #[title]#
|
|
</p>
|
|
|
|
<p><strong>SECTION HEADLINES:</strong></p>
|
|
<ul>#{headlines}#
|
|
<li>#[headline]#</li>#{/headlines}#
|
|
</ul>
|
|
<br />
|
|
|
|
#(use.links)#::<p><strong>HREF:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{links}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/links}#
|
|
</table>#(/use.links)#
|
|
|
|
#(use.images)#::<p><strong>IMAGE:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{images}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/images}#
|
|
</table>#(/use.images)#
|
|
|
|
#(use.audio)#::<p><strong>AUDIO:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{audio}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/audio}#
|
|
</table>#(/use.audio)#
|
|
|
|
#(use.video)#::<p><strong>VIDEO:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{video}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/video}#
|
|
</table>#(/use.video)#
|
|
|
|
#(use.apps)#::<p><strong>APPS:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{apps}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/apps}#
|
|
</table>#(/use.apps)#
|
|
|
|
#(use.email)#::<p><strong>EMAIL:</strong></p>
|
|
<table border="0" cellspacing="0" cellpadding="0">#{email}#
|
|
<tr valign="top">
|
|
<td><span class="small">#[name]#</span></td>
|
|
<td class="tt">#[link]#</td>
|
|
</tr>#{/email}#
|
|
</table>#(/use.email)#
|
|
|
|
<p><strong>TEXT:</strong></p>
|
|
<span class="small">
|
|
#[text]#
|
|
</span>
|
|
|
|
<p><strong>LINES:</strong></p>
|
|
<span class="small">#{lines}#
|
|
<span style="display: block;">#[line]#</span>#{/lines}#
|
|
</span>
|
|
::<span class="error">- This file is not cached -</span>
|
|
::<img src="CacheResource_p.html?path=#[src]#" alt="Cached image from #[src]#" />#(/type)#
|
|
<!-- TO-DO: CSS/XHTMLize end -->
|
|
</div>::
|
|
<div class="CacheAdminTree">
|
|
#(empty)#::<p>[empty]</p>#(/empty)#
|
|
<ul class="tagList">#{treeFolders}#
|
|
<li>
|
|
<img src="/env/grafics/folderIconSmall.gif" alt="Folder" />
|
|
<a href="CacheAdmin_p.html?action=info&path=#[path]#/#[name]#" class="tt">#[name]#</a>
|
|
</li>#{/treeFolders}#
|
|
<li>#{treeFiles}#
|
|
<img src="/env/grafics/fileIconSmall.gif" alt="File" />
|
|
<a href="CacheAdmin_p.html?action=info&path=#[path]#/#[name]#" class="tt">#[name]#</a>
|
|
</li>#{/treeFiles}#
|
|
</ul>
|
|
</div>
|
|
#(/info)#
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|