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

📄 admintop.jsp

📁 我的博客
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%
  String path = request.getContextPath();
  String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
	<head>
		<title>博客后台-页头</title>
		<base href="<%=basePath%>">
		<link type="text/css" rel="stylesheet"
			href="<%=path%>/css/style_admin.css">
	</head>
	<body background="<%=path%>/images/bg.jpg">
		<table width="100%" height="89" border="0" cellpadding="0"
			cellspacing="0">
			<tr>
				<td height="65" colspan="2" background="images/admin_top.jpg">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td width="98%" height="24" align="right" bgcolor="#B278A0" class="word_white ">
					<a href="index.jsp" class="topA">【前台首页】</a>
					<a href="LogonServlet?action=logout" class="topA">【退出登录】</a>
				</td>
				<td width="2%" align="right" bgcolor="#B278A0">
					&nbsp;
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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