2019-09-06 23:53:10 +08:00

24 lines
1022 B
HTML
Executable File

<div class="layui-tab-item layui-form">
<table class='wst-form wst-box-top'>
<tr>
<th width='150'>商城标题:</th>
<td><input type="text" id='seoMallTitle' class='ipt' value="{$object['seoMallTitle']}" maxLength='100'/></td>
</tr>
<tr>
<th>商城关键字:</th>
<td><input type="text" id='seoMallKeywords' class='ipt' style='width:70%' value="{$object['seoMallKeywords']}" maxLength='100'/></td>
</tr>
<tr>
<th>商城描述:</th>
<td><input type="text" id='seoMallDesc' class='ipt' style='width:70%' value="{$object['seoMallDesc']}" maxLength='100'/></td>
</tr>
<tr>
{if ($grant)}
<td colspan='2' align='center'>
<button type="button" class="btn btn-primary btn-mright" onclick='javascript:edit()'><i class="fa fa-check"></i>保存</button>
<button type="reset" class="btn" onclick='javascript:resetForm()'><i class="fa fa-refresh"></i>重置</button>
</td>
{/if}
</tr>
</table>
</div>