You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
5.1 KiB
HTML
117 lines
5.1 KiB
HTML
<extend name="Public/base"/>
|
|
<block name="body">
|
|
|
|
<!--end 添加至常用设置悬浮弹窗-->
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
<ul class="tabnav1711 fr jstabnav">
|
|
<li data-tab="tab1" class="current"><a href="javascript:void(0);" >阿里云实名</a></li>
|
|
<li data-tab="tab2"><a href="javascript:void(0);" >聚合数据实名</a></li>
|
|
</ul>
|
|
<h3 class="page_title">{$meta_title}</h3>
|
|
<p class="description_text">用于配置实名认证相关参数的功能;需要到阿里云创建实名认证接口参数</p>
|
|
</div>
|
|
|
|
<div class="tab-wrap">
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112">
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
<form action="{:U('saveTool')}" method="post" class="form-horizontal smtp form_info_ml">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class="l noticeinfo">appcode</td>
|
|
<td class="r table_radio">
|
|
<input name="config[appcode]" type="text" value="{$tool_age['appcode']}" class="input-large">
|
|
<span class="notice-text">阿里云实名认证接口 控制台->云市场->appcode</span>
|
|
</td>
|
|
</tr><tr>
|
|
<td class="l noticeinfo">启用状态</td>
|
|
<td class="r table_radio">
|
|
<span class="form_radio">
|
|
<label>
|
|
<input type="radio" name="status" value="0" <eq name="tool_age_data['status']" value="0">checked="checked"</eq>> 禁用
|
|
</label>
|
|
<label>
|
|
<input type="radio" name="status" value="1" <eq name="tool_age_data['status']" value="1">checked="checked"</eq>> 启用
|
|
</label>
|
|
</span>
|
|
<span class="notice-text">短信设置启用状态</span>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
<input type="hidden" name="name" value="tool_age">
|
|
<input type="submit" value="保存" target-form="smtp" class="submit_btn form_btn ajax-post mlspacing">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112">
|
|
<div id="tab2" class="tab-pane tab2">
|
|
<form action="{:U('saveTool')}" method="post" class="form-horizontal juhe_age form_info_ml">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class="l noticeinfo">Appkey</td>
|
|
<td class="r table_radio">
|
|
<input name="config[appkey]" type="text" value="{$juhe_age['appkey']}" class="input-large">
|
|
<span class="notice-text">阿里云实名认证接口 控制台->云市场->appcode</span>
|
|
</td>
|
|
</tr><tr>
|
|
<td class="l noticeinfo">启用状态</td>
|
|
<td class="r table_radio">
|
|
<span class="form_radio">
|
|
<label>
|
|
<input type="radio" name="status" value="0" <eq name="juhe_age['status']" value="0">checked="checked"</eq>> 禁用
|
|
</label>
|
|
<label>
|
|
<input type="radio" name="status" value="1" <eq name="juhe_age['status']" value="1">checked="checked"</eq>> 启用
|
|
</label>
|
|
</span>
|
|
<span class="notice-text">短信设置启用状态</span>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
<input type="hidden" name="name" value="juhe_age">
|
|
<input type="submit" value="保存" target-form="juhe_age" class="submit_btn form_btn ajax-post mlspacing">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="common_settings">
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
<form class="addShortcutIcon">
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
<input type="hidden" name="url" value="{$m_url}">
|
|
</form>
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
</div>
|
|
|
|
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script src="../../../../Public/static/layer/layer.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Tool/age')}');
|
|
$(function(){
|
|
//支持tab
|
|
showTab();
|
|
})
|
|
|
|
//添加常用设置
|
|
$(".js_add").click(function(){
|
|
layer.msg('添加成功!', {icon: 1,shade: 0.2,time:600,});
|
|
});
|
|
|
|
</script>
|
|
</block>
|