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

{#$pagetitle#}

{#foreach from=$caches item=row#} {#/foreach#}
缓存名称 缓存说明 生成时间 修改时间 缓存大小 操作选项
{#$row.cache_name#} {#$row.cache_desc#} {#$row.cache_ctime#} {#$row.cache_mtime#} {#$row.cache_size#} {#$row.cache_oper#}
{#/if#} {#if $action == 'show'#}
 
{#$data#}
   
{#/if#} {#include file="footer.html"#}