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

📄 indextemplate.jsp

📁 网上购物商城
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"
	errorPage="error.jsp"%>
<%@ taglib prefix="tiles"
	uri="http://jakarta.apache.org/struts/tags-tiles"%>
<html>
<head>
	<title><tiles:getAsString name="title" />
	</title>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<link href="CSS/style.css" rel="stylesheet">
</head>
<body>
<center>
<table align="center" width="790" border="0" cellspacing="0"
	 cellpadding="0">
	<tr>
		<td class="tableBorder">
			<tiles:insert attribute="navigation" /></td>
	</tr>
	<tr>
		<td class="tableBorder" bgcolor="white">
			<tiles:insert attribute="search" />
			<table width="100%" height="500" border="0" cellpadding="0"
				cellspacing="0">
				<tr>
					<td valign="top" width="198" align="right" bgcolor="#F0F0F0">
						<tiles:insert attribute="left" /></td>
					<td valign="top">
						<table width="100%" cellpadding="0" cellspacing="0">
							<tr>
								<td valign="top" width="69%" bgcolor="white">
									<tiles:insert attribute="content" /></td>
								<td valign="top" width="31%">
									<tiles:insert attribute="right" /></td>
							</tr>
						</table>
					</td>
				</tr>
		  </table>
			<table width="790" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr><td><tiles:insert attribute="footer" /></td></tr>
			</table>
		</td>
	</tr>
</table>
</center>
</body>
</html>

⌨️ 快捷键说明

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