SRCMS·轻响应V1.6正式版
修复外部报告的多个严重安全缺陷
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user