{extends file='../layouts/list.html'} {block name=tip}
{_('如果有些IP在第三方使用了,可手动添加后,勾选使用状态,系统将不再分配!')}
{_('IPV6建议保持IP地址连续性!IPV6如果非连续,可以添加多个相同网关!')}
{/block} {block name=panel_head} {if element('gateway',$search)}
{_('网关')}:{element('gateway',$search)}
{/if} {/block} {block name=button} {if element('gateway',$search)} {_('添加IP地址')} {/if} {/block} {block name=list} {form_open('ip'|action_url,'id="formList" class="m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {/foreach}
{_('IP地址')} {_('MAC地址')} {_('订单号')} VLAN {_('占用')}
{$m.ip} {if $m.desc}
{$m.desc|nl2br}{/if}
{'mac'|element:$m:''} {if 'order_id'|element:$m} #{'order_id_sn'|element:$m} {/if} {$m.vlan} {if 'order_id'|element:$m} {else} {'ip'|action_url|html_status:$m.id:$m.status_use:'status_use'} {/if}
{form_close()} {/block}