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

📄 admin_error.jsp

📁 采用j2ee架构做的bbs
💻 JSP
字号:
<%@page pageEncoding="gb2312"%>
<%@page contentType="text/html;charset=gb2312" %>
<html>
	<head>
		<title>::欢迎进入冰鱼论坛后台管理系统::</title>
		<script Language="Javascript" src="../include/form.js"></Script>
		<link href="../css/admin_css.css" rel="stylesheet" type="text/css">
		<style>
				a{text-decoration:none}a.xh{text-decoration:none; color:#ffffff}a:hover.xh{text-decoration:underline}a.yh{text-decoration:none; color:#ff0000}a:hover.yh{text-decoration:underline}a.zh{text-decoration:none;color:#000000}a:hover.zh{text-decoration:underline;color:blue}
				body,td{font-size:9pt}td.SpanHeight{line-height:18px}
		</style>
	</head>
	<body bgcolor="#CAD7F7" topmargin="0" leftmargin="0" style="text-align:center">
		<table width="100%" background="../images/admin_bg.gif" style="border-collapse:collapse" border="0">
			<tr>
				<td width="5%">&nbsp;<img src="../images/setting.gif"></td>
				<td width="70%">◎ IceFish BBS ◎  冰鱼论坛管理系统设置面板</td>
				<td width="25%" align="right"><img src="../images/home.gif" boder="0">&nbsp;<a class=zh href="../index.jsp" target=_top>论坛首页</a>&nbsp;&nbsp;</td>
			</tr>
			<tr><td colspan="3"></td></tr>
		</table><br>
		<table cellpadding=3 cellspacing=1 align=center class="tableBorder" style="width:75%">
			<tr align=center>
				<td width="100%" height=25 colspan=2 background="../images/skin/1/bg_td.gif"><font color="#ffffff"><b>错误信息</b></font></td>
			</tr>
			<tr>
				<td width="100%" class="Forumrow" colspan=2><BR><li>本页面为管理员专用,请<b><a href="admin_login.jsp" target=_top> 登录 </a></b>后进入。<br><li>您没有管理本页面的权限。</td></tr><tr><td class="Forumrow" valign=middle colspan=2 align=center><b><a href="admin_login.jsp" target=_top> 管理登录 </a></b>
				</td>
			</tr>
		</table>
<%@include file="admin_foot.jsp" %>
	</body>
</html>

⌨️ 快捷键说明

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