signonform.jsp
来自「简单的Jdon实现」· JSP 代码 · 共 35 行
JSP
35 行
<%@include file="../common/IncludeTop.jsp"%>
<html:errors />
<html:form action="/shop/signon.shtml" method="POST">
<input type="hidden" name="method" value="signon" />
<table align="center" border="0">
<tr>
<td colspan="2">Please enter your username and password.
<br /> </td>
</tr>
<tr>
<td>Username:</td>
<td><input type="text" name="username" value="j2ee" /></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password" name="password" value="j2ee" /></td>
</tr>
<tr>
<td> </td>
<td><input type="image" border="0" src="../images/button_submit.gif" /></td>
</tr>
</table>
</html:form>
<center>
<html:link page="/shop/newAccountForm.shtml">
<img border="0" src="../images/button_register_now.gif" />
</html:link>
</center>
<%@include file="../common/IncludeBottom.jsp"%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?