headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/admin.css'); $this->breadcrumb('首页'); $this->breadcrumb('后台首页'); $this->breadcrumb('用户管理'); $this->breadcrumb()->setSeparator(' > '); ?>
msg; ?>
messages): foreach($this->messages as $msg): ?>用户名 | 电子邮箱 | 用户类型 | 单位 | 真实姓名 | 操作 |
= $item['username']?> | = $item['email']; ?> | = $item['usertype']; ?> | = $item['unit']; ?> | = $item['realname']; ?> | /uname/= $item['username'];?>' onclick="return confirm('确定将此记录删除?')">删除 '>查看详细 /id/= $item['id'];?>' onclick="return confirm('是否确定为他重置密码?')">重置密码 ' onclick="return confirm('确定将该用户提升为评审专家?')">提升为评审专家 编辑权限 |