You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
231 lines
9.1 KiB
231 lines
9.1 KiB
<%@ page language="java" contentType="text/html; charset=utf-8"
|
|
pageEncoding="utf-8"%>
|
|
<%@ page import="java.util.*,com.domain.Tuser" %>
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>UserManager</title>
|
|
<!-- Bootstrap Styles-->
|
|
<style type="text/css">
|
|
#customers {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width:800px;
|
|
}
|
|
|
|
#customers td, #customers th {
|
|
border: 1px solid #ddd;
|
|
padding: 5px;
|
|
}
|
|
|
|
#customers tr:nth-child(even){background-color: #f2f2f2;}
|
|
|
|
#customers tr:hover {background-color: #ddd;}
|
|
|
|
#customers th {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
background-color:#DBDBDB;
|
|
color: black;
|
|
}
|
|
</style>
|
|
<link href="assets/css/bootstrap.css" rel="stylesheet" />
|
|
<!-- FontAwesome Styles-->
|
|
<link href="assets/css/font-awesome.css" rel="stylesheet" />
|
|
<!-- Morris Chart Styles-->
|
|
|
|
<!-- Custom Styles-->
|
|
<link href="assets/css/custom-styles.css" rel="stylesheet" />
|
|
<!-- Google Fonts-->
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
|
|
<!-- TABLE STYLES-->
|
|
<link href="assets/js/dataTables/dataTables.bootstrap.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<nav class="navbar navbar-default top-navbar" role="navigation">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html"><i class="fa fa-comments"></i> <strong>MASTER </strong></a>
|
|
</div>
|
|
|
|
<ul class="nav navbar-top-links navbar-right">
|
|
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">
|
|
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
|
|
</a>
|
|
<ul class="dropdown-menu dropdown-alerts">
|
|
|
|
<li>
|
|
<a href="#">
|
|
<div>
|
|
<i class="fa fa-comment fa-fw"></i> 退出登录
|
|
</div>
|
|
</a>
|
|
</li>
|
|
<li class="divider"></li>
|
|
<li>
|
|
<a href="#">
|
|
<div>
|
|
<i class="fa fa-envelope fa-fw"></i> Message Sent
|
|
</div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.dropdown-alerts -->
|
|
</li>
|
|
<!-- /.dropdown -->
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">
|
|
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
|
|
</a>
|
|
<ul class="dropdown-menu dropdown-user">
|
|
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Name</a>
|
|
</li>
|
|
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
|
|
</li>
|
|
</ul>
|
|
<!-- /.dropdown-user -->
|
|
</li>
|
|
<!-- /.dropdown -->
|
|
</ul>
|
|
</nav>
|
|
<!--/. NAV TOP -->
|
|
<nav class="navbar-default navbar-side" role="navigation">
|
|
<div class="sidebar-collapse">
|
|
<ul class="nav" id="main-menu">
|
|
|
|
<li>
|
|
<a href="database.jsp" class="active-menu"><i class="fa fa-dashboard"></i>DataBaseSafe</a>
|
|
</li>
|
|
<li>
|
|
<a href="post.jsp"><i class="fa fa-desktop"></i> PostCheck</a>
|
|
</li>
|
|
<li>
|
|
<a href="article.jsp" ><i class="fa fa-bar-chart-o"></i> ArticleCheck</a>
|
|
</li>
|
|
<li>
|
|
<a href="authority.jsp"><i class="fa fa-qrcode"></i> AuthorityCheck</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="statistic.jsp"><i class="fa fa-table"></i> StatisticBack</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<div id="page-wrapper" >
|
|
<div id="page-inner">
|
|
<div class="row">
|
|
<div class="col-ma-12">
|
|
<h1 class="page-header">
|
|
<h1 class="page-header">DataBaseSafe<small>维护数据库</small></h1>
|
|
</div>
|
|
</div>
|
|
|
|
<span style="font-size:20px">请选择查看的表:</span>
|
|
<select name= "select1" onchange="window.location=this.value;">
|
|
<option value="请选择">请选择</option>
|
|
<option value=" query-tuser">用户信息</option>
|
|
<option value="query-report">测试记录</option>
|
|
<option value="query-dynamic">动态信息</option>
|
|
<option value="query-article">文章记录</option>
|
|
<option value="query-production">产品信息</option>
|
|
<option value="query-authority">权威认证信息</option>
|
|
</select></br></br>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<!-- Advanced Tables -->
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
权威用户详情表
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="table-responsive">
|
|
<table class="table table-striped table-bordered table-hover" id="dataTables-example">
|
|
<thead>
|
|
<tr>
|
|
<th>认证编号</th>
|
|
<th>账号</th>
|
|
<th>身份证号</th>
|
|
<th>从事职业</th>
|
|
<th>所在医疗机构</th>
|
|
<th>资格证书</th>
|
|
<th>是否通过</th>
|
|
<th>是否删除</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<c:forEach var="au" items="${AuthorityList }">
|
|
<tr class="gradeA" ><td>${au.cid}</td><td>${au.uid}</td>
|
|
<td>${au.iid}</td><td>${au.profession}</td>
|
|
<td>${au.company}</td><td>${au.picture}</td><td>${au.apass}</td>
|
|
<td><a href="Authority.do?action=remove&Cid=${au.cid}">删除</ a></td></tr>
|
|
</c:forEach>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!--End Advanced Tables -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<!-- /. PAGE INNER -->
|
|
</div>
|
|
<!-- /. PAGE WRAPPER -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- /. WRAPPER -->
|
|
<!-- JS Scripts-->
|
|
<!-- jQuery Js -->
|
|
|
|
|
|
</body>
|
|
<script src="assets/js/jquery-1.10.2.js"></script>
|
|
<!-- Bootstrap Js -->
|
|
<script src="assets/js/bootstrap.min.js"></script>
|
|
<!-- Metis Menu Js -->
|
|
<script src="assets/js/jquery.metisMenu.js"></script>
|
|
<!-- DATA TABLE SCRIPTS -->
|
|
<script src="assets/js/dataTables/jquery.dataTables.js"></script>
|
|
<script src="assets/js/dataTables/dataTables.bootstrap.js"></script>
|
|
<script>
|
|
$(document).ready(function () {
|
|
$('#dataTables-example').dataTable();
|
|
});
|
|
</script>
|
|
<!-- Custom Js -->
|
|
<script src="assets/js/custom-scripts.js"></script>
|
|
</html> |