SRCMS·轻响应V1.6正式版

修复外部报告的多个严重安全缺陷
This commit is contained in:
Martin Zhou
2016-01-26 14:09:59 +08:00
parent e650f04553
commit f46a67c7ec
31 changed files with 924 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
<include file="Public/header" title="用户列表" />
<include file="Public/header" title="前台用户管理" />
<div id="page-wrapper">
<div class="row">
<div class="col-md-6">
@@ -41,8 +41,10 @@
<td>{$v.update_at|date="Y/m/d H:i:s",###}</td>
<td>{$v.login_ip}</td>
<td>
<if condition="$v.type eq 1"> <span class="label label-success">会员</span>
<elseif condition="$v.type eq 2"/><span class="label label-danger">管理员</span>
<if condition="$v.type eq 1"> <span class="label label-default">路人</span>
<elseif condition="$v.type eq 2"/><span class="label label-info">实习白帽子</span>
<elseif condition="$v.type eq 3"/><span class="label label-success">普通白帽子</span>
<elseif condition="$v.type eq 4"/><span class="label label-danger">核心白帽子</span>
</if>
</td>
<td><if condition="$v.status eq 1">正常<else/><span style="color:red">禁用</span></if></td>