📄 header.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" errorPage="err.jsp?msg=未知错误" %>
<jsp:useBean id="userBean" scope="session" class="ebook.UserBean" />
<html>
<head>
<title>在线手机页眉</title>
<style type="text/css">
<!--
table {
font-family: "华文仿宋";
font-size: 18px;
font-style: normal;
}
a:link {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#66CCFF">
<div align="center">
<table width="780" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="780" height="100" valign="top" background="img/标题.jpg"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
</div>
<div align="center">
<table width="780" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF9900">
<%
if (userBean.isLogin()) {
%>
<td width=125 align=center background="img/标题-2.jpg"><a href="category.jsp"><b>手机分类</b></a></td>
<td width=125 align=center background="img/标题-2.jpg"><a href="booklist.jsp"><b>手机列表</b></a></td>
<td width=125 align=center background="img/标题-2.jpg"><a href="shopping.jsp?action=view"><b>购物车</b></a></td>
<td width=125 align=center background="img/标题-2.jpg"><a href="showOrder.jsp"><b>我的订单</b></a></td>
<td width=125 align=center background="img/标题-2.jpg"><a href="search.jsp"><b>搜索</b></a></td>
<td width=125 align=center background="img/标题-2.jpg"><a href="me.jsp"><b>关于我们</b></a></td>
<%
}
%>
</table>
</div>
<div align="center">
<table width="780" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="390" height="80" align="center" valign="middle" background="img/标题-5 .jpg"><!--DWLayoutEmptyCell--> </td>
<td width="390" valign="middle" background="img/标题-4.jpg"> <marquee>
<p><font size="+2" face="华文行楷">精美产品,近在眼前,快来订购,尽情享受</font></p>
</marquee>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -