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

📄 forum_userlist.jsp

📁 struts+hibernate BBS mysql数据库 功能基本齐全
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<meta http-equiv='Content-Type' content='text/html; charset=gb2312' />
		<link href='view/css/Admin_Style.css' type='text/css' rel='stylesheet'>
		<title>旅游社区——用户等级管理</title>
		<script language='javascript' src='../js/Common.js'></script>
		<script language='javascript' src='../js/InstallDir.js'></script>
	</head>
	<body>
		<table width='100%' border='0' cellpadding='0' cellspacing='1'
			class='Border'>
			<tr>
				<td align='center' class='top_25'>
					<strong>论坛用户等级管理</strong>
				</td>
			</tr>
			<tr>
				<td class='td_50'>
					管理导航:
					<a href=''>等级管理首页</a>
				</td>
			</tr>
		</table>
		<br>
		<table width='100%' border='0' cellspacing='1' cellpadding='0'>
			<tr>
				<td>
					·您现在的位置:
					<a href='Admin_ForumLevel.asp?ChannelID=9'>论坛用户等级管理</a> >>
					<span class='BlueText'>论坛管理员</span> 列表
				</td>
			</tr>
		</table>
		<table width='100%' border='0' cellpadding='0' cellspacing='1'
			class='Border'>
			<tr>
				<td width='6%' align='center' class='top_item' nowrap>
					<strong>ID</strong>
				</td>
				<td width='14%' align='center' class='top_item' nowrap>
					<strong>用户名</strong>
				</td>
				<td width='16%' align='center' class='top_item' nowrap>
					<strong>真实姓名</strong>
				</td>
				<td width='6%' align='center' class='top_item' nowrap>
					<strong>帖子数</strong>
				</td>
				<td width='6%' align='center' class='top_item' nowrap>
					<strong></strong>
				</td>
				<td width='4%' align='center' class='top_item' nowrap>
					<strong>登陆</strong>
				</td>
				<td width='10%' align='center' class='top_item' nowrap>
					<strong>最后登陆IP</strong>
				</td>
				<td width='17%' align='center' class='top_item' nowrap>
					<strong>最后登陆时间</strong>
				</td>
				<td width='17%' align='center' class='top_item' nowrap>
					<strong>注册时间</strong>
				</td>
				<td width='4%' align='center' class='top_item' nowrap>
					<strong>操作</strong>
				</td>
			</tr>
			<tr>
				<td class='td_50' colspan='10' align='center'>
					没有任何会员
				</td>
			</tr>
		</table>
		<table width='100%' border='0' cellspacing='1' cellpadding='0'>
			<tr>
				<td width='12%'>
					&nbsp;
				</td>
				<td width='88%' align='right' nowrap>
					<table border="0" cellspacing="1" cellpadding="0">
						<tr>
							<td>
								一共
								<b style='color: red'>0</b>个会员&nbsp;&nbsp;
								<a
									href="Admin_ForumLevel.asp?ChannelID=9&Action=ListUser&LevelID=1&page=1">首页</a>&nbsp;&nbsp;
								<a disabled>上一页</a>&nbsp;&nbsp;
								<a disabled>下一页</a>&nbsp;&nbsp;
								<a
									href="Admin_ForumLevel.asp?ChannelID=9&Action=ListUser&LevelID=1&page=1">尾页</a>&nbsp;&nbsp;
								<b style='color: red'>1</b>/
								<b>1</b>页&nbsp;&nbsp;
								<input type='text'
									onKeyDown="if(event.keyCode==13){window.location.href='Admin_ForumLevel.asp?ChannelID=9&Action=ListUser&LevelID=1&page=1&pagesizes='+this.value;}"
									size='3' value='20' />
								个会员/页&nbsp;&nbsp;跳转
							</td>
							<td>
								<input type='text'
									onKeyDown="if(event.keyCode==13){window.location.href='Admin_ForumLevel.asp?ChannelID=9&Action=ListUser&LevelID=1&page='+this.value;}"
									size='3' value='1' />
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<br>
		<table width="100%" border="0" align="bottom" cellpadding="0"
			cellspacing="1">
			<tr>
				<td align="center" class="top_25">
					Copyright 2008 &copy; 依蓝网络 All Rights Reserved.
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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