index.jsp

来自「51单片机实验指导」· JSP 代码 · 共 38 行

JSP
38
字号
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %>

<template:insert template='/template.jsp'>
	<template:put name='content'>
		<table width="100%" border="0" cellspacing="3" cellpadding="0" height="100">
			<tr align="center" valign="middle" bgcolor="#CCCCFF">
				<td bgcolor="#FFFFFF">
					<br>
					<br>
					<br>
				</td>
			</tr>
			<tr align="center">
				<td height="50"> <font size="2" face="Verdana, Arial, Helvetica, sans-serif">This
				is the home	page for a sample application used to illustrate the<br>
				source directory organization of a web application utilizing the principles<br>
				outlined in	the	<a href="http://jakarta.apache.org/tomcat/index.html">Apache
				Tomcat Application Developer's</a> Guide.<br><br>
				To prove that they work, you can execute either	of the following links:</font>
				</td>
			</tr>
			<tr align="center" valign="middle">
				<td height="152" valign="top">
					<p>
						<b>
							<font face="Verdana, Arial, Helvetica, sans-serif" size="2">
								<br><br>
								<a href="info.jsp">JSP Example</a>
								<br><br>
								<a href="helloworld.jsp">Servlet Example</a>
							</font>
						</b>
					</p>
				</td>
			</tr>
		</table>
	</template:put>
</template:insert>

⌨️ 快捷键说明

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