yacy_search_server/htroot/CacheAdmin_p.html
2007-06-13 20:53:52 +00:00

124 lines
4.5 KiB
HTML

<!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]#': Web Cache</title>
#%env/templates/metas.template%#
</head>
<body id="CacheAdmin">
#%env/templates/header.template%#
<h2>Web 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&amp;path=/" title="Cache Root" class="tt">cache/</a>#{paths}#<a
href="CacheAdmin_p.html?action=info&amp;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]#" />
::<span class="error">- The protocol #[protoc]# is not supported by YaCy</span>
::<span class="error">
- IllegalAccessException -Security Manager is blocking dynamic class loading
but should not be active. Please report this incident!
</span>#(/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&amp;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&amp;path=#[path]#/#[name]#" class="tt">#[name]#</a>
</li>#{/treeFiles}#
</ul>
</div>
#(/info)#
#%env/templates/footer.template%#
</body>
</html>