mirror of https://github.com/helloxz/imgurl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
6 years ago
|
<div class="layui-container" style = "margin-top:2em;">
|
||
|
<div class="layui-row layui-col-space20">
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-upload"></i> 累计上传</h3>
|
||
|
<p><?php echo $num; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-user-plus"></i> 管理员累积上传</h3>
|
||
|
<p><?php echo $admin; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-user-o"></i> 游客累积上传</h3>
|
||
|
<p><?php echo $visitor; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-question"></i> 可疑图片</h3>
|
||
|
<p><?php echo $dubious; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-calendar-check-o"></i> 本月上传</h3>
|
||
|
<p><?php echo $month; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-calendar-plus-o"></i> 今日上传</h3>
|
||
|
<p><?php echo $day; ?>张</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-comments"></i> 社区支持</h3>
|
||
|
<p><a href="https://dwz.ovh/imgurl2" target = "_blank" title = "ImgURL社区支持">https://ttt.sh/</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-col-lg3">
|
||
|
<div class = "analyze">
|
||
|
<h3><i class="fa fa-github"></i> 源码下载</h3>
|
||
|
<p><a href="https://github.com/helloxz/imgurl" target = "_blank">https://github.com/</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|