mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 11:02:41 +08:00
优化UI
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
<input type="checkbox" class="form-check-input" name="available[{$value[bz]}]" value="{eval echo ($value[available]?$value[available]:1)}" <!--{if $value[available]>0}-->checked<!--{/if}--> <!--{if $value[warning]}-->disabled<!--{/if}--> > <span class="text-danger" style="padding-left:3px">$value[warning]</span>
|
||||
<!--{/if}-->
|
||||
</td>
|
||||
<td><a href="{MOD_URL}&op=edit&bz=$value[bz]">{lang set}</a>
|
||||
<td width="140"><a class="btn btn-outline-primary" href="{MOD_URL}&op=edit&bz=$value[bz]">{lang set}</a>
|
||||
<!--{if $value[warning]}-->
|
||||
<!-- <br /> -->
|
||||
<a class="text-danger" href="{MOD_URL}&operation=delete&bz=$value[bz]" style="margin-left:15px;">{lang delete}</a>
|
||||
<a class="btn btn-outline-danger" href="{MOD_URL}&operation=delete&bz=$value[bz]" style="margin-left:15px;">{lang delete}</a>
|
||||
<!--{/if}-->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -50,116 +50,115 @@
|
||||
<!--{/if}-->
|
||||
</ul>
|
||||
</div>
|
||||
<form class="row gx-3 gy-2 align-items-center" action="{MOD_URL}" method="get">
|
||||
<input type="hidden" name="mod" value="{MOD_NAME}">
|
||||
<input type="hidden" name="op" value="verify">
|
||||
<input type="hidden" name="vid" value="$vid">
|
||||
<input type="hidden" name="anchor" value="$anchor">
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden" for="username">{lang user_name}*</label>
|
||||
<input type="text" class="form-control" id="username" name="username" value="$_GET[username]" placeholder="{lang user_name}*">
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden" for="uid">UID:</label>
|
||||
<input type="text" class="form-control" id="uid" name="uid" value="$_GET[uid]" placeholder="UID">
|
||||
</div>
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<div class="mb-3">
|
||||
<div class="input-group" data-provide="datepicker">
|
||||
<span class="input-group-text">从</span>
|
||||
<input type="text" class="form-control" id="dateline1" name="dateline1" placeholder="{lang members_verify_dateline}" value="$_GET[dateline1]">
|
||||
<span class="input-group-text">至</span>
|
||||
<input type="text" class="form-control" id="dateline2" name="dateline2" placeholder="{lang members_verify_dateline}" value="$_GET[dateline2]">
|
||||
</div>
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden">{lang result_ranking}</label>
|
||||
<select class="form-select" name="orderby">
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<option value="dateline">{lang members_verify_dateline}</option>
|
||||
<!--{else}-->
|
||||
<option value="uid">UID</option>
|
||||
<!--{/if}-->
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<select name="ordersc" class="form-select">
|
||||
<option value="desc" <!--{if $_GET[ordersc]=='desc' }-->selected="selected"<!--{/if}-->>{lang pass_subtract}</option>
|
||||
<option value="asc" <!--{if $_GET[ordersc]=='asc' }-->selected="selected"<!--{/if}-->>{lang pass_add}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<select name="perpage" class="form-select">
|
||||
<option value="10" <!--{if $_GET[perpage]=='10' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}10{lang individual}</option>
|
||||
<option value="20" <!--{if $_GET[perpage]=='20' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}20{lang individual}</option>
|
||||
<option value="50" <!--{if $_GET[perpage]=='50' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}50{lang individual}</option>
|
||||
<option value="100" <!--{if $_GET[perpage]=='100' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}100{lang individual}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button type="submit" name="searchsubmit" value="{lang search}" class="btn btn-primary">{lang search}</button>
|
||||
<span class="help-block"> *{lang fuzzy_search}</span>
|
||||
</div>
|
||||
</form>
|
||||
<div class="main-content">
|
||||
<iframe id="frame_profile" name="frame_profile" style="display: none"></iframe>
|
||||
<form class="row gx-3 gy-2 align-items-center" action="{MOD_URL}" method="get">
|
||||
<input type="hidden" name="mod" value="{MOD_NAME}">
|
||||
<input type="hidden" name="op" value="verify">
|
||||
<input type="hidden" name="vid" value="$vid">
|
||||
<input type="hidden" name="anchor" value="$anchor">
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden" for="username">{lang user_name}*</label>
|
||||
<input type="text" class="form-control" id="username" name="username" value="$_GET[username]" placeholder="{lang user_name}*">
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden" for="uid">UID:</label>
|
||||
<input type="text" class="form-control" id="uid" name="uid" value="$_GET[uid]" placeholder="UID">
|
||||
</div>
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<div class="col-sm-6">
|
||||
<div class="input-group" data-provide="datepicker">
|
||||
<span class="input-group-text">从</span>
|
||||
<input type="text" class="form-control" id="dateline1" name="dateline1" placeholder="{lang members_verify_dateline}" value="$_GET[dateline1]">
|
||||
<span class="input-group-text">至</span>
|
||||
<input type="text" class="form-control" id="dateline2" name="dateline2" placeholder="{lang members_verify_dateline}" value="$_GET[dateline2]">
|
||||
</div>
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
<div class="col-sm-3">
|
||||
<label class="visually-hidden">{lang result_ranking}</label>
|
||||
<select class="form-select" name="orderby">
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<option value="dateline">{lang members_verify_dateline}</option>
|
||||
<!--{else}-->
|
||||
<option value="uid">UID</option>
|
||||
<!--{/if}-->
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<select name="ordersc" class="form-select">
|
||||
<option value="desc" <!--{if $_GET[ordersc]=='desc' }-->selected="selected"<!--{/if}-->>{lang pass_subtract}</option>
|
||||
<option value="asc" <!--{if $_GET[ordersc]=='asc' }-->selected="selected"<!--{/if}-->>{lang pass_add}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<select name="perpage" class="form-select">
|
||||
<option value="10" <!--{if $_GET[perpage]=='10' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}10{lang individual}</option>
|
||||
<option value="20" <!--{if $_GET[perpage]=='20' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}20{lang individual}</option>
|
||||
<option value="50" <!--{if $_GET[perpage]=='50' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}50{lang individual}</option>
|
||||
<option value="100" <!--{if $_GET[perpage]=='100' }-->selected="selected"<!--{/if}-->>{lang logs_lpp}100{lang individual}</option>
|
||||
</select>
|
||||
</div>
|
||||
<dl>
|
||||
<button type="submit" name="searchsubmit" value="{lang search}" class="btn btn-primary">{lang search}</button>
|
||||
<span class="help-block"> *{lang fuzzy_search}</span>
|
||||
</dl>
|
||||
</form>
|
||||
<iframe id="frame_profile" name="frame_profile" style="display: none"></iframe>
|
||||
<form id="cpform" action="{MOD_URL}&op=verify&" class="form-horizontal" method="post" name="cpform">
|
||||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||||
<input type="hidden" value="true" name="verifysubmit">
|
||||
<input type="hidden" value="$vid" name="vid">
|
||||
<input type="hidden" name="anchor" value="$anchor">
|
||||
<table class="table table-hover">
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<thead>
|
||||
<th width="90" style="text-align:center">{lang username}</th>
|
||||
<th width="120">{lang members_verify_dateline}</th>
|
||||
<th>{lang members_verify_info}</th>
|
||||
</thead>
|
||||
<!--{loop $list $value}-->
|
||||
<tr id="mod_{$value[vid]}_row" verifyid="{$value[vid]}" class="hover">
|
||||
<td width="90" align="center">$value[username]</td>
|
||||
<td width="120">$value[dateline]</td>
|
||||
<td>$value[fieldstr]</td>
|
||||
</tr>
|
||||
<!--{/loop}-->
|
||||
<thead>
|
||||
<td colspan="15">
|
||||
|
||||
<form id="cpform" action="{MOD_URL}&op=verify&" class="form-horizontal" method="post" name="cpform">
|
||||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||||
<input type="hidden" value="true" name="verifysubmit">
|
||||
<input type="hidden" value="$vid" name="vid">
|
||||
<input type="hidden" name="anchor" value="$anchor">
|
||||
<table class="table table-hover">
|
||||
<!--{if $anchor!='pass'}-->
|
||||
<thead>
|
||||
<th width="90" style="text-align:center">{lang username}</th>
|
||||
<th width="120">{lang members_verify_dateline}</th>
|
||||
<th>{lang members_verify_info}</th>
|
||||
</thead>
|
||||
<!--{loop $list $value}-->
|
||||
<tr id="mod_{$value[vid]}_row" verifyid="{$value[vid]}" class="hover">
|
||||
<td width="90" align="center">$value[username]</td>
|
||||
<td width="120">$value[dateline]</td>
|
||||
<td>$value[fieldstr]</td>
|
||||
</tr>
|
||||
<!--{/loop}-->
|
||||
<thead>
|
||||
<td colspan="15">
|
||||
<input type="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('validate')">{lang all_validate}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_cancel_all();">{lang cancel_select}</a>
|
||||
$multi
|
||||
</td>
|
||||
</thead>
|
||||
<!--{else}-->
|
||||
<thead>
|
||||
<th width="80"></th>
|
||||
<th width="90" style="text-align:center">{lang username}</th>
|
||||
|
||||
<input type="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('validate')">{lang all_validate}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_cancel_all();">{lang cancel_select}</a>
|
||||
$multi
|
||||
</td>
|
||||
</thead>
|
||||
<!--{else}-->
|
||||
<thead>
|
||||
<th width="80"></th>
|
||||
<th width="90" style="text-align:center">{lang username}</th>
|
||||
|
||||
<th>{lang members_verify_info}</th>
|
||||
</thead>
|
||||
<!--{loop $list $value}-->
|
||||
<tr id="mod_{$value[uid]}_row" verifyid="{$value[uid]}" class="hover">
|
||||
<td width="80">$value[opstr]</td>
|
||||
<td width="90" align="center">$value[username]</td>
|
||||
<td>$value[fieldstr]</td>
|
||||
</tr>
|
||||
<!--{/loop}-->
|
||||
<thead>
|
||||
<td colspan="15">
|
||||
<input type="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('export')">{lang select_all_export}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||
<a class="btn btn-primary" href="{MOD_URL}&op=verify&vid=$vid&anchor=pass&verifysubmit=yes">{lang all_export}</a>
|
||||
$multi
|
||||
</td>
|
||||
</thead>
|
||||
<!--{/if}-->
|
||||
</table>
|
||||
</form>
|
||||
<th>{lang members_verify_info}</th>
|
||||
</thead>
|
||||
<!--{loop $list $value}-->
|
||||
<tr id="mod_{$value[uid]}_row" verifyid="{$value[uid]}" class="hover">
|
||||
<td width="80">$value[opstr]</td>
|
||||
<td width="90" align="center">$value[username]</td>
|
||||
<td>$value[fieldstr]</td>
|
||||
</tr>
|
||||
<!--{/loop}-->
|
||||
<thead>
|
||||
<td colspan="15">
|
||||
<input type="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('export')">{lang select_all_export}</a>
|
||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||
<a class="btn btn-primary" href="{MOD_URL}&op=verify&vid=$vid&anchor=pass&verifysubmit=yes">{lang all_export}</a>
|
||||
$multi
|
||||
</td>
|
||||
</thead>
|
||||
<!--{/if}-->
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -30,12 +30,12 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class=" alert alert-warning ">
|
||||
<ul>
|
||||
{lang verifyset_members_verify_text}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<div class="alert alert-warning ">
|
||||
<ul>
|
||||
{lang verifyset_members_verify_text}
|
||||
</ul>
|
||||
</div>
|
||||
<form id="cpform" action="{MOD_URL}&op=verifyset" class="form-horizontal" method="post" name="cpform">
|
||||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
||||
<input type="hidden" value="true" name="verifysubmit">
|
||||
|
||||
@@ -6,46 +6,54 @@
|
||||
<!--{template left}-->
|
||||
</div>
|
||||
<div class="left-drager">
|
||||
</div>
|
||||
<div class="bs-main-container clearfix">
|
||||
<div class="main-header clearfix">
|
||||
<span id="step1" <!--{if $step==1}-->style="color:green"<!--{/if}-->>1.{lang nav_updatecache_confirm}</span>
|
||||
<span id="step2" <!--{if $step==2}-->style="color:green"<!--{/if}-->>2.{lang nav_updatecache_verify}</span>
|
||||
<span id="step3" <!--{if $step==3}-->style="color:green"<!--{/if}-->>3.{lang nav_updatecache_completed}</span>
|
||||
<div class="left-drager-op">
|
||||
<div class="left-drager-sub"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bs-main-container clearfix">
|
||||
<div class="main-content">
|
||||
<div class="well well-sm">
|
||||
<!--{if $step==1}-->
|
||||
<form method="post" class="form-horizontal form-horizontal-left" action="{MOD_URL}&op=updatecache&step=2">
|
||||
<input name="formhash" value="{VERHASH}" type="hidden">
|
||||
<div class="form-check form-check-inline">
|
||||
<input name="type[]" value="data" checked class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_data}</label>
|
||||
</div>
|
||||
<input name="type[]" value="data" checked class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_data}</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input name="type[]" value="tpl" id="tplcache" checked class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_tpl}</label>
|
||||
</div>
|
||||
<input name="type[]" value="tpl" id="tplcache" checked class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_tpl}</label>
|
||||
</div>
|
||||
<dl>
|
||||
<input class="btn btn-primary" name="confirmed" value="{lang confirms}" type="submit">
|
||||
</dl>
|
||||
</form>
|
||||
<!--{elseif $step==2}-->
|
||||
<p class="ml20">{lang tools_updatecache_waiting}</p>
|
||||
<p class="text-success ml20">
|
||||
<a href="{MOD_URL}&op=updatecache&step=3&type=data_tpl" class="lightlink">{lang message_redirect}</a>
|
||||
</p>
|
||||
<script type="text/JavaScript">setTimeout(function(){location.href='{MOD_URL}&op=updatecache&step=3&type=data_tpl';}, 2000);</script>
|
||||
<div class="text-center" style="margin:20px 0;">
|
||||
<h2 class="text-success ml20">{lang tools_updatecache_waiting}</h2>
|
||||
<div class="progress progress-striped active">
|
||||
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:0%"><span class="sr-only">100% Complete</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<dl><a href="{MOD_URL}&op=updatecache&step=3&type=data_tpl" class="btn btn-primary">{lang message_redirect}</a></dl>
|
||||
<script type="text/javascript">
|
||||
jQuery('.progress-bar').animate({ width: '100%' }, 2000, function() {
|
||||
window.location.href = '{MOD_URL}&op=updatecache&step=3&type=data_tpl';
|
||||
});
|
||||
</script>
|
||||
<!--{elseif $step==3}-->
|
||||
<p class="text-success ml20" style="margin:10px;">{lang update_cache_succeed}</p>
|
||||
<h2 class="text-primary ml20 text-center">{lang update_cache_succeed}</h2>
|
||||
<script type="text/javascript">
|
||||
window.setTimeout(function() { location.href = '{MOD_URL}&op=updatecache'; }, 5000);
|
||||
</script>
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
<ul class="help-block">
|
||||
<h5>{lang board_message}</h5> {lang tools_updatecache_tips}
|
||||
</ul>
|
||||
<div class="alert alert-warning">
|
||||
<h5>{lang board_message}</h5>
|
||||
<ul class="help-block">
|
||||
{lang tools_updatecache_tips}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,14 +1,5 @@
|
||||
<!--{template common/header_simple_start}-->
|
||||
<script src="admin/scripts/admin.js?{VERHASH}"></script>
|
||||
<style>
|
||||
.progress.active .progress-bar {
|
||||
-webkit-animation: none;
|
||||
animation: none;
|
||||
transition: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
</style>
|
||||
<!--{template common/header_simple_end}-->
|
||||
<!--{template common/commer_header}-->
|
||||
<div class="bs-container clearfix">
|
||||
@@ -16,18 +7,19 @@
|
||||
<!--{template left}-->
|
||||
</div>
|
||||
<div class="left-drager">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="left-drager-op">
|
||||
<div class="left-drager-sub"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bs-main-container clearfix">
|
||||
<!--{if $operation == 'patch' || $operation == 'cross'}-->
|
||||
<div class="main-header clearfix">
|
||||
<strong style="font-size:14px;">{lang upgrade}</strong>
|
||||
<!--{loop $steplang $key $value}-->
|
||||
<!--{if $key>0 && $key<=5}-->
|
||||
<span class="text-muted" <!--{if $key==$step}-->style="color:green"<!--{/if}-->>{$key}.{$value}</span>
|
||||
<!--{/if}-->
|
||||
<!--{/loop}-->
|
||||
<strong style="font-size:14px;">{lang upgrade}</strong>
|
||||
<!--{loop $steplang $key $value}-->
|
||||
<!--{if $key>0 && $key<=5}-->
|
||||
<span class="text-muted" <!--{if $key==$step}-->style="color:green"<!--{/if}-->>{$key}.{$value}</span>
|
||||
<!--{/if}-->
|
||||
<!--{/loop}-->
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
<!--{if $operation=='check'}-->
|
||||
@@ -83,7 +75,6 @@
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
<!--{elseif $operation=='patch' || $operation=='cross' }-->
|
||||
|
||||
<div class="main-content">
|
||||
<!--{if !$_G['setting']['bbclosed']}-->
|
||||
<div style="padding:20px;height:450px">
|
||||
@@ -225,9 +216,7 @@
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
|
||||
<!--{/if}-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) {
|
||||
define('CORE_VERSION', '2.02');
|
||||
define('CORE_RELEASE', '20180909');
|
||||
define('CORE_FIXBUG' , '20000000');
|
||||
define('CORE_XHVERSION', '1.87.7');
|
||||
define('CORE_XHRELEASE', '20240412');
|
||||
define('CORE_XHFIXBUG' , '20240110');
|
||||
define('CORE_XHVERSION', '1.87.8');
|
||||
define('CORE_XHRELEASE', '20240706');
|
||||
define('CORE_XHFIXBUG' , '20240706');
|
||||
}
|
||||
@@ -238,8 +238,6 @@ span .chk-ico {
|
||||
}
|
||||
.module-grid-view .wrapper .icoimgContainer{
|
||||
position:relative;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.module-grid-view .wrapper .icoimgContainer .imageclass{
|
||||
display:block;
|
||||
@@ -289,7 +287,10 @@ span .chk-ico {
|
||||
}
|
||||
.sharepame-name{
|
||||
font-size: 14px;
|
||||
margin-bottom: 12px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.sharepame-detailed {
|
||||
color: #6c757d;
|
||||
}
|
||||
.sharepame-detailed .sharepame-time{
|
||||
padding-right:5px ;
|
||||
|
||||
@@ -19,12 +19,16 @@
|
||||
|
||||
</style>
|
||||
<div class="main-header clearfix">
|
||||
<ul class="nav nav-pills">
|
||||
<strong class="pull-left" id="title_orgname">$org['orgname']</strong>
|
||||
<!--{if $_G['adminid']==1}-->
|
||||
<a href="{MOD_URL}&op=export&orgid=$orgid" class="btn btn-outline-primary pull-right" title="{lang export_excl}" target="_blank">{lang export_user}</a>
|
||||
<!--{/if}-->
|
||||
</ul>
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<div class="container-fluid">
|
||||
<strong class="pull-left" id="title_orgname">$org['orgname']</strong>
|
||||
<div class="collapse navbar-collapse">
|
||||
<!--{if $_G['adminid']==1}-->
|
||||
<a href="{MOD_URL}&op=export&orgid=$orgid" class="btn btn-outline-primary pull-right" title="{lang export_excl}" target="_blank">{lang export_user}</a>
|
||||
<!--{/if}-->
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="main-content">
|
||||
<div class="col-md-12">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
return array(
|
||||
'allow_robot'=>false,
|
||||
'allow_view'=>1,
|
||||
);
|
||||
@@ -17,7 +17,7 @@ $type = isset($_GET['type']) ? intval($_GET['type']):0;//2,选择位置;1,
|
||||
$exttype = isset($_GET['exttype']) ? trim($_GET['exttype']):'';//类型范围
|
||||
$filename = isset($_GET['filename'])?trim($_GET['filename']):'';
|
||||
$token = isset($_GET['token']) ? trim($_GET['token']):'';//调用地方传递参数,将原样返回给回调函数
|
||||
$perm = isset($_GET['perm']) ? trim($_GET['perm']):'';//权限判断值:比如 write,判断是否有写入权限;再如,write,copy,判断是否有写入和copy权限(即多个权限用逗号分隔)
|
||||
$perm = isset($_GET['perm']) ? trim($_GET['perm']):'write';//权限判断值:比如 write,判断是否有写入权限;再如,write,copy,判断是否有写入和copy权限(即多个权限用逗号分隔)
|
||||
$mulitype = isset($_GET['mulitype']) ? intval($_GET['mulitype']):0;//0,不允许多选;1,允许多选
|
||||
if($type == 1){
|
||||
$rid = isset($_GET['rid']) ? trim($_GET['rid']):'';
|
||||
|
||||
24
static/bootstrap/css/bootstrap.min.css
vendored
24
static/bootstrap/css/bootstrap.min.css
vendored
@@ -1508,9 +1508,10 @@ input[type=submit].btn-block {
|
||||
display: block;
|
||||
}
|
||||
.nav>li>a {
|
||||
position: relative;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
padding: 8px;
|
||||
display: table;
|
||||
cursor: pointer;
|
||||
}
|
||||
.nav>li>a:focus,
|
||||
.nav>li>a:hover {
|
||||
@@ -1579,7 +1580,9 @@ input[type=submit].btn-block {
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-color: transparent
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
width: 100%;
|
||||
}
|
||||
.nav-pills>li {
|
||||
float: left
|
||||
}
|
||||
@@ -8804,7 +8807,8 @@ fieldset:disabled .btn {
|
||||
.btn-group-vertical {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
vertical-align: middle
|
||||
vertical-align: middle;
|
||||
padding: var(--radius);
|
||||
}
|
||||
|
||||
.btn-group-vertical>.btn,
|
||||
@@ -16123,6 +16127,8 @@ fieldset:disabled .btn {
|
||||
border: .2rem solid var(--bs-pre);
|
||||
background: rgba(var(--bs-primary-hover),0.1);
|
||||
background-color: rgba(var(--bs-primary-hover),0.1);
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.navbar-right .nav-item{
|
||||
padding: var(--radius);
|
||||
@@ -16238,35 +16244,35 @@ fieldset:disabled .btn {
|
||||
|
||||
@media (min-width:576px) {
|
||||
|
||||
.main-content{
|
||||
.main-content,.main-header{
|
||||
max-width: 540px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:768px) {
|
||||
|
||||
.main-content{
|
||||
.main-content,.main-header{
|
||||
max-width: 720px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:992px) {
|
||||
|
||||
.main-content{
|
||||
.main-content,.main-header{
|
||||
max-width: 960px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:1200px) {
|
||||
|
||||
.main-content {
|
||||
.main-content,.main-header{
|
||||
max-width: 1140px
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:1400px) {
|
||||
|
||||
.main-content {
|
||||
.main-content,.main-header{
|
||||
max-width: 1320px
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user