{*
The configuration template
$Id: setup.tpl,v 1.3 2007/12/03 20:05:32 andig2 Exp $
*}
<table width="95%" cellspacing="0" cellpadding="0">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="2">
<tr><td>
{if $total}
<td align="right">
<nobr><span>{$lang.cachesize}: </span>{$total}mb</a></nobr>
</td><td width="100%">
<span>{$lang.cacheexpired}: </span>{$expired}mb ({math equation="round(a*100/b)" a=$expired b=$total}%)
</td><td align="right">
<form action="setup.php">
<input type="hidden" name="cachecleanup" value="1"/>
<input type="submit" value="{$lang.cachecleanup}" class="button"/>
</form>
</td><td align="right">
<form action="setup.php">
<input type="hidden" name="cacheempty" value="1"/>
<input type="submit" value="{$lang.cacheempty}" onclick="return(confirm('{$lang.really_del|escape:javascript|escape}?'))" class="button"/>
</form>
</td>
{else}
<td width="100%"> </td>
{/if}
<td align="right">
<form action="users.php">
<input type="submit" value="{$lang.help_usermanagern}" class="button"/>
</form>
</td>
</tr>
</table>
</td></tr>
<tr><td>
<form method="post" action="setup.php">
<input type="hidden" name="save" value="1">
<table width="100%" cellpadding="0" cellspacing="2">
{include file="options.tpl"}
</table>
<div align="center">
<input type="submit" value="{$lang.save}" class="button" accesskey="s" />
</div>
</form>
</td></tr>
</table>