📄 select_title.jsp
字号:
<%
String title = request.getParameter("title");
%>
<!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">Duke's Soccer League </td>
</tr>
<tr>
<td valign="top" bgcolor="#CCCCFF">
<jsp:include page="../incl/side-bar2.jsp" />
</td>
<td>
<jsp:include page="../incl/show_errors.jsp" />
<form action="createLeague" method="post" name="form" id="form">
<input type="hidden" name = "action" value="title">
<table width="100%" >
<tr align="center">
<td colspan="3" bgcolor="#CCCCFF" class="content_header">Soccer League Adiminstration</td>
</tr>
<tr>
<td width="30%" align="center" class="content_text">Title:</td>
<td colspan="2"><input name="title" type="text" class="content_text" id="title" size="50" value="<%= (title!=null)?title:"" %>"></td>
</tr>
<tr>
<td> </td>
<td width="31%"><input name="Submit" type="submit" class="content_text" value="Create League"></td>
<td width="39%"> </td>
</tr>
</table>
</form></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 + -