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

📄 indextemplate.jsp

📁 网上购物商城
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="/WEB-INF/jsp/template/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>
<jsp:include page="safe.jsp"/>
<table bgcolor="white" width="790" height="192"  border="0" align="center" 
	cellpadding="0" cellspacing="0" class="tableBorder">
<tr>
  <td><tiles:insert attribute="banner"/>
	<table width="790" height="288"  border="0" align="center" cellpadding="0" cellspacing="0">
	  <tr>
	    <td valign="top">
	    <table width="156" height="431"  border="0" cellpadding="0" cellspacing="0">
	      <tr>
	        <td valign="top"><tiles:insert attribute="left"/></td>
	      </tr>
	    </table></td>
	    <td valign="top"><tiles:insert attribute="content"/></td>
	  </tr>
	</table>
	<table width="790"  border="0" align="center" cellpadding="0" cellspacing="0">
	  <tr>
	    <td height="54" align="center"><tiles:insert attribute="footer"/></td>
	  </tr>
	</table>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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