imgurl/application/views/admin/index.php

74 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<script src="/static/js/Chart.min.js"></script>
<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 class="layui-col-lg3">
<div class = "analyze">
<h3><i class="fa fa-paypal"></i> 打赏支持</h3>
<p><a href="https://dwz.ovh/imgurl" target = "_blank">https://dwz.ovh/imgurl</a></p>
</div>
</div>
<div class="layui-col-lg3">
<div class = "analyze">
<h3><i class="fa fa-qq"></i> 技术支持(付费)</h3>
<p>QQ:<a href = "http://wpa.qq.com/msgrd?v=3&uin=337003006&site=qq&menu=yes" rel = "nofollow" target = "_blank" title = "联系作者,获得技术支持。">337003006</a></p>
</div>
</div>
<div class="layui-col-lg3">
<div class = "analyze">
<h3><i class="fa fa-qq"></i> QQ交流群</h3>
<p><a href = "//shang.qq.com/wpa/qunwpa?idkey=1994c352ea864ed09a00fd3cfb0f80c946850a70e98551736be69f4253f09136" rel = "nofollow" target = "_blank" title = "加入ImgURL交流群和大家一起讨论。">341195621</a></p>
</div>
</div>
</div>
</div>