You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
admin
behavior
common
conf
controller
model
validate
view
accreds
addons
adgoods
adpositions
ads
areas
articlecats
articles
attributes
banks
brands
carts
cashdraws
chargeitems
css
datas
ectday
ectdeal
ecttarget
express
friendlinks
goods
goodsappraises
goodscats
goodsclassify
goodsconsult
homemenus
hooks
images
images.js
index.html
list.html
loading.gif
validator_default.png
validator_simple.png
view.html
img
informs
js
log_sys_data
logmoneys
logoperates
logsms
logstafflogins
member
menus
messages
mobilebtns
navs
ordercomplains
orderrefunds
orders
payments
platform
recommends
reports
roles
settlements
shops
shops_back
speccats
staffs
styles
sysconfigs
templatemsgs
trade_rule
userranks
users
userscores
wsysconfigs
wxmenus
wxpassivereplys
wxtemplatemsgs
wxusers
base.html
enter_license.html
index.html
login.html
main.html
app
common
home
home2
mobile2
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
32 lines
1.5 KiB
HTML
Executable File
32 lines
1.5 KiB
HTML
Executable File
{extend name="base" /}
|
|
{block name="css"}
|
|
<link rel="stylesheet" type="text/css" href="__ADMIN__/js/mmgrid/mmGrid.css?v={$v}" />
|
|
{/block}
|
|
{block name="js"}
|
|
<script src="__ADMIN__/images/images.js?v={$v}" type="text/javascript"></script>
|
|
{/block}
|
|
{block name="main"}
|
|
<div id='alertTips' class='alert alert-success alert-tips fade in'>
|
|
<div id='headTip' class='head'><i class='fa fa-lightbulb-o'></i>操作说明</div>
|
|
<ul class='body'>
|
|
<li>该功能主要用于查看系统图片空间占用情况。绿色为有效图片,灰色为无效,可删除图片。</li>
|
|
</ul>
|
|
</div>
|
|
<div id="main" class='mmGrid wst-grid'>
|
|
<table class='mmg-head wst-grid-tree' width='100%' cellspacing='0' cellpadding='0'>
|
|
<thead class='mmg-headWrapper'>
|
|
<tr class='l-grid-hd-row wst-grid-tree-hd'>
|
|
<td width='30' class='wst-grid-tree-hd-cel' height='28' style="width:26px;text-align:center;font-weight:bold;">#</td>
|
|
<td width='150' class='wst-grid-tree-hd-cell' height='28' style='text-align:center;font-weight:bold;'>目录</td>
|
|
<td class='wst-grid-tree-hd-cell'height='28' style='text-align:left;font-weight:bold;'>有效图片/无效图片</td>
|
|
<td width='80' class='wst-grid-tree-hd-cell' height='28' style='text-align:center;font-weight:bold;'>M</td>
|
|
<td width='80' class='wst-grid-tree-hd-cell' height='28' style='text-align:center;font-weight:bold;'>操作</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody id='list'></tbody>
|
|
</table>
|
|
</div>
|
|
<script>
|
|
$(function(){initSummary();});
|
|
</script>
|
|
{/block} |