?? success.jsp
字號:
<%@ page import="web.domain.*" %>
<%--
League league = (League)request.getAttribute("league");
--%>
<jsp:useBean id="league" class="web.domain.League" scope="request" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<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">
<jsp:include page="../incl/banner.jsp">
<jsp:param name="subTitle" value="Success!" />
</jsp:include>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#CCCCFF">
<jsp:include page="../incl/side-bar2.jsp" />
</td>
<td><table width="100%" >
<tr>
<td align="center" bgcolor="#CCCCFF" class="content_header">League Admin:League Created(JavaBean)</td>
</tr>
<tr>
<td align="center" class="content_text">
Create of the <b><%--= league.getSeason() --%><jsp:getProperty name="league" property="season" />
/<%--= league.getYear() --%><jsp:getProperty name="league" property="year" />
<%--= league.getTitle() --%><jsp:getProperty name="league" property="title" /></b> league was successful. </td>
</tr>
</table></td>
</tr>
<tr align="right">
<td colspan="2" class="footer_text">
<jsp:include page="../incl/copyright.jsp" />
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -