<{*foreach from=$tasks item=task}> <{$task.base_name}> <{/foreach*}> 刷新
<{if $res}> <{foreach from=$res item=list}> <{/foreach}> <{else}> <{/if}>
<{$lang.queue_title}> <{$lang.remark}> <{$lang.status}> <{$lang.result}> <{$lang.update_time}> <{$lang.create_time}> <{$lang.operations_manage}>
<{$list.base_name}> <{$list.remark}> <{if $list.status eq 1}><{$lang.success}><{elseif $list.status eq 0}><{$lang.not_executed}><{elseif $list.status eq 2}><{$lang.exception}> <{else}><{$lang.implementation}><{/if}> <{$list.result|truncate:30:"...":true}> <{$list.update_time|date_format}> <{$list.create_time|date_format}> <{$lang.executed}>     <{$lang.delete}>
<{$lang.not_found_record}>
<{$lang.bacth_executed}> <{$lang.delete}> <{include file="../../pages/list.htm"}>