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

📄 layout.jsp

📁 在线足球社区
💻 JSP
字号:
<%@taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles"%>
<html>
	<head>
		<title>Home Page</title>
		<link rel="stylesheet" href="styles/soccer.css" type="text/css">
	</head>

	<body>
		<table width="640" border="1" align="center">
			<tr>
				<td>
					<table width="100%">
						<tr>
							<td width="25%" align="center">
								<img src="images/DukeKick.gif" width="100" height="65">
							</td>
							<td width="75%" bgcolor="#CCCCFF" class="banner_text">
								Duke's Soccer League
							</td>
						</tr>
						<tr>
							<td valign="top" bgcolor="#CCCCFF">
								<tiles:insert attribute="side-bar" />
							</td>
							<td>
								<tiles:insert attribute="mainContent" />
							</td>
						</tr>
						<tr align="right">
							<td colspan="2" class="footer_text">
								<tiles:insert attribute="copyright" />
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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