You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
453 B

{include file="header"}
<div class="title">微信通设置</div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<form method="post" action="{url('wechat/setting')}">
{loop $setting $key $vo}
<tr>
<td{if $key==0} width="160"{/if}>{$vo['name']}</td>
<td>{$vo['html']}</td>
</tr>
{/loop}
<tr>
<td></td>
<td><input type="submit" name="submit" value="提 交" /></td>
</tr>
</form>
</table>
</body>
</html>