📄 head.jsp
字号:
<%@ page contentType= "text/html;charset=UTF-8"%>
<%@ page isELIgnored="false" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table2">
<tr>
<td align="left" width="7%" background="images/top_bg.gif"><img src="images/logo.gif" width="286" height="58"></td>
<td width="62%" background="images/top_bg.gif"> </td>
<td width="31%" background="images/top_bg.gif" align="right">
<img src="images/top_r.gif" width="352" height="58" border="0"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/dh_bg.gif" align="left" height="12">
<table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="5%"> </td>
<!-- 首页 -->
<td width="10%"><a href="index.jsp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/index_on.gif',1)">
<img name="Image1" border="0" src="images/index.gif" width="90" height="36"></a></td>
<!-- 登录用户,显示用户信息,末登录,显示注册 -->
<td width="10%"><a href="userview.jsp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','images/reg_on.gif',1)">
<img name="Image2" border="0" src="images/reg.gif" width="92" height="36"></a></td>
<!-- 购物车 -->
<td width="10%"><a href="shopcart.do?method=listItemFromShopCart" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','images/carts_on.gif',1)">
<img name="Image4" border="0" src="images/cart.gif" width="92" height="36"></a></td>
<!-- 订单 -->
<td width="10%"><a href="order.do?method=findOrderForm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','images/order_on.gif',1)">
<img name="Image5" border="0" src="images/order.gif" width="92" height="36"></a></td>
<!-- 用户退出 -->
<td width="10%"><a href="shopcart.do?method=userExit" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','images/exit_on.gif',1)">
<img name="Image6" border="0" src="images/exit.gif" width="92" height="36"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="1" cellpadding="3" align="center" border="0" width="98%">
<tr>
<td width="65%"><BR><div align="left">
>> 欢迎访问 <b>达内电子商务门户 <a href="register.jsp">注册</a>
<a href="login.jsp">登录</a> <br></b></div>
</td>
<td width="35%" align="right">
</td></tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -