{extends file='../layouts/list.html'} {block name=panel_head} {include file="./blocks/index_head.html"} {/block} {block name=button} {_('添加虚拟主机套餐')} {if $api_type_key eq 'ep'} {_('添加CDN套餐')} {/if} {if $api_type_key eq 'bt'} {_('添加云数据库套餐')} {/if} {/block} {block name=list} {form_open($mod.name|action_url,'id="formList" class="m-b-none" target="iframeNew"')}
| {_('排序')} | ID | {$mod.title} | {_('基本配置')} | {_('价格')}({'suf'|currency}) | {_('库存')} | {_('销量')} | {_('状态')} | {_('推荐')} | ||
| {$m.id} |
{$m['title'|get_lang_field]}
{if 'vhs_type'|element:$m eq 1}
{_('CDN')}
{/if}
{if 'vhs_type'|element:$m eq 2}
{_('云数据库')}
{/if}
{$m.desc} {if $m.upper_api_id > 0}{_('代理')}{/if} |
{$m.server_config_desc} | {$m.price_desc} | {'sales'|element:$m|default:0} | {$mod.name|action_url|html_status:$m.id:$m.status} | {$mod.name|action_url|html_status:$m.id:$m.rec:'rec'} |