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

📄 baseinfo_template.jsp

📁 这是《Struts网络编程实例》一书zhogn 的源代码部分
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ include file="/jsp/common/environment.jsp" %>

<html:html>

<head>
<!-- input name='title' -->
<title><tiles:getAsString name="title"/></title>
</head>

<body TEXT="#333333" BGCOLOR="#FFFFFF" LEFTMARGIN="2" TOPMARGIN="2" MARGINWIDTH="0" MARGINHEIGHT="0">
<div align="center">
<!-- input name='top' -->
<tiles:insert attribute="top"/>
<table border="0" width="997" cellspacing="0" cellpadding="0">
	<tr>
		<td width="127" align="left" valign="top" bgcolor="#EEF2EE">
		    <!-- input name='left' -->
			<tiles:insert attribute="left"/>
		</td>
		<td width="3" align="left" valign="top" bgcolor="#EEF2EE">
		<img border="0" src="<%=imagesurl%>left4.gif" width="3" height="195">
		</td>
		<td width="867" align="left" valign="top">
		   <!-- input name='body' -->
		   <tiles:insert attribute="body"/>
		</td>
	</tr>
</table>
<!-- input name='bottom' -->
<tiles:insert attribute="bottom"/>
</div>
</body>

</html:html>

⌨️ 快捷键说明

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