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

📄 pagetemplate.jsp

📁 一个很好的java编写的网上电子商城网站,用myeclipse打开,高手可看
💻 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>
<table width="790" border="0" cellspacing="0" cellpadding="0"
	bgcolor="white" align="center">
  <tr>
    <td class="tableBorder"><tiles:insert attribute="navigation" /></td>
	</tr>
	<tr>
        <td><tiles:insert attribute="search" />
      <table width="100%" height="236" border="0" align="center"
	cellpadding="0" cellspacing="0">
        <tr>
          <td valign="top" width="182"><tiles:insert attribute="left" /></td>
          <td valign="top"><table width="100%" cellpadding="0" cellspacing="0">
              
              <tr>
                <td valign="top"><tiles:insert attribute="content" /></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>
</body>
</html>

⌨️ 快捷键说明

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