📄 banner.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib prefix="c" uri="/WEB-INF/tlds/c.tld" %>
<%@ page isELIgnored="false"%>
<html>
<head>
<title>网上书店</title>
</head>
<body>
<p align="center">
<table border="0" cellpadding="0" cellspacing="0" width="777">
<tr>
<td width="209" align="center">
<b>
<font face="¿¬Ìå_GB2312" size="5" color="#000080">
</font><u><font face="¿¬Ìå_GB2312" size="6" color="#000080"> 网上书店 </font></u></b><br>
<font color="#000080">
www.ebook.com.cn</font>
</td>
<td >
<img border="0" src="<%=request.getContextPath()%>/img/itren1.gif" width="386" height="60"><img border="0" src="<%=request.getContextPath()%>/img/zhaoshang.gif" width="178" height="60">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="777">
<tr>
<td>
<p align="center"><font size="2" color="#000080">
<a href="<%=request.getContextPath()%>/">网站首页</a>
<a href="<%=request.getContextPath()%>/newBook.jsp">最近新书</a>
<a href="<%=request.getContextPath()%>/miniPriceBook.jsp">特价书藉</a>
<jsp:useBean id="bookTypeOP" scope="page" class="bean.db.bookTypeOPBean"/>
<c:forEach items="${bookTypeOP.bookTypeArray}" var="bookType">
<a href="<%=request.getContextPath()%>/viewTypeBook.jsp?bookTypeId=${bookType.bookTypeId}">
<c:out value="${bookType.bookTypeName}"/></a>
</c:forEach>
<a href="<%=request.getContextPath()%>/admin">管理后台</a>
<a href="user/adduser.jsp">注册用户</a> </font>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -