⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signonform.jsp

📁 相信大家不会很陌生的
💻 JSP
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ page contentType="text/html; charset=UTF-8" %>

<jsp:include page="../common/IncludeTop.jsp" flush="true">
   <jsp:param name="title" value="登陆" />
</jsp:include>


<html:errors />

<html:form action="/account/signon.shtml" method="POST">
<input type="hidden" name="method" value="signon" />
<table align="center" border="0">
<tr>
<td colspan="2">请输入用户名和密码.
<br />&nbsp;</td>
</tr>
<tr>
<td>用户名:</td>
<td><input type="text" name="username" /></td>
</tr>
<tr>
<td>密码:</td>
<td><input type="password" name="password" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
 <input type="submit" name="createButton" value="登陆">
</td>
</tr>
</table>
</html:form>
<center>
<html:link page="/account/newAccountForm.shtml">
注册新账号
</html:link>
</center>


<%@include file="../common/IncludeBottom.jsp"%>

⌨️ 快捷键说明

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