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} |