mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 13:14:53 +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>
|
<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}-->
|
<!--{/if}-->
|
||||||
</td>
|
</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]}-->
|
<!--{if $value[warning]}-->
|
||||||
<!-- <br /> -->
|
<!-- <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}-->
|
<!--{/if}-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -50,116 +50,115 @@
|
|||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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">
|
<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="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||||
<input type="hidden" value="{FORMHASH}" name="formhash">
|
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('validate')">{lang all_validate}</a>
|
||||||
<input type="hidden" value="true" name="verifysubmit">
|
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||||
<input type="hidden" value="$vid" name="vid">
|
<a class="btn btn-primary" href="javascript:;" onclick="mod_cancel_all();">{lang cancel_select}</a>
|
||||||
<input type="hidden" name="anchor" value="$anchor">
|
$multi
|
||||||
<table class="table table-hover">
|
</td>
|
||||||
<!--{if $anchor!='pass'}-->
|
</thead>
|
||||||
<thead>
|
<!--{else}-->
|
||||||
<th width="90" style="text-align:center">{lang username}</th>
|
<thead>
|
||||||
<th width="120">{lang members_verify_dateline}</th>
|
<th width="80"></th>
|
||||||
<th>{lang members_verify_info}</th>
|
<th width="90" style="text-align:center">{lang username}</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}">
|
<th>{lang members_verify_info}</th>
|
||||||
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('validate')">{lang all_validate}</a>
|
</thead>
|
||||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
<!--{loop $list $value}-->
|
||||||
<a class="btn btn-primary" href="javascript:;" onclick="mod_cancel_all();">{lang cancel_select}</a>
|
<tr id="mod_{$value[uid]}_row" verifyid="{$value[uid]}" class="hover">
|
||||||
$multi
|
<td width="80">$value[opstr]</td>
|
||||||
</td>
|
<td width="90" align="center">$value[username]</td>
|
||||||
</thead>
|
<td>$value[fieldstr]</td>
|
||||||
<!--{else}-->
|
</tr>
|
||||||
<thead>
|
<!--{/loop}-->
|
||||||
<th width="80"></th>
|
<thead>
|
||||||
<th width="90" style="text-align:center">{lang username}</th>
|
<td colspan="15">
|
||||||
|
<input type="submit" class="btn btn-primary" id="submit_batchverifysubmit" name="batchverifysubmit" title="" value="{lang submit}">
|
||||||
<th>{lang members_verify_info}</th>
|
<a href="javascript:;" class="btn btn-primary" onclick="mod_setbg_all('export')">{lang select_all_export}</a>
|
||||||
</thead>
|
<a class="btn btn-primary" href="javascript:;" onclick="mod_setbg_all('refusal')">{lang select_all_refuse}</a>
|
||||||
<!--{loop $list $value}-->
|
<a class="btn btn-primary" href="{MOD_URL}&op=verify&vid=$vid&anchor=pass&verifysubmit=yes">{lang all_export}</a>
|
||||||
<tr id="mod_{$value[uid]}_row" verifyid="{$value[uid]}" class="hover">
|
$multi
|
||||||
<td width="80">$value[opstr]</td>
|
</td>
|
||||||
<td width="90" align="center">$value[username]</td>
|
</thead>
|
||||||
<td>$value[fieldstr]</td>
|
<!--{/if}-->
|
||||||
</tr>
|
</table>
|
||||||
<!--{/loop}-->
|
</form>
|
||||||
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -30,12 +30,12 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class=" alert alert-warning ">
|
|
||||||
<ul>
|
|
||||||
{lang verifyset_members_verify_text}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="main-content">
|
<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">
|
<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="{FORMHASH}" name="formhash">
|
||||||
<input type="hidden" value="true" name="verifysubmit">
|
<input type="hidden" value="true" name="verifysubmit">
|
||||||
|
|||||||
@@ -6,46 +6,54 @@
|
|||||||
<!--{template left}-->
|
<!--{template left}-->
|
||||||
</div>
|
</div>
|
||||||
<div class="left-drager">
|
<div class="left-drager">
|
||||||
</div>
|
<div class="left-drager-op">
|
||||||
<div class="bs-main-container clearfix">
|
<div class="left-drager-sub"></div>
|
||||||
<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>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bs-main-container clearfix">
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<div class="well well-sm">
|
<div class="well well-sm">
|
||||||
<!--{if $step==1}-->
|
<!--{if $step==1}-->
|
||||||
<form method="post" class="form-horizontal form-horizontal-left" action="{MOD_URL}&op=updatecache&step=2">
|
<form method="post" class="form-horizontal form-horizontal-left" action="{MOD_URL}&op=updatecache&step=2">
|
||||||
<input name="formhash" value="{VERHASH}" type="hidden">
|
<input name="formhash" value="{VERHASH}" type="hidden">
|
||||||
<div class="form-check form-check-inline">
|
<div class="form-check form-check-inline">
|
||||||
<input name="type[]" value="data" checked class="form-check-input" type="checkbox">
|
<input name="type[]" value="data" checked class="form-check-input" type="checkbox">
|
||||||
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_data}</label>
|
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_data}</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check form-check-inline">
|
<div class="form-check form-check-inline">
|
||||||
<input name="type[]" value="tpl" id="tplcache" checked class="form-check-input" type="checkbox">
|
<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>
|
<label class="form-check-label" for="inlineRadio3">{lang tools_updatecache_tpl}</label>
|
||||||
</div>
|
</div>
|
||||||
<dl>
|
<dl>
|
||||||
<input class="btn btn-primary" name="confirmed" value="{lang confirms}" type="submit">
|
<input class="btn btn-primary" name="confirmed" value="{lang confirms}" type="submit">
|
||||||
</dl>
|
</dl>
|
||||||
</form>
|
</form>
|
||||||
<!--{elseif $step==2}-->
|
<!--{elseif $step==2}-->
|
||||||
<p class="ml20">{lang tools_updatecache_waiting}</p>
|
<div class="text-center" style="margin:20px 0;">
|
||||||
<p class="text-success ml20">
|
<h2 class="text-success ml20">{lang tools_updatecache_waiting}</h2>
|
||||||
<a href="{MOD_URL}&op=updatecache&step=3&type=data_tpl" class="lightlink">{lang message_redirect}</a>
|
<div class="progress progress-striped active">
|
||||||
</p>
|
<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>
|
||||||
<script type="text/JavaScript">setTimeout(function(){location.href='{MOD_URL}&op=updatecache&step=3&type=data_tpl';}, 2000);</script>
|
</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}-->
|
<!--{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">
|
<script type="text/javascript">
|
||||||
window.setTimeout(function() { location.href = '{MOD_URL}&op=updatecache'; }, 5000);
|
window.setTimeout(function() { location.href = '{MOD_URL}&op=updatecache'; }, 5000);
|
||||||
</script>
|
</script>
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</div>
|
</div>
|
||||||
<ul class="help-block">
|
<div class="alert alert-warning">
|
||||||
<h5>{lang board_message}</h5> {lang tools_updatecache_tips}
|
<h5>{lang board_message}</h5>
|
||||||
</ul>
|
<ul class="help-block">
|
||||||
|
{lang tools_updatecache_tips}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,14 +1,5 @@
|
|||||||
<!--{template common/header_simple_start}-->
|
<!--{template common/header_simple_start}-->
|
||||||
<script src="admin/scripts/admin.js?{VERHASH}"></script>
|
<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/header_simple_end}-->
|
||||||
<!--{template common/commer_header}-->
|
<!--{template common/commer_header}-->
|
||||||
<div class="bs-container clearfix">
|
<div class="bs-container clearfix">
|
||||||
@@ -16,18 +7,19 @@
|
|||||||
<!--{template left}-->
|
<!--{template left}-->
|
||||||
</div>
|
</div>
|
||||||
<div class="left-drager">
|
<div class="left-drager">
|
||||||
|
<div class="left-drager-op">
|
||||||
</div>
|
<div class="left-drager-sub"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="bs-main-container clearfix">
|
<div class="bs-main-container clearfix">
|
||||||
<!--{if $operation == 'patch' || $operation == 'cross'}-->
|
<!--{if $operation == 'patch' || $operation == 'cross'}-->
|
||||||
<div class="main-header clearfix">
|
<div class="main-header clearfix">
|
||||||
<strong style="font-size:14px;">{lang upgrade}</strong>
|
<strong style="font-size:14px;">{lang upgrade}</strong>
|
||||||
<!--{loop $steplang $key $value}-->
|
<!--{loop $steplang $key $value}-->
|
||||||
<!--{if $key>0 && $key<=5}-->
|
<!--{if $key>0 && $key<=5}-->
|
||||||
<span class="text-muted" <!--{if $key==$step}-->style="color:green"<!--{/if}-->>{$key}.{$value}</span>
|
<span class="text-muted" <!--{if $key==$step}-->style="color:green"<!--{/if}-->>{$key}.{$value}</span>
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
<!--{/loop}-->
|
<!--{/loop}-->
|
||||||
</div>
|
</div>
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
<!--{if $operation=='check'}-->
|
<!--{if $operation=='check'}-->
|
||||||
@@ -83,7 +75,6 @@
|
|||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</div>
|
</div>
|
||||||
<!--{elseif $operation=='patch' || $operation=='cross' }-->
|
<!--{elseif $operation=='patch' || $operation=='cross' }-->
|
||||||
|
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<!--{if !$_G['setting']['bbclosed']}-->
|
<!--{if !$_G['setting']['bbclosed']}-->
|
||||||
<div style="padding:20px;height:450px">
|
<div style="padding:20px;height:450px">
|
||||||
@@ -225,9 +216,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) {
|
|||||||
define('CORE_VERSION', '2.02');
|
define('CORE_VERSION', '2.02');
|
||||||
define('CORE_RELEASE', '20180909');
|
define('CORE_RELEASE', '20180909');
|
||||||
define('CORE_FIXBUG' , '20000000');
|
define('CORE_FIXBUG' , '20000000');
|
||||||
define('CORE_XHVERSION', '1.87.7');
|
define('CORE_XHVERSION', '1.87.8');
|
||||||
define('CORE_XHRELEASE', '20240412');
|
define('CORE_XHRELEASE', '20240706');
|
||||||
define('CORE_XHFIXBUG' , '20240110');
|
define('CORE_XHFIXBUG' , '20240706');
|
||||||
}
|
}
|
||||||
@@ -238,8 +238,6 @@ span .chk-ico {
|
|||||||
}
|
}
|
||||||
.module-grid-view .wrapper .icoimgContainer{
|
.module-grid-view .wrapper .icoimgContainer{
|
||||||
position:relative;
|
position:relative;
|
||||||
width: 100px;
|
|
||||||
height: 100px;
|
|
||||||
}
|
}
|
||||||
.module-grid-view .wrapper .icoimgContainer .imageclass{
|
.module-grid-view .wrapper .icoimgContainer .imageclass{
|
||||||
display:block;
|
display:block;
|
||||||
@@ -289,7 +287,10 @@ span .chk-ico {
|
|||||||
}
|
}
|
||||||
.sharepame-name{
|
.sharepame-name{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.sharepame-detailed {
|
||||||
|
color: #6c757d;
|
||||||
}
|
}
|
||||||
.sharepame-detailed .sharepame-time{
|
.sharepame-detailed .sharepame-time{
|
||||||
padding-right:5px ;
|
padding-right:5px ;
|
||||||
|
|||||||
@@ -19,12 +19,16 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="main-header clearfix">
|
<div class="main-header clearfix">
|
||||||
<ul class="nav nav-pills">
|
<nav class="navbar navbar-expand-lg navbar-light">
|
||||||
<strong class="pull-left" id="title_orgname">$org['orgname']</strong>
|
<div class="container-fluid">
|
||||||
<!--{if $_G['adminid']==1}-->
|
<strong class="pull-left" id="title_orgname">$org['orgname']</strong>
|
||||||
<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>
|
<div class="collapse navbar-collapse">
|
||||||
<!--{/if}-->
|
<!--{if $_G['adminid']==1}-->
|
||||||
</ul>
|
<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>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
return array(
|
return array(
|
||||||
'allow_robot'=>false,
|
'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']):'';//类型范围
|
$exttype = isset($_GET['exttype']) ? trim($_GET['exttype']):'';//类型范围
|
||||||
$filename = isset($_GET['filename'])?trim($_GET['filename']):'';
|
$filename = isset($_GET['filename'])?trim($_GET['filename']):'';
|
||||||
$token = isset($_GET['token']) ? trim($_GET['token']):'';//调用地方传递参数,将原样返回给回调函数
|
$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,允许多选
|
$mulitype = isset($_GET['mulitype']) ? intval($_GET['mulitype']):0;//0,不允许多选;1,允许多选
|
||||||
if($type == 1){
|
if($type == 1){
|
||||||
$rid = isset($_GET['rid']) ? trim($_GET['rid']):'';
|
$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;
|
display: block;
|
||||||
}
|
}
|
||||||
.nav>li>a {
|
.nav>li>a {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: table;
|
display: table;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.nav>li>a:focus,
|
.nav>li>a:focus,
|
||||||
.nav>li>a:hover {
|
.nav>li>a:hover {
|
||||||
@@ -1579,7 +1580,9 @@ input[type=submit].btn-block {
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-bottom-color: transparent
|
border-bottom-color: transparent
|
||||||
}
|
}
|
||||||
|
.nav-pills {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.nav-pills>li {
|
.nav-pills>li {
|
||||||
float: left
|
float: left
|
||||||
}
|
}
|
||||||
@@ -8804,7 +8807,8 @@ fieldset:disabled .btn {
|
|||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
vertical-align: middle
|
vertical-align: middle;
|
||||||
|
padding: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-vertical>.btn,
|
.btn-group-vertical>.btn,
|
||||||
@@ -16123,6 +16127,8 @@ fieldset:disabled .btn {
|
|||||||
border: .2rem solid var(--bs-pre);
|
border: .2rem solid var(--bs-pre);
|
||||||
background: rgba(var(--bs-primary-hover),0.1);
|
background: rgba(var(--bs-primary-hover),0.1);
|
||||||
background-color: 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{
|
.navbar-right .nav-item{
|
||||||
padding: var(--radius);
|
padding: var(--radius);
|
||||||
@@ -16238,35 +16244,35 @@ fieldset:disabled .btn {
|
|||||||
|
|
||||||
@media (min-width:576px) {
|
@media (min-width:576px) {
|
||||||
|
|
||||||
.main-content{
|
.main-content,.main-header{
|
||||||
max-width: 540px
|
max-width: 540px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:768px) {
|
@media (min-width:768px) {
|
||||||
|
|
||||||
.main-content{
|
.main-content,.main-header{
|
||||||
max-width: 720px
|
max-width: 720px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:992px) {
|
@media (min-width:992px) {
|
||||||
|
|
||||||
.main-content{
|
.main-content,.main-header{
|
||||||
max-width: 960px
|
max-width: 960px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:1200px) {
|
@media (min-width:1200px) {
|
||||||
|
|
||||||
.main-content {
|
.main-content,.main-header{
|
||||||
max-width: 1140px
|
max-width: 1140px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width:1400px) {
|
@media (min-width:1400px) {
|
||||||
|
|
||||||
.main-content {
|
.main-content,.main-header{
|
||||||
max-width: 1320px
|
max-width: 1320px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user