mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-22 03:56:49 +08:00
1257 lines
69 KiB
HTML
1257 lines
69 KiB
HTML
<!--{template common/header_simple_start}-->
|
||
<link href="static/icheck/skins/minimal/blue.css?{VERHASH}" rel="stylesheet" media="all">
|
||
<link href="static/select2/select2.css?{VERHASH}" rel="stylesheet" media="all">
|
||
<link href="static/select2/select2-bootstrap.css?{VERHASH}" rel="stylesheet" media="all">
|
||
<link href="static/css/common.css?{VERHASH}" rel="stylesheet" media="all">
|
||
<link href="static/css/app_manage.css?{VERHASH}" rel="stylesheet" media="all">
|
||
<script type="text/javascript" src="static/js/jquery.leftDrager.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/js/jquery.textareaexplander.js?{VERHASH}"></script>
|
||
<script src="admin/scripts/admin.js?{VERHASH}"></script>
|
||
<style>
|
||
.input-black {
|
||
margin-bottom: 0px;
|
||
}
|
||
.form-horizontal-left label {
|
||
padding-top: 0;
|
||
}
|
||
.loginset-template {
|
||
width: 100px;
|
||
overflow: hidden;
|
||
float: left;
|
||
margin-right: 10px;
|
||
display: block;
|
||
position: relative;
|
||
}
|
||
.loginset-template .loginset-template-icon {
|
||
width: 20px;
|
||
height: 20px;
|
||
border: 1px solid #AAB479;
|
||
position: absolute;
|
||
right: 1px;
|
||
top: 1px;
|
||
color: #DD4B39;
|
||
font-size: 15px;
|
||
display: none;
|
||
}
|
||
.loginset-template:hover .loginset-template-icon {
|
||
display: block;
|
||
}
|
||
.loginset-template:hover .loginset-template-icon > span {
|
||
display: none;
|
||
}
|
||
.loginset-template .loginset-template-icon1 {
|
||
display: block !important;
|
||
}
|
||
.loginset-template .loginset-template-icon1 > span {
|
||
display: block !important;
|
||
}
|
||
#cpform {
|
||
margin-top: 15px;
|
||
}
|
||
.file-hidde-content{
|
||
position: relative;
|
||
float: left;
|
||
}
|
||
.file-hidde-content .upold-add{
|
||
max-height: 55px;
|
||
max-width: 55px;
|
||
}
|
||
.file-hidde-content .file-hidde{
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
opacity: 0;
|
||
}
|
||
.file-hidde-content .progress-bar{
|
||
position: absolute;
|
||
height: 1px;
|
||
}
|
||
</style>
|
||
<!--{template common/header_simple_end}-->
|
||
<!--{template common/commer_header}-->
|
||
<div class="bs-container clearfix">
|
||
<div class="bs-left-container clearfix">
|
||
<!--{template left}-->
|
||
</div>
|
||
<div class="left-drager"> </div>
|
||
<div class="bs-main-container clearfix">
|
||
<!--{if $operation=='censor' || $operation=='space' || $operation == 'permgroup'}-->
|
||
<div>
|
||
<!--{else}-->
|
||
<div class="main-header clearfix">
|
||
<!--{/if}-->
|
||
<!--{if $operation=='mail'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li class="active"><a href="{BASESCRIPT}?mod=setting&operation=mail">{lang set}</a></li>
|
||
<li><a href="{BASESCRIPT}?mod=setting&op=mailcheck">{lang setting_mail_check}</a></li>
|
||
</ul>
|
||
<!--{elseif $operation=='smiley'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li class="active"><a href="{BASESCRIPT}?mod=setting&operation=smiley">{lang expression_set}</a> </li>
|
||
<li><a href="{BASESCRIPT}?mod=setting&op=smiley">{lang expression_class}</a></li>
|
||
</ul>
|
||
<!--{elseif $operation=='qywechat'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li class="active"><a href="{BASESCRIPT}?mod=setting&operation=qywechat">{lang
|
||
enterprise_binding}</a></li>
|
||
<!--{if $setting[CorpID] && $setting[CorpSecret]}-->
|
||
<li><a href="{BASESCRIPT}?mod=setting&op=assistant">{lang enterprise_little_helper}</a></li>
|
||
<li><a href="{BASESCRIPT}?mod=setting&op=wxsyn">{lang data_synchronization}</a></li>
|
||
<!--{/if}-->
|
||
</ul>
|
||
|
||
<!--{elseif $operation=='basic'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li class="active" style="margin-left: 0px;"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=basic">{lang members_verify_base}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=datetime">{lang time_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=upload">{lang upload_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=at">@{lang sector_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=notification">{lang Notification Settings}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='at'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=basic">{lang members_verify_base}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=datetime">{lang time_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=upload">{lang upload_set}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=at">@{lang sector_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=notification">{lang Notification Settings}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='notification'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=basic">{lang members_verify_base}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=datetime">{lang time_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=upload">{lang upload_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=at">@{lang sector_set}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=notification">{lang Notification Settings}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='upload'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=basic">{lang members_verify_base}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=datetime">{lang time_set}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=upload">{lang upload_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=at">@{lang sector_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=notification">{lang Notification Settings}</a> </li>
|
||
</ul>
|
||
|
||
<!--{elseif $operation=='loginset'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=denlu">{lang basicSet}</a></li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=access">{lang register_visit}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=sec">{lang verification_code_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=qqlogin">{lang QQ login Settings}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=loginset">{lang login_page_set}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='denlu'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=denlu">{lang basicSet}</a></li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=access">{lang register_visit}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=sec">{lang verification_code_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=qqlogin">{lang QQ login Settings}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=loginset">{lang login_page_set}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='qqlogin'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=denlu">{lang basicSet}</a></li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=access">{lang register_visit}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=sec">{lang verification_code_set}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=qqlogin">{lang QQ login Settings}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=loginset">{lang login_page_set}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='access'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=denlu">{lang basicSet}</a></li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=access">{lang register_visit}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=sec">{lang verification_code_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=qqlogin">{lang QQ login Settings}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=loginset">{lang login_page_set}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='datetime'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=basic">{lang members_verify_base}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=datetime">{lang time_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=upload">{lang upload_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=at">@{lang sector_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=notification">{lang Notification Settings}</a> </li>
|
||
</ul>
|
||
<!--{elseif $operation=='sec'}-->
|
||
<ul class="nav navbar-nav nav-pills-bottomguide">
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=denlu">{lang basicSet}</a></li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=access">{lang register_visit}</a> </li>
|
||
<li class="active"> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=sec">{lang verification_code_set}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=qqlogin">{lang QQ login Settings}</a> </li>
|
||
<li> <a href="{BASESCRIPT}?mod={MOD_NAME}&operation=loginset">{lang login_page_set}</a> </li>
|
||
</ul>
|
||
<!--{/if}-->
|
||
</div>
|
||
<div class="main-content">
|
||
<!--{if $operation=='basic'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="basic" name="operation">
|
||
<dl>
|
||
<a href=""></a>
|
||
<dt>{lang sitelogo}</dt>
|
||
<dd class="clearfix">
|
||
<div class="file-hidde-content">
|
||
<!--{if $setting[sitelogo] > 0}-->
|
||
<img src="index.php?mod=io&op=thumbnail&size=small&path={eval echo dzzencode('attach::'.$setting[sitelogo]);}" class="upold-add">
|
||
<!--{else}-->
|
||
<img src="static/image/common/logo.png" class="upold-add">
|
||
<!--{/if}-->
|
||
<input type="file" name="files[]" value="" class="file-hidde" />
|
||
<input type="hidden" name="settingnew[sitelogo]" value="$setting[sitelogo]" class="build-images" />
|
||
<div class="progress-bar"></div>
|
||
</div>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<a href=""></a>
|
||
<dt>{lang terrace_name}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" id="sitename" name="settingnew[sitename]" class="form-control" value="$setting[sitename]">
|
||
<span class="help-inline text-muted">{lang terrace_name_state} </span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang default_app}</dt>
|
||
<dd class="clearfix">
|
||
<input type="hidden" name="old_default_mod" class="form-control" value="$setting[default_mod]">
|
||
<select name="settingnew[default_mod]" class="form-control">
|
||
<option value="index_simple">{lang please_select_default_index}</option>
|
||
<!--{loop $applist $value}-->
|
||
<option value="$value[identifier]" <!--{if $value[ 'identifier']==$setting[default_mod]}-->selected="selected" <!--{/if}-->>$value[appname] </option>
|
||
<!--{/loop}-->
|
||
</select>
|
||
<span class="help-inline text-muted">{lang default_app_desc} </span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang user_default_join_department}</dt>
|
||
<dd class="clearfix">
|
||
<div class="dropdown">
|
||
<input id="sel_defaultdepartment" type="hidden" name="settingnew[defaultdepartment]" value="$setting[defaultdepartment]"/>
|
||
<button type="button" id="defaultdepartment_Menu" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> $defaultdepartment <span class="caret"></span></button>
|
||
<div id="defaultdepartment_dropdown_menu" class="dropdown-menu org-sel-box" role="menu" aria-labelledby="defaultdepartment_Menu">
|
||
<iframe name="defaultdepartment_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=defaultdepartment&nouser=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
|
||
</div>
|
||
</div>
|
||
<span class="help-inline text-muted">{lang setting_main_section}</span>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang thumbnail_size}</dt>
|
||
<dd class="clearfix">
|
||
<dl style="margin-top:0px">
|
||
<dd class="clearfix"><span class="label label-default" style="display:inline-block;padding:10px 15px;margin-right:10px;">{lang large_size}</span>
|
||
<input name="settingnew[thumbsize][small][width]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang width}" value="{eval echo $setting[thumbsize][small][width]?$setting[thumbsize][small][width]:'256'}"/>
|
||
<span style="display:inline-block;padding:6px 3px">X</span>
|
||
<input name="settingnew[thumbsize][small][height]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang height}" value="{eval echo $setting[thumbsize][small][height]?$setting[thumbsize][small][height]:'256'}"/>
|
||
</dd>
|
||
</dl>
|
||
<dl style="margin-top:0px">
|
||
<dd class="clearfix"><span class="label label-default" style="display:inline-block;padding:10px 15px;margin-right:10px;">{lang chinese_size}</span>
|
||
<input name="settingnew[thumbsize][middle][width]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang width}" value="{eval echo $setting[thumbsize][middle][width]?$setting[thumbsize][middle][width]:'800'}"/>
|
||
<span style="display:inline-block;padding:6px 3px">X</span>
|
||
<input name="settingnew[thumbsize][middle][height]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang height}" value="{eval echo $setting[thumbsize][middle][height]?$setting[thumbsize][middle][height]:'600'}"/>
|
||
</dd>
|
||
</dl>
|
||
<dl style="margin-top:0px">
|
||
<dd class="clearfix"><span class="label label-default" style="display:inline-block;padding:10px 15px;margin-right:10px;">{lang max_size}</span>
|
||
<input name="settingnew[thumbsize][large][width]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang width}" value="{eval echo $setting[thumbsize][large][width]?$setting[thumbsize][large][width]:'1440'}"/>
|
||
<span style="display:inline-block;padding:6px 3px">X</span>
|
||
<input name="settingnew[thumbsize][large][height]" class="form-control" style="display:inline-block;float:none;width:60px" placeholder="{lang height}" value="{eval echo $setting[thumbsize][large][height]?$setting[thumbsize][large][height]:'900'}"/>
|
||
</dd>
|
||
</dl>
|
||
<ul class="help-block">
|
||
{lang setting_main_thumbnail_size}
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang thumbnail_generation}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline"><input type="radio" name="settingnew[thumb_active]" <!--{if $setting['thumb_active']}-->checked="checked"<!--{/if}--> value="1"> {lang active_mode}</label>
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[thumb_active]" <!--{if !$setting['thumb_active']}-->checked="checked"<!--{/if}--> value="0">{lang passive_mode}</label>
|
||
<ul class="help-block" >
|
||
{lang setting_main_thumbnail_generation}
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang file_sharing}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[allowshare]" value="0" <!--{if !$setting[allowshare]}-->checked<!--{/if}--> > {lang enable}</label>
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[allowshare]" value="1"<!--{if $setting[allowshare]}-->checked <!--{/if}--> >{lang forbidden}</label>
|
||
<span class="help-block"> {lang setting_main_file_sharing}</span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang platform_beian}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" id="sitebeian" name="settingnew[sitebeian]" value="$setting[sitebeian]" />
|
||
<span class="help-block text-muted">{lang setting_main_html_size}</span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang platform_keywords}</dt>
|
||
<dd class="clearfix">
|
||
<textarea type="textarea" class="form-control" id="metakeywords" name="settingnew[metakeywords]" row="6">$setting[metakeywords]</textarea>
|
||
<span class="help-block text-muted"> {lang platform_seo_keywords}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang Platform_described}</dt>
|
||
<dd class="clearfix">
|
||
<textarea type="textarea" class="form-control" id="metadescription" name="settingnew[metadescription]" row="6">$setting[metadescription]</textarea>
|
||
<span class="help-block text-muted"> {lang Platform_seo_described}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang statistical_code}</dt>
|
||
<dd class="clearfix">
|
||
<textarea type="textarea" class="form-control" id="statcode" name="settingnew[statcode]" row="6">$setting[statcode]</textarea>
|
||
<span class="help-block text-muted">{lang support_html_code}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>公告</dt>
|
||
<dd class="clearfix">
|
||
<textarea type="textarea" class="form-control" id="gonggao" name="settingnew[gonggao]" row="6">$setting[gonggao]</textarea>
|
||
<span class="help-block text-muted">全站公告</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang close_terrace}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[bbclosed]" value="1" <!--{if $setting[bbclosed]}-->checked<!--{/if}--> onclick="document.getElementById('bbclosedreason').style.display='block'">{lang yes}</label>
|
||
<label class="radio radio-inline"> <input type="radio" name="settingnew[bbclosed]" value="0" <!--{if !$setting[bbclosed]}-->checked<!--{/if}--> onclick="document.getElementById('bbclosedreason').style.display='none'">{lang no}</label>
|
||
<span class="help-block">{lang setting_main_close_terrace}</span> </dd>
|
||
<dd class="clearfix">
|
||
<dl id="bbclosedreason" style=" <!--{if !$setting[bbclosed]}-->display:none;<!--{/if}--> ">
|
||
<dt>{lang setting_main_cause}</dt>
|
||
<dd class="clearfix">
|
||
<textarea type="textarea" class="form-control" id="closedreason" name="settingnew[closedreason]" row="6">$setting[closedreason]</textarea>
|
||
<span class="help-block text-muted">{lang setting_main_board_message}</span></dd>
|
||
</dl>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<script type="text/javascript">
|
||
var selorg = {};
|
||
//添加
|
||
selorg.add = function (ctrlid, vals) {
|
||
if (vals[0].orgid == 'other') vals[0].path = '{lang no_join_agency_department}';
|
||
jQuery('#' + ctrlid + '_Menu').html(vals[0].path + ' <span class="caret"></span>');
|
||
jQuery('#sel_' + ctrlid).val(vals[0].orgid);
|
||
}
|
||
</script>
|
||
<!--{elseif $operation=='at'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform" style="margin-top: 15px;">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="upload" name="operation">
|
||
<dl>
|
||
<dt>@{lang department_range}</dt>
|
||
<!--{loop $usergroups $value}-->
|
||
<dd class="clearfix">
|
||
<dl>
|
||
<dt>$value[grouptitle]</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline ml10" style="padding-left:0px"><input type="radio" name="settingnew[at_range][{$value[groupid]}]" <!--{if $setting['at_range'][{$value[groupid]}]==3}-->checked="checked"
|
||
<!--{/if}--> value="3">{lang all_agencies}</label>
|
||
<label class="radio-inline"><input type="radio" name="settingnew[at_range][{$value[groupid]}]" <!--{if $setting['at_range'][{$value[groupid]}]==2}-->checked="checked"
|
||
<!--{/if}--> value="2">{lang agency_department}</label>
|
||
<label class="radio-inline"><input type="radio" name="settingnew[at_range][{$value[groupid]}]" <!--{if $setting['at_range'][{$value[groupid]}]==1}-->checked="checked"
|
||
<!--{/if}--> value="1">{lang profile_privacy_1}</label>
|
||
<label class="radio-inline"><input type="radio" name="settingnew[at_range][{$value[groupid]}]" <!--{if $setting['at_range'][{$value[groupid]}]==0}-->checked="checked"
|
||
<!--{/if}--> value="0">{lang no_section}</label>
|
||
</dd>
|
||
</dl>
|
||
</dd>
|
||
<!--{/loop}-->
|
||
</dl>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='notification'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="notification" name="operation">
|
||
<dl>
|
||
<dt>通知刷新间隔</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[notification]" value="$setting[notification]">
|
||
<span class="help-inline text-muted">秒</span>
|
||
<ul class="help-block">
|
||
<li>间隔越短接收新消息越快,同时对服务器的性能要求越高,不建议配置差的服务器将间隔调太小。</li>
|
||
<li>如:间隔时间为1,表示每一秒请求服务器查看是否有新消息,相当于每个一秒就会访问服务器。</li>
|
||
<li>注意是填整数</li>
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='upload'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="upload" name="operation">
|
||
<dl>
|
||
<dt>{lang setting_main_suffix}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" name="settingnew[unRunExts]" class="form-control" style="width:90%;" value="$setting[unRunExts]">
|
||
<ul class="help-block text-muted" style="color:#FF451A;">
|
||
{lang setting_main_suffix_text}
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang upload_block_size}</dt>
|
||
<dd class="clearfix">
|
||
<div class="input-group" style="width:120px;float:left">
|
||
<input type="text" class="form-control" style="width:100px;" name="settingnew[maxChunkSize]" value="$setting[maxChunkSize]">
|
||
<span class="input-group-addon">M</span></div>
|
||
<ul class="help-block" style="color:#FF451A;">
|
||
{lang upload_block_size_text}
|
||
</ul>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang file_more_version_set}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline"><input type="radio" name="settingnew[fileVersion]" value="1" <!--{if !isset($setting[fileVersion]) || (isset($setting[fileVersion]) && $setting[fileVersion])}--> checked="checked" <!--{/if}-->/>{lang enable}</label>
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[fileVersion]" value="0" <!--{if isset($setting[fileVersion]) && !$setting[fileVersion]}-->checked="checked"<!--{/if}-->/>{lang close}</label>
|
||
</dd>
|
||
<dd class="clearfix" style="margin-top:20px;">
|
||
<dl id="fileVersionNumber" class="function-space <!--{if isset($setting[fileVersion]) && !$setting[fileVersion]}--> hide <!--{/if}-->">
|
||
<dt>{lang file_multiple_version_features}</dt>
|
||
<dd class="clearfix">
|
||
<div class="input-group function-space"> <input type="text" class="form-control" name="settingnew[fileVersionNumber]" <!--{if isset($setting['fileVersion'])}-->value="$setting[fileVersionNumber]" <!--{/if}--> placeholder="0" /> <span class="input-group-addon">{lang individual}</span> </div>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang allow_number_uploaded_versions_tip}</span></dd>
|
||
</dl>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<script type="text/javascript">
|
||
jQuery('input[name="settingnew[fileVersion]"]').click(function(){
|
||
var val = $(this).val();
|
||
if(val == 0){
|
||
jQuery('#fileVersionNumber').addClass('hide');
|
||
}else{
|
||
jQuery('#fileVersionNumber').removeClass('hide');
|
||
}
|
||
})
|
||
</script>
|
||
<!--{elseif $operation=='qqlogin'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="qqlogin" name="operation">
|
||
<dl>
|
||
<dt>{lang open_qq_login}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline "><input type="radio" name="settingnew[qq_login]" value="0" <!--{if !$setting[qq_login]}-->checked<!--{/if}--> onclick="jQuery('#qqlogin_wrapper').addClass('hide');">{lang no_enable}</label>
|
||
<label class="radio-inline "><input type="radio" name="settingnew[qq_login]" value="1" <!--{if $setting[qq_login]=='1'}-->checked<!--{/if}--> onclick="jQuery('#qqlogin_wrapper').removeClass('hide');">{lang enable}</label>
|
||
</dd>
|
||
</dl>
|
||
<div id="qqlogin_wrapper"<!--{if !$setting[qq_login]}--> class="hide"<!--{/if}-->>
|
||
<dl>
|
||
<dt>QQ APPID</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[qq_appid]" value="$setting[qq_appid]" />
|
||
</dd>
|
||
<dd class="clearfix"> <span class="help-inline">{lang qq_app_id}</span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>QQ APPKAY</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[qq_appkey]" value="$setting[qq_appkey]" />
|
||
</dd>
|
||
<dd class="clearfix"> <span class="help-inline">{lang qq_app_key}</span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang whether_allow_direct}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline "><input type="radio" name="settingnew[qq_bind]" value="1" <!--{if $setting[qq_bind]=='1'}-->checked<!--{/if}-->>{lang user_must_binding}</label>
|
||
<label class="radio-inline "><input type="radio" name="settingnew[qq_bind]" value="0" <!--{if !$setting[qq_bind]}-->checked<!--{/if}-->>{lang allow_direct_use}</label>
|
||
</dd>
|
||
<dd class="clearfix"> <span class="help-inline">{lang user_must_binding_text}</span> </dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang token_url}</dt>
|
||
<dd class="clearfix"> <b class="help-inline">$_G['siteurl']user.php</b> </dd>
|
||
</dl>
|
||
</div>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='loginset'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="loginset" name="operation">
|
||
<input type="hidden" value="1" name="settingnew[loginset][available]">
|
||
<dl>
|
||
<dt>{lang main_title_page}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[loginset][title]" value="$setting[loginset][title]"/>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-inline">{lang main_title_page_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang page_subtitle}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[loginset][subtitle]" value="$setting[loginset][subtitle]"/>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-inline">{lang page_subtitle_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang page_background}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[loginset][background]" value="$setting[loginset][background]"/>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-inline">{lang for_color_set}设置图片和颜色会同步到首页背景设置</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang Visitor login display}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline"><input type="radio" name="settingnew[loginset][youkedenlu]" <!--{if $setting[loginset][youkedenlu]=='1'}-->checked="checked"<!--{/if}--> value="1">{lang show}</label>
|
||
<label class="radio-inline"> <input type="radio" name="settingnew[loginset][youkedenlu]" <!--{if $setting[loginset][youkedenlu]=='0'}-->checked="checked"<!--{/if}--> value="0">{lang no_show}</label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-inline">{lang After the user selects tourist login, it will jump to the home page}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang Login template}</dt>
|
||
<dd class="clearfix">
|
||
<a class="loginset-template" href="admin/setting/images/template1.png" target="_blank">
|
||
<div class="loginset-template-icon<!--{if $setting[loginset][template] ==1}--> loginset-template-icon1<!--{/if}-->" data-template="1">
|
||
<span class="glyphicon glyphicon-ok"></span>
|
||
</div>
|
||
<img style="width: 100%;" src="admin/setting/images/template1.png" alt=""/>
|
||
</a>
|
||
<a class="loginset-template" href="admin/setting/images/template2.jpg" target="_blank">
|
||
<div class="loginset-template-icon<!--{if $setting[loginset][template] == 2}--> loginset-template-icon1<!--{/if}-->" data-template="2">
|
||
<span class="glyphicon glyphicon-ok"></span>
|
||
</div>
|
||
<img style="width: 100%;" src="admin/setting/images/template2.jpg" alt=""/>
|
||
</a>
|
||
<input type="hidden" class="form-control loginset-template-input" name="settingnew[loginset][template]" value="$setting[loginset][template]"/>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<span class="help-block">{lang Independent login page login template; Parameters will be synchronized to login (including administrator login), registration, password retrieval, and home application.}</span>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<script type="text/javascript">
|
||
jQuery(document).on('click', '.loginset-template-icon', function () {
|
||
jQuery(this).addClass('loginset-template-icon1').closest('.loginset-template').siblings().find('.loginset-template-icon').removeClass('loginset-template-icon1');
|
||
jQuery('.loginset-template-input').val(jQuery(this).data('template'));
|
||
return false;
|
||
})
|
||
</script>
|
||
<!--{elseif $operation=='mail'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="mail" name="operation">
|
||
<dl>
|
||
<dt>{lang administrator_email}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" id="adminemail" name="settingnew[adminemail]" value="$setting[adminemail]">
|
||
<span class="help-block text-muted"> {lang administrator_email_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang mail_way_send}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[mail][mailsend]" value="1" <!--{if $setting[mail][mailsend]=='1'}--> checked<!--{/if}--> onclick="document.getElementById('hidden1').style.display='none';document.getElementById('hidden2').style.display='none';">{lang mail_way_send1}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[mail][mailsend]" value="2" <!--{if $setting[mail][mailsend]=='2'}--> checked<!--{/if}--> onclick="document.getElementById('hidden1').style.display='table';document.getElementById('hidden2').style.display='none';">{lang mail_way_send2}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[mail][mailsend]" value="3" <!--{if $setting[mail][mailsend]=='3'}-->checked<!--{/if}--> onclick="document.getElementById('hidden2').style.display='table';document.getElementById('hidden1').style.display='none';">{lang mail_way_send3}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<table id="hidden1" class="table text-center" style="margin-bottom:0; <!--{if $setting[mail][mailsend]!=2}-->display:none<!--{/if}-->">
|
||
<thead>
|
||
<tr> {lang mail_way_send4}</tr>
|
||
</thead>
|
||
<!--{loop $smtps $id $smtp}-->
|
||
<tr>
|
||
<td>
|
||
<label>
|
||
<input type="checkbox" name="settingnew[mail][esmtp][delete][]" value="$id"/>
|
||
</label>
|
||
</td>
|
||
<td><input class="form-control" style="width:120px;" type="text" name="settingnew[mail][esmtp][$id][server]" value="$smtp[server]"/></td>
|
||
<td width="40"><input class="form-control" style="width:30px" type="text" name="settingnew[mail][esmtp][$id][port]" value="$smtp[port]"/></td>
|
||
<td width="40">
|
||
<label>
|
||
<input type="checkbox" name="settingnew[mail][esmtp][$id][auth]" value="1" $smtp[authcheck]/>
|
||
</label>
|
||
</td>
|
||
<td><input class="form-control" style="width:120px;" type="text" name="settingnew[mail][esmtp][$id][from]" value="$smtp[from]"/></td>
|
||
<td><input class="form-control" style="width:100px;" type="text" name="settingnew[mail][esmtp][$id][auth_username]" value="$smtp[auth_username]"/></td>
|
||
<td><input class="form-control" style="width:100px;" type="text" name="settingnew[mail][esmtp][$id][auth_password]" value="$smtp[auth_password]"/></td>
|
||
</tr>
|
||
<!--{/loop}-->
|
||
<tr>
|
||
<td colspan="7" align="left"><a href="javascript:;" onclick="addSMTP(this,1)"><i class="glyphicon glyphicon-plus"></i>{lang add_SMTP_server}</a></td>
|
||
</tr>
|
||
</table>
|
||
<table id="hidden2" class="table" style="margin-bottom:0; <!--{if $setting[mail][mailsend]!=3}-->display:none<!--{/if}-->">
|
||
<thead>{lang add_SMTP_server_set}</thead>
|
||
<!--{loop $smtps $id $smtp}-->
|
||
<tr>
|
||
<td>
|
||
<label>
|
||
<input type="checkbox" name="settingnew[mail][smtp][delete][]" value="$id"/>
|
||
</label>
|
||
</td>
|
||
<td><input class="form-control" type="text" name="settingnew[mail][smtp][$id][server]" value="$smtp[server]"/></td>
|
||
<td width="60"><input class="form-control" style="width:50px" type="text" name="settingnew[mail][smtp][$id][port]" value="$smtp[port]"/></td>
|
||
</tr>
|
||
<!--{/loop}-->
|
||
<tr>
|
||
<td colspan="7" align="left"><a href="javascript:;" onclick="addSMTP(this,0)"><i class="glyphicon glyphicon-plus"></i>{lang add_SMTP_server}</a></td>
|
||
</tr>
|
||
</table>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang email_header_separator}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline "><input type="radio" name="settingnew[mail][maildelimiter]" value="1"<!--{if $setting[mail][maildelimiter]=='1'}-->
|
||
checked<!--{/if}-->>{lang email_header_separator1}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline "><input type="radio" name="settingnew[mail][maildelimiter]" value="0"<!--{if $setting[mail][maildelimiter]=='0'}-->
|
||
checked<!--{/if}-->>{lang email_header_separator2}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline "><input type="radio" name="settingnew[mail][maildelimiter]" value="2"<!--{if $setting[mail][maildelimiter]=='2'}--> checked<!--{/if}-->>{lang email_header_separator3}</label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block "> {lang email_header_separator4}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang recipients_user}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline ">
|
||
<input type="radio" name="settingnew[mail][mailusername]" value="1" checked>{lang yes}
|
||
</label>
|
||
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[mail][mailusername]" value="0"<!--{if !$setting[mail][mailusername]}--> checked<!--{/if}-->>{lang no}</label>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang shield_email_error}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline ">
|
||
<input type="radio" name="settingnew[mail][sendmail_silent]" value="1" checked>{lang yes}
|
||
</label>
|
||
|
||
<label class="radio-inline "><input type="radio" name="settingnew[mail][sendmail_silent]" value="0"<!--{if !$setting[mail][sendmail_silent]}-->checked
|
||
<!--{/if}-->>{lang no}</label>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang Notification Whether to notify by email}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio-inline ">
|
||
<input type="radio" name="settingnew[mail][tzxxyjtz]" value="1" checked>{lang yes}
|
||
</label>
|
||
<label class="radio-inline ">
|
||
<input type="radio" name="settingnew[mail][tzxxyjtz]" value="0"<!--{if !$setting[mail][tzxxyjtz]}-->checked<!--{/if}-->>{lang no}
|
||
</label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block ">{lang If the mail server is not configured, do not enable it. Otherwise, the system stalls}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<script>
|
||
function addSMTP(obj, p) {
|
||
var html = '';
|
||
html += '<tr>';
|
||
html += ' <td> </td>';
|
||
html += ' <td><input class="form-control" style="width:120px;" type="text" name="newsmtp[server][]" class="txt"></td>';
|
||
html += '<td><input class="form-control" style="width:30px" type="text" value="25" name="newsmtp[port][]" class="txt"></td>';
|
||
if (p > 0) {
|
||
html += ' <td><label><input type="checkbox" value="1" name="newsmtp[auth][]"></label></td>';
|
||
html += ' <td><input class="form-control" style="width:120px;" type="text" name="newsmtp[from][]" class="txt"></td>';
|
||
html += ' <td ><input class="form-control" style="width:100px;" type="text" name="newsmtp[auth_username][]" class="txt"></td>';
|
||
html += ' <td><input class="form-control" style="width:100px;" type="text" name="newsmtp[auth_password][]" class="txt"></td>';
|
||
}
|
||
html += '</tr>';
|
||
jQuery(obj).parent().parent().before(html);
|
||
}
|
||
</script>
|
||
<!--{elseif $operation=='denlu'}-->
|
||
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="denlu" name="operation">
|
||
<dl>
|
||
<dt>{lang Number of login attempts}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[numberoflogins]" value="$setting[numberoflogins]">
|
||
<span class="help-block text-muted">{lang How many logins are allowed before disabling}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang Forbidden time}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[forbiddentime]" value="$setting[forbiddentime]">
|
||
<span class="help-inline text-muted">{lang sec}</span>
|
||
<span class="help-block text-muted">{lang How many login failures are allowed before you can log in again}</span>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--文件夹权限设置-->
|
||
<!--{elseif $operation=='access'}-->
|
||
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="access" name="operation">
|
||
<dl>
|
||
<dt>{lang allow_new_user_registration}</dt>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline">
|
||
<input type="checkbox" name="settingnew[regstatus]" value="1" <!--{if $setting[regstatus]>0}-->checked="checked"<!--{/if}-->>{lang open_enrollment}
|
||
</label>
|
||
<span class="help-block">{lang open_enrollment_text}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang register_link_text}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[reglinkname]" value="$setting[reglinkname]">
|
||
<span class="help-block text-muted">{lang register_link_text_text}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang password_min_length}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[pwlength]" value="$setting[pwlength]">
|
||
<span class="help-block text-muted">{lang password_min_length_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang mandatory_password_complexity}</dt>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" name="settingnew[strongpw][]" value="1" <!--{if in_array(1,$setting[strongpw])}-->checked="chcked"<!--{/if}--> />{lang strongpw_1}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" name="settingnew[strongpw][]" value="2" <!--{if in_array(2,$setting[strongpw])}-->checked="chcked"<!--{/if}--> />{lang strongpw_2}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" name="settingnew[strongpw][]" value="3" <!--{if in_array(3,$setting[strongpw])}-->checked="chcked"<!--{/if}--> />{lang strongpw_3}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" name="settingnew[strongpw][]" value="4" <!--{if in_array(4,$setting[strongpw])}-->checked="chcked"<!--{/if}--> />{lang strongpw_4}</label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang mandatory_password_complexity_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang according_site_terms_service}</dt>
|
||
<dd>
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[bbrules]" value="1" <!--{if $setting[bbrules]>0}-->checked<!--{/if}--> onclick="jQuery('#bbrules_more').show()"/>{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[bbrules]" value="0" <!--{if $setting[bbrules]<1}-->checked<!--{/if}--> onclick="jQuery('#bbrules_more').hide()"/>{lang no}</label>
|
||
<span class="help-block">{lang registration_website_terms_service}</span>
|
||
<dl id="bbrules_more" style="<!--{if $setting[bbrules]>0}-->display:block<!--{else}-->display:none<!--{/if}-->">
|
||
<dt>{lang terms_service_content}</dt>
|
||
<dd class="clearfix">
|
||
<textarea class="form-control" type="texterea" name="settingnew[bbrulestxt]" rows="5">$setting[bbrulestxt]</textarea>
|
||
<span class="help-block">{lang details_sites_terms_service}</span></dd>
|
||
</dl>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--文件夹权限设置-->
|
||
<!--{elseif $operation == 'permgroup'}-->
|
||
<!--{template perm_group}-->
|
||
<!--系统空间设置-->
|
||
<!--{elseif $operation == 'space'}-->
|
||
<script type="text/javascript">
|
||
try {
|
||
var openarr = $openarr;
|
||
} catch (e) {
|
||
}
|
||
$.getScript('dzz/system/scripts/selorg.js?{VERHASH}', function () {
|
||
selorg.openarr = openarr;
|
||
});
|
||
</script>
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash"/>
|
||
<input type="hidden" value="space" name="operation"/>
|
||
<dl>
|
||
<dt>{lang setSystemSpace}</dt>
|
||
<dd class="clearfix">
|
||
<div class="input-group function-space">
|
||
<input type="text" class="form-control" placeholder="0" name="settingnew[systemSpace]" value="$setting[systemSpace]">
|
||
<span class="input-group-addon" id="basic-addon2">M</span></div>
|
||
<span class="help-inline">{lang setSystemSpace_tip}</span> </dd>
|
||
</dl>
|
||
<dl id="user_space_set">
|
||
<dt>{lang upload_permissions}</dt>
|
||
<dd class="clearfix">
|
||
<p class="text-danger ml20" style="margin-left:0px"> {lang upload_permissions_text} </p>
|
||
</dd>
|
||
<!--{loop $usergroups $value}-->
|
||
<dl>
|
||
<dt>$value[grouptitle]</dt>
|
||
<dd class="clearfix">
|
||
<span class="pull-left mr20" style="padding:6px;padding-left:0px;">{lang default_space}</span>
|
||
<div class="input-group" style="width:120px;float:left">
|
||
<input type="text" class="form-control" style="width:100px;" name="group[{$value[groupid]}][maxspacesize]" value="$value[maxspacesize]">
|
||
<span class="input-group-addon">M</span></div>
|
||
<span class="help-inline">{lang setting_main_default}</span>
|
||
</dd>
|
||
<dd class="clearfix mt10">
|
||
<span class="pull-left mr20" style="padding:6px;padding-left:0px;">{lang file_size}</span>
|
||
<div class="input-group" style="width:120px;float:left">
|
||
<input type="text" class="form-control" style="width:100px;" name="group[{$value[groupid]}][maxattachsize]" value="$value[maxattachsize]">
|
||
<span class="input-group-addon">M</span></div>
|
||
<span class="help-inline">{lang setting_main_file_size};</span>
|
||
</dd>
|
||
<dd class="clearfix mt10">
|
||
<span class="pull-left mr20" style="padding:6px;padding-left:0px;">{lang file_type}</span>
|
||
<input type="text" class="form-control" style="width:250px;" name="group[{$value[groupid]}][attachextensions]" value="$value[attachextensions]">
|
||
<span class="help-inline">{lang setting_main_file_suffix}</span>
|
||
</dd>
|
||
</dl>
|
||
<!--{/loop}-->
|
||
<dl>
|
||
<dt>{lang space_organization_set}</dt>
|
||
<dd class="clearfix spacesetting ">
|
||
<div class="input-group function-space">
|
||
<input type="text" class="form-control" placeholder="0" name="settingnew[orgmemorySpace]" value="$setting[orgmemorySpace]">
|
||
<span class="input-group-addon" id="basic-addon2">M</span></div>
|
||
<span class="help-inline">{lang space_organization_set_tip}</span>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang space_group_set}</dt>
|
||
<dd class="clearfix spacesetting ">
|
||
<div class="input-group function-space">
|
||
<input type="text" class="form-control" placeholder="0" name="settingnew[groupmemorySpace]" value="$setting[groupmemorySpace]">
|
||
<span class="input-group-addon" id="basic-addon2">M</span></div>
|
||
<span class="help-inline">{lang space_group_set_tip}</span>
|
||
</dd>
|
||
</dl>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" id="submit_editsubmit" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
|
||
<!--{elseif $operation=='smiley'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="smiley" name="operation">
|
||
<dl>
|
||
<dt>{lang wide_high_expression_images}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[smthumb]" value="$setting[smthumb]">
|
||
<span class="help-inline text-muted">{lang wide_high_expression_images_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang expression_list}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[smcols]" value="$setting[smcols]">
|
||
<span class="help-inline text-muted">{lang expression_list_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang expression_line}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="settingnew[smrows]" value="$setting[smrows]">
|
||
<span class="help-inline text-muted">{lang expression_line_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='datetime'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="datetime" name="operation">
|
||
<dl>
|
||
<dt>{lang default_date_format}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" name="settingnew[dateformat]" class="form-control" value="$setting[dateformat]">
|
||
<span class="help-block text-muted">{lang default_date_format_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang default_time_format}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline">
|
||
<input type="radio" name="settingnew[timeformat]" value="24" $checktimeformat[24]/>24 {lang hourly}</label>
|
||
<label class="radio radio-inline">
|
||
<input type="radio" name="settingnew[timeformat]" value="12" $checktimeformat[12]/>12 {lang hourly}</label>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang human_time_format}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[dateconvert]" value="1" <!--{if $setting[dateconvert]>0}-->checked<!--{/if}--> />{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" name="settingnew[dateconvert]" value="0" <!--{if $setting[dateconvert]<1}-->checked<!--{/if}--> />{lang no}</label>
|
||
</dd>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang human_time_format_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang default_time_bad}</dt>
|
||
<dd class="clearfix">
|
||
<select onchange="if(this.value !== '')document.getElementById('settingnew[timeoffset]').value=this.value;" style="width:350px" name="global_timeoffset" class="form-control">
|
||
<!--{loop $timezones $key $value}-->
|
||
<option value="$key" <!--{if $key==$setting[timeoffset]}-->selected="selected"
|
||
<!--{/if}-->>{eval echo cutstr($value, 40, '..')}
|
||
</option>
|
||
<!--{/loop}-->
|
||
</select>
|
||
</dd>
|
||
<dd class="clearfix" style="margin-top:10px;">
|
||
<input type="text" name="settingnew[timeoffset]" class="form-control" value="$setting[timeoffset]" style="width:350px" id="settingnew[timeoffset]">
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang default_time_bad_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='sec'}-->
|
||
<dl class="clearfix" style="margin-top: 15px;">
|
||
<dt>{lang board_message}</dt>
|
||
<ul class="help-block">
|
||
{lang setting_mainboard_message_state}
|
||
</ul>
|
||
</dl>
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="sec" name="operation">
|
||
<dl>
|
||
<dt>{lang enable_authentication_code}</dt>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" value="1" name="settingnew[seccodestatus][1]" <!--{if $seccodestatus[1]>0}-->checked<!--{/if}-->> {lang new_user_register}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" value="1" name="settingnew[seccodestatus][2]" <!--{if $seccodestatus[2]>0}-->checked<!--{/if}-->> {lang login_member}</label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="checkbox-inline"><input type="checkbox" value="1" name="settingnew[seccodestatus][3]" <!--{if $seccodestatus[3]>0}-->checked<!--{/if}-->> {lang edit_password}</label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang edit_password_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang verification_code_type}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" onclick="document.getElementById('seccodeimageext').style.display = '';document.getElementById('seccodeimagewh').style.display = '';" <!--{if $setting[seccodedata][type]<1}-->checked<!--{/if}--> value="0" name="settingnew[seccodedata][type]"> {lang verification_code_type1} </label>
|
||
</dd>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" onclick="document.getElementById('seccodeimageext').style.display = 'none';document.getElementById('seccodeimagewh').style.display = 'none';" <!--{if $setting[seccodedata][type]==99}-->checked<!--{/if}--> value="99" name="settingnew[seccodedata][type]"> {lang verification_code_type5} </label>
|
||
</dd>
|
||
<dd class="clearfix"><span class="help-block">{lang verification_code_type_state}</span></dd>
|
||
<dd class="clearfix">
|
||
<dl>
|
||
<dt>{lang captcha_preview}</dt>
|
||
<dd class="clearfix">
|
||
<div style="max-width:250px;">
|
||
<!--{template common/seccheck}-->
|
||
</div>
|
||
</dd>
|
||
</dl>
|
||
</dd>
|
||
<dd id="seccodeimagewh" <!--{if $setting[seccodedata][type]<3}-->style="display:block"
|
||
<!--{else}-->style="display:none"
|
||
<!--{/if}-->>
|
||
<dl>
|
||
<dt>{lang captcha_img_width}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" value="$setting[seccodedata][width]" name="settingnew[seccodedata][width]">
|
||
|
||
<span class="help-inline">{lang captcha_img_width_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang captcha_img_height}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" value="$setting[seccodedata][height]" name="settingnew[seccodedata][height]">
|
||
|
||
<span class="help-inline">{lang captcha_img_height_state}</span>
|
||
</dl>
|
||
</dd>
|
||
<dd id="seccodeimageext" <!--{if $setting[seccodedata][type]<2}-->style="display:block"
|
||
<!--{else}-->style="display:none"
|
||
<!--{/if}-->>
|
||
<dl>
|
||
<dt>{lang images_break_up}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" value="$setting[seccodedata][scatter]" name="settingnew[seccodedata][scatter]">
|
||
|
||
<span class="help-inline">{lang images_break_up_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang random_image_background}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][background]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][background]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][background]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][background]">{lang no}</label>
|
||
<span class="help-block" {lang random_image_background_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang random_background_graphics}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][adulterate]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][adulterate]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][adulterate]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][adulterate]">{lang no}</label>
|
||
<span class="help-block">{lang random_background_graphics_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang rabdom_ttf_font}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][ttf]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][ttf]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][ttf]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][ttf]">{lang no}</label>
|
||
<ul class="help-block">
|
||
{lang rabdom_ttf_font_state}
|
||
</ul>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang rabdom_inclination}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][angle]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][angle]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][angle]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][angle]">{lang no}</label>
|
||
<span class="help-block">{lang rabdom_inclination_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang rabdom_tortuosity}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][warping]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][warping]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][warping]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][warping]">{lang no}</label>
|
||
<span class="help-block">{lang rabdom_tortuosity_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang rabdom_color}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][color]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][color]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][color]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][color]">{lang no}</label>
|
||
<span class="help-block">{lang rabdom_color_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang rabdom_size}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][size]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][size]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][size]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][size]">{lang no}</label>
|
||
<span class="help-block">{lang rabdom_size_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang text_shadow}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][shadow]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][shadow]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][shadow]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][shadow]">{lang no}</label>
|
||
<span class="help-block">{lang text_shadow_state}</span>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang gif_animation}</dt>
|
||
<dd class="clearfix">
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][animator]>0}-->checked<!--{/if}--> value="1"
|
||
name="settingnew[seccodedata][animator]">{lang yes}</label>
|
||
<label class="radio radio-inline"><input type="radio" <!--{if $setting[seccodedata][animator]<1}-->checked<!--{/if}--> value="0"
|
||
name="settingnew[seccodedata][animator]">{lang no}</label>
|
||
<span class="help-block">{lang gif_animation_state}</span>
|
||
</dl>
|
||
</dd>
|
||
<input class="btn btn-primary" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='censor'}-->
|
||
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="censor" name="operation">
|
||
<dl>
|
||
<dt>{lang words_to_replace}</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" class="form-control" name="replace" value="$replace"/>
|
||
<span class="help-inline">{lang words_to_replace_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang need_words_to_replace}</dt>
|
||
<dd class="clearfix">
|
||
<textarea class="form-control" name="badwords" rows="1" style="width:100%"/>$badwords</textarea>
|
||
<span class="help-block">{lang need_words_to_replace_state}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<input class="btn btn-primary" name="settingsubmit" value="{lang save_changes}" type="submit">
|
||
</dl>
|
||
</form>
|
||
<!--{elseif $operation=='qywechat'}-->
|
||
<form id="cpform" action="{BASESCRIPT}?mod=setting" class="form-horizontal-left" method="post" name="cpform" onsubmit="return validate(this);">
|
||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||
<input type="hidden" value="true" name="settingsubmit">
|
||
<input type="hidden" value="qywechat" name="operation">
|
||
<dl>
|
||
<dt>CorpID</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" id="CorpID" class="form-control" name="settingnew[CorpID]" value="$setting[CorpID]" required="true"/>
|
||
<span class="help-block">{lang CorpID}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>CorpSecret</dt>
|
||
<dd class="clearfix">
|
||
<input type="text" id="CorpSecret" class="form-control" name="settingnew[CorpSecret]" value="$setting[CorpSecret]" required="true"/>
|
||
<span class="help-block">{lang CorpSecret}</span></dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>{lang locking_range}</dt>
|
||
<dd class="clearfix">
|
||
<div class="dropdown">
|
||
<input id="sel_syndepartment" type="hidden" name="settingnew[synorgid]" value="$setting[synorgid]"/>
|
||
<button type="button" id="syndepartment_Menu" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> $syndepartment <span class="caret"></span></button>
|
||
<div id="syndepartment_dropdown_menu" class="dropdown-menu org-sel-box" role="menu" aria-labelledby="syndepartment_Menu">
|
||
<iframe name="orgids_iframe" class="org-sel-box-iframe" src="index.php?mod=system&op=orgtree&ctrlid=syndepartment&nouser=1" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" allowtransparency="true"></iframe>
|
||
</div>
|
||
</div>
|
||
</dd>
|
||
<ul class="help-block" style="line-height:2;">
|
||
{lang locking_range_state}
|
||
</ul>
|
||
</dl>
|
||
<dl>
|
||
<input type="hidden" id="fbind" name="fbind" value="bind"/>
|
||
<button class="btn btn-success btn-width" onclick="document.getElementById('cpform').onsubmit();">{lang bundle} </button>
|
||
|
||
<button class="btn btn-danger btn-width" onclick="document.getElementById('fbind').value='unbind';document.getElementById('cpform').onsubmit();"> {lang unbundle} </button>
|
||
</dl>
|
||
</form>
|
||
<script type="text/javascript">
|
||
var selorg = {};
|
||
|
||
//添加
|
||
selorg.add = function (ctrlid, vals) {
|
||
if (vals.length > 0) {
|
||
if (vals[0].orgid == 'other') vals[0].path = '{lang no_institution_users}';
|
||
jQuery('#' + ctrlid + '_Menu').html(vals[0].path + ' <span class="caret"></span>');
|
||
jQuery('#sel_' + ctrlid).val(vals[0].orgid);
|
||
} else {
|
||
jQuery('#' + ctrlid + '_Menu').html('{lang all_username} <span class="caret"></span>');
|
||
jQuery('#sel_' + ctrlid).val(0);
|
||
}
|
||
}
|
||
|
||
function validate(form) {
|
||
if (document.getElementById('CorpID').value == '') {
|
||
document.getElementById('CorpID').focus();
|
||
return false;
|
||
}
|
||
if (document.getElementById('CorpSecret').value == '') {
|
||
document.getElementById('CorpSecret').focus();
|
||
return false;
|
||
}
|
||
form.submit();
|
||
}
|
||
</script>
|
||
<!--{/if}-->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<a class="add-menu leftTopmenu dzz dzz-menu" onclick="_header.leftTopmenu(this)"></a>
|
||
</div>
|
||
<script type="text/javascript">
|
||
jQuery('.left-drager').leftDrager_layout();
|
||
jQuery(document).ready(function (e) {
|
||
jQuery('textarea').TextAreaExpander(30,500);
|
||
jQuery('label.radio-inline input,label.radio input,label.checkbox-inline input,label.checkbox input').iCheck({
|
||
checkboxClass: 'icheckbox_minimal-blue',
|
||
radioClass: 'iradio_minimal-blue'
|
||
});
|
||
jQuery('label.radio-inline input,label.radio input,label.checkbox-inline input,label.checkbox input').on('ifChecked', function (e) {
|
||
jQuery(this).trigger('click');
|
||
});
|
||
|
||
jQuery('input[required]').on('blur', function () {
|
||
if (this.value == '') {
|
||
jQuery(this).addClass('input-error')
|
||
} else {
|
||
jQuery(this).removeClass('input-error');
|
||
}
|
||
});
|
||
jQuery('input[required]').on('change', function () {
|
||
if (this.value == '') {
|
||
jQuery(this).addClass('input-error')
|
||
} else {
|
||
jQuery(this).removeClass('input-error');
|
||
}
|
||
});
|
||
|
||
jQuery('.file-hidde').fileupload({
|
||
url: '{MOD_URL}&op=upload',
|
||
dataType: 'json',
|
||
autoUpload: true,
|
||
maxChunkSize: 2000000, //2M
|
||
maxFileSize: 2000000, // 2 MB
|
||
acceptFileTypes: new RegExp("\.([jpe?g|gif|png])$", 'i'),
|
||
sequentialUploads: true,
|
||
add: function(e, data) {
|
||
data.images = jQuery(this).siblings('.upold-add');
|
||
data.images_src = jQuery(this).siblings('.upold-add').attr('src');
|
||
data.input_id = jQuery(this).siblings('.build-images');
|
||
data.progre = jQuery(this).siblings('.progress-bar');
|
||
data.images.attr('src','dzz/images/default/thumb.png');
|
||
data.process().done(function() {
|
||
data.submit();
|
||
});
|
||
},
|
||
progress: function(e, data) {
|
||
var progress = parseInt(data.loaded / data.total * 100, 10);
|
||
data.progre.css(
|
||
'width',
|
||
progress + '%'
|
||
);
|
||
},
|
||
done: function(e, data) {
|
||
jQuery.each(data.result.files, function(index, file) {
|
||
if(file.error) {
|
||
data.images.attr('src',data.images_src);
|
||
data.progre.css('width', 0);
|
||
showmessage('图片上传失败', 'danger', 3000, 1);
|
||
} else {
|
||
data.images.attr('src',file.data.img);
|
||
data.input_id.val(file.data.aid);
|
||
setTimeout(function(){
|
||
data.progre.css('width', 0);
|
||
},2000)
|
||
}
|
||
|
||
});
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
<script src="static/bootstrap/js/bootstrap.min.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/icheck/icheck.min.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/jquery_file_upload/jquery.ui.widget.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/jquery_file_upload/jquery.iframe-transport.js?{VERHASH}"></script>
|
||
<!-- The basic File Upload plugin -->
|
||
<script type="text/javascript" src="static/jquery_file_upload/jquery.fileupload.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/jquery_file_upload/jquery.fileupload-process.js?{VERHASH}"></script>
|
||
<script type="text/javascript" src="static/jquery_file_upload/jquery.fileupload-validate.js?{VERHASH}"></script>
|
||
<!--{template common/footer_simple}--> |