@@ -0,0 +1,9 @@
|
||||
|
||||
<div class="tabnav">
|
||||
<h6>公共管理</h6>
|
||||
<ul>
|
||||
<li {if $mg=='options'}class="select"{/if}><a href="{SITE_URL}index.php?app=pubs&ac=admin&mg=options">基础配置</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div style="height: 100px;"></div>
|
||||
@@ -0,0 +1,25 @@
|
||||
{php include pubTemplate("header_admin")}
|
||||
|
||||
<div class="midder">
|
||||
|
||||
{php include template("admin/menu");}
|
||||
|
||||
<form method="POST" action="index.php?app=pubs&ac=admin&mg=options&ts=do">
|
||||
<table class="table table-hover">
|
||||
|
||||
<tr><td width="200">手机验证码发送间隔时间:</td><td><input type="number" name="option[phone_code_send_time]" value="{$strOption['phone_code_send_time']}" /> 分钟</td></tr>
|
||||
|
||||
<tr><td>Email验证码发送间隔时间:</td><td><input type="number" name="option[email_code_send_time]" value="{$strOption['email_code_send_time']}" /> 分钟</td></tr>
|
||||
|
||||
|
||||
|
||||
<tr><td></td><td>
|
||||
|
||||
<input class="btn btn-primary" type="submit" value="提交修改" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
{php include pubTemplate("footer_admin")}
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="tabnav">
|
||||
<ul>
|
||||
<li><a href="{SITE_URL}index.php?app=system&ac=plugin&ts=list&apps=pubs">返回插件首页</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user