📄 selectleaguecontent.jsp
字号:
<%@taglib prefix="html" uri="http://struts.apache.org/tags-html"%>
<table width="100%">
<tr align="center" bgcolor="#CCCCFF">
<td colspan="3" class="content_header">
Select League
</td>
</tr>
<tr>
<td width="34%" align="center" class="content_text">
League:
</td>
<td width="34%" class="content_text">
Season:
<html:select property="season">
<html:option value="UNKNOWN">Select...</html:option>
<html:option value="Spring">Spring</html:option>
<html:option value="Summer">Summer</html:option>
<html:option value="Fall">Fall</html:option>
<html:option value="Winter">Winter</html:option>
</html:select>
</td>
<td width="32%" class="content_text">
Year:
<html:select property="year">
<select name="year" class="content_text" id="year">
<html:option value="UNKNOWN">Select...</html:option>
<html:option value="2000">2000</html:option>
<html:option value="2001">2001</html:option>
<html:option value="2002">2002</html:option>
<html:option value="2003">2003</html:option>
<html:option value="2004">2004</html:option>
<html:option value="2005">2005</html:option>
</html:select>
</td>
</tr>
<tr>
<td>
</td>
<td>
<input name="Submit" type="submit" class="content_text"
value="Continue...">
</td>
<td>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -