<{include file="header.html"}> <{if $action == 'info'}>

<{$pagetitle}>

<{foreach from=$caches item=cache}> <{/foreach}>
缓存名称 缓存说明 生成时间 修改时间 缓存大小 操作选项
<{$cache.name}> <{$cache.desc}> <{$cache.ctime}> <{$cache.mtime}> <{$cache.size}> 查看 | 更新
<{/if}> <{if $action == 'show'}>
 
<{$data}>
   
<{/if}> <{include file="footer.html"}>