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

📄 pagewithmenutemplate.jsp

📁 A Java web application, based on Struts and Hibernate, that serves as an online running log. Users m
💻 JSP
字号:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-tiles" prefix="tiles" %><html:html locale="true">	<head>		<title>			<bean:message key="application-name"/> - v<bean:message key="application-version"/>		</title>		<html:base/>	</head>	<body topmargin="0" leftmargin="0">			<table border="1" width="100%" height="100%">			<tr height="10%">				<td colspan="2">					<tiles:insert attribute="header"/>				</td>			</tr>			<tr height="80%">				<td width="15%" valign="top">					<tiles:insert attribute="menu"/>				</td>				<td width="85%" valign="top">					<!-- TODO v1.x html:messages/-->					<html:errors/>					<tiles:insert attribute="page-header"/>					<table width="100%" height="100%" border="1">						<tr>							<td align="middle" valign="top">								<table border="1" width="100%">									<tiles:insert attribute="page-contents"/>								</table>							</td>						</tr>					</table>				</td>			</tr>			<tr height="10%">				<td colspan="2">					<tiles:insert attribute="footer"/>				</td>			</tr>		</table>	</body></html:html>

⌨️ 快捷键说明

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