layout.jsp
来自「在线足球社区」· JSP 代码 · 共 40 行
JSP
40 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?