归档
This commit is contained in:
26
app/admin/index.php
Normal file
26
app/admin/index.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
include INDEX_ROOT.'admin/head.php';
|
||||
admin_head();
|
||||
?>
|
||||
|
||||
<!-- content start -->
|
||||
<div class="admin-content">
|
||||
|
||||
<div class="am-cf am-padding">
|
||||
<div class="am-fl am-cf"><strong class="am-text-primary am-text-lg">后台管理首页</strong> / <small>管理员们一些常用模块</small></div>
|
||||
</div>
|
||||
|
||||
<ul class="am-avg-sm-1 am-avg-md-4 am-margin am-padding am-text-center admin-content-list ">
|
||||
<li><a href="/admin/user.html" class="am-text-success"><span class="am-icon-btn am-icon-file-text"></span><br/>用户数<br/><?=\user\total::user()?></a></li>
|
||||
<li><a href="/admin/dep.html" class="am-text-warning"><span class="am-icon-btn am-icon-briefcase"></span><br/>部门数<br/><?=\user\total::dep()?></a></li>
|
||||
<li><a href="#" class="am-text-danger"><span class="am-icon-btn am-icon-recycle"></span><br/>应用数<br/>30</a></li>
|
||||
<li><a href="#" class="am-text-secondary"><span class="am-icon-btn am-icon-user-md"></span><br/>在线用户<br/>100</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<!-- content end -->
|
||||
|
||||
|
||||
<?php
|
||||
admin_foot();
|
||||
?>
|
||||
Reference in New Issue
Block a user