2017-08-30 22:41:02 +08:00
|
|
|
@section header{
|
|
|
|
<link rel="stylesheet" href="/css/user.css" media="all" />
|
2015-12-15 23:04:20 +08:00
|
|
|
}
|
2017-08-30 22:41:02 +08:00
|
|
|
<blockquote class="layui-elem-quote news_search">
|
|
|
|
<div class="layui-inline">
|
|
|
|
<div class="layui-input-inline">
|
|
|
|
<input type="text" value="" placeholder="请输入关键字" class="layui-input search_input">
|
2015-12-15 23:04:20 +08:00
|
|
|
</div>
|
2017-08-30 22:41:02 +08:00
|
|
|
<a class="layui-btn search_btn">查询</a>
|
|
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
|
|
<a class="layui-btn layui-btn-normal usersAdd_btn">添加用户</a>
|
|
|
|
</div>
|
|
|
|
<div class="layui-inline">
|
|
|
|
<a class="layui-btn layui-btn-danger batchDel">批量删除</a>
|
2015-12-15 23:04:20 +08:00
|
|
|
</div>
|
2017-08-30 22:41:02 +08:00
|
|
|
<div class="layui-inline">
|
|
|
|
<div class="layui-form-mid layui-word-aux"> 本页面刷新后除新添加的文章外所有操作无效,关闭页面所有数据重置</div>
|
2016-04-15 17:49:21 +08:00
|
|
|
</div>
|
2017-08-30 22:41:02 +08:00
|
|
|
</blockquote>
|
|
|
|
<div class="layui-form users_list">
|
|
|
|
<table class="layui-table">
|
|
|
|
<colgroup>
|
|
|
|
<col width="50">
|
|
|
|
<col>
|
|
|
|
<col width="18%">
|
|
|
|
<col width="8%">
|
|
|
|
<col width="12%">
|
|
|
|
<col width="12%">
|
|
|
|
<col width="18%">
|
|
|
|
<col width="15%">
|
|
|
|
</colgroup>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><input type="checkbox" name="" lay-skin="primary" lay-filter="allChoose" id="allChoose"></th>
|
|
|
|
<th>登录名</th>
|
|
|
|
<th>邮箱</th>
|
|
|
|
<th>性别</th>
|
|
|
|
<th>会员等级</th>
|
|
|
|
<th>会员状态</th>
|
|
|
|
<th>最后登录时间</th>
|
|
|
|
<th>操作</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="users_content"></tbody>
|
|
|
|
</table>
|
2016-04-15 17:49:21 +08:00
|
|
|
</div>
|
2017-08-30 22:41:02 +08:00
|
|
|
<div id="page"></div>
|
2017-08-30 23:44:43 +08:00
|
|
|
<script type="text/javascript" src="/layui/layui.js"></script>
|
2017-08-30 22:41:02 +08:00
|
|
|
<script type="text/javascript" src="allUsers.js"></script>
|