⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showuserslist.jsp

📁 一套网上书店系统采用JAVABEAN+SERVLET+JSP
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<style type="text/css">
<!--
body,td,th {
	font-size: 9pt;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B6C850;
}

table td {
	text-align: center;
}

top_map {
	border: 1px solid #5D6F0C;
}

body a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

.content_books .c {
	border-right: 1px solid #5D6F0C;
}

.content_books .t {
	border-bottom: 1px solid #5D6F0C;
	border-right: 1px solid #5D6F0C;
	border-top: 1px solid #5D6F0C;
}

.content_text {
	border-top: 1px dashed #E9FB97;
	margin-top: 3px;
	margin-left: 4px;
	width: 210px;
	height: 16px;
}
-->
</style>
	</head>

	<body>
		<br />
		<table class="top_map" width="95%" height="28" border="0"
			align="center" cellspacing="0" background="top_map_bg.gif">
			<tr>
				<td>
					<div align="left">
						&nbsp;&nbsp;您当前的位置&nbsp;>>&nbsp;当当网后台管理系统&nbsp;>>&nbsp;查询用户页面&nbsp;|&nbsp;
						<a href="#" style="color: #666666;">其他位置</a>
					</div>
				</td>
			</tr>
		</table>
		<center>
			<form name="form1" method="post" action="">
				<table width="95%" style="border: 1px solid #5D6F0C;" border="0"
					align="center" cellspacing="0">
					<tr>
						<td height="24"
							style="border-bottom: 1px solid #5D6F0C; width: 100%; background-image: url(top_map_bg.gif);">
							<div align="left">
								<font color="#CC3300">在这里进行用户查询</font>
							</div>
						</td>
					</tr>
					<tr>
						<td height="23" align="center" valign="top">
							<div align="center"
								style="margin-top: 1px; width: 100%; height: 23px;">
								用户模糊搜索:
								<input type="text" style="width: 200px;" name="bkName">
								&nbsp;
								<input type="submit" name="Submit" value="用户查询">
							</div>
						</td>
					</tr>
				</table>
			</form>
		</center>
		<table class="content_books" style="border: 1px solid #5D6F0C;"
			width="95%" border="0" align="center" cellspacing="0">
			<tr>
				<td height="25" colspan="10" background="top_map_bg.gif">
					<div align="left">
						&nbsp;
						<font color="#CC3300">用户信息列表</font>
					</div>
				</td>
			</tr>
			<tr bgcolor="#C7D671">
				<td width="125" height="23" class="t">
					真实姓名
				</td>
				<td width="69" height="23" class="t">
					用户昵称
				</td>
				<td width="87" height="23" class="t">
					性别
				</td>
				<td width="76" height="23" class="t">
					年龄
				</td>
				<td width="114" height="23" class="t">
					电子邮件
				</td>
				<td width="119" height="23" class="t">
					用户等级
				</td>
				<td width="71" height="23" class="t">
					更新
				</td>
				<td width="75" height="23"
					style="border-bottom: 1px solid #5D6F0C; border-top: 1px solid #5D6F0C;">
					删除
				</td>
			</tr>
			<tr>
				<td width="125" height="20" class="c">
					&nbsp;
				</td>
				<td width="69" height="20" class="c">
					&nbsp;
				</td>
				<td width="87" height="20" class="c">
					&nbsp;
				</td>
				<td width="76" height="20" class="c">
					&nbsp;
				</td>
				<td width="114" height="20" class="c">
					&nbsp;
				</td>
				<td width="119" height="20" class="c">
					&nbsp;
				</td>
				<td height="20" class="c">
					&nbsp;
				</td>
				<td width="75" height="20">
					&nbsp;
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -