help{$message.strHelp|escape}

{$message.strQueryCache|escape}

{$message.strSearch|escape}

{if isset($deleteRow) && $deleteRow > 0} {/if}
{$deleteRow|escape}{$message.strDeleted|escape}
{$message.strQueryStr|escape}
{$message.strDb|escape}

{foreach name=querycache from=$queryCache item=cache} {if $smarty.foreach.querycache.iteration % 2 == 0} {else} {/if} {/foreach}
{if $col == "query" && $sort == "ascending"} ascending{$message.strQueryStr|escape} {elseif $col == "query" && $sort == "descending"} descending{$message.strQueryStr|escape} {else} spacer{$message.strQueryStr|escape} {/if} {if $col == "dbname" && $sort == "ascending"} ascending{$message.strDb|escape} {elseif $col == "dbname" && $sort == "descending"} descending{$message.strDb|escape} {else} spacer{$message.strDb|escape} {/if} {if $col == "create_time" && $sort == "ascending"} ascending{$message.strCreateTime|escape} {elseif $col == "create_time" && $sort == "descending"} descending{$message.strCreateTime|escape} {else} spacer{$message.strCreateTime|escape} {/if}
{$cache.query|escape} {$cache.dbname|escape} {$cache.create_time|escape}