{extends file='../layouts/server_order_detail.html'} {block name=modal_body}
{_('运行脚本')}
{foreach from=$list item=m} {/foreach}
{_('脚本类型')} {_('脚本')}/{_('响应')} {_('结果')} IP {_('执行时间')}
{$m.type} {_('查看')} {if $m.code gt 0}{_('失败')}{else}{_('成功')}{/if} {$m.ip} {'%Y-%m-%d %H:%i:%s'|mdate:$m.time_add}
{if $html_page} {/if}
{/block} {block name=modal_js} {/block}