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

📄 adminsuccess.jsp

📁 struts+hibernate BBS mysql数据库 功能基本齐全
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ include file="/forum/view/inc/Taglib.jsp"%>
<html>
	<head>
		<title>成功信息</title>
		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">
		<link
			href='<%=request.getContextPath()%>/forum/admin/css/Admin_Style.css'
			type='text/css' rel='stylesheet'>
	</head>
	<body>
		<table width='100%' border='0' cellpadding='0' cellspacing='1'
			class='Border'>
			<tr>
				<td align='center' class='top_25'>
					<strong><%=request.getAttribute("title")%></strong>
				</td>
			</tr>
			<tr>
				<td class='td_50'>
				</td>
			</tr>
		</table>
		<br>
		<table cellpadding=5 cellspacing=1 border=0 width=400
			style='border: 1px solid #70777b' align=center>
			<tr align='center'
				style='background: #0650D2; color: #FFFFFF; font-size: 12px;'>
				<td height='22'>
					<strong>恭喜你!</strong>
				</td>
			</tr>
			<tr style='background: #F0F1F5; font-size: 12px;'>
				<td height='100' valign='top'>
					<br>
					<center>
						<html:messages id="success" message="true">
							<bean:write name="success" />
						</html:messages>
					</center>
				</td>
			</tr>
			<tr align='center' style='background: #F0F1F5; font-size: 12px;'>
				<td>
					<a href="<%=request.getAttribute("topPage")%>">【返回上一页】</a>
				</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 + -