📄 signin.jsp
字号:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<html:html>
<head>
<html:base/>
<title><bean:message key="global.title"/></title>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
<!-- Header Page Information -->
<%@ include file="../include/head.inc"%>
<!-- Nav Bar -->
<%@ include file="../include/menubar.inc"%>
<table cellSpacing=0 cellPadding=0 width=480 border=0>
<tbody>
<tr class="RED">
<td></td>
<td><html:errors/></td>
</tr>
<tr>
<td vAlign=top width=20><html:img height="1" alt="" page="/images/spacer.gif" width="20" border="0"/></td>
<td vAlign=top width=460>
<html:img height="20" alt="" page="/images/spacer.gif" width="1" border="0"/><br>
<html:img height="35" alt="Sign In" page="/images/signin.gif" width="460" border="0"/><br>
<html:img height="10" alt="" src="/images/spacer.gif" width="1" border="0"/><br>
<font size=2>
<font size=2>
<bean:message key="signin.instructions"/><br><br></font>
<table cellSpacing=4 cellPadding=2 border=0>
<tbody>
<tr>
<td vAlign=top><font size=2>
<html:form onsubmit="return validateSigninForm(this)" action="signin" method="post">
<font size=2>
<B>1.</B> </font></font>
</td>
<td><font size=2>
<B><bean:message key="label.email"/>:</B><br><html:text size="22" property="email" value="weiqin@yahoo.com"/></font>
</td>
</tr>
<tr>
<td vAlign=top><font size=2><B>2.</B> </font></td>
<td><font size=2><B><bean:message key="label.password"/>:</B><br>
<table cellSpacing=0 cellPadding=0>
<tbody>
<tr>
<td><font size=2>
<input type=radio CHECKED value="R" name=custype></font>
</td>
<td><html:img height="1" alt="" page="/images/spacer.gif" width="2" border="0"/></td>
<td><font size=2>
<bean:message key="signin.password"/></font>
</td>
</tr>
<tr>
<td><html:img height="1" alt="" page="/images/spacer.gif" width="4" border="0"/></td>
<td><html:img height="1" alt="" page="/images/spacer.gif" width="4" border="0"/></td>
<td><font size=2>
<html:password size="22" property="password" value="weiqin"/>
<br></font>
</td></tr></tbody></table></font></td>
</tr>
<tr>
<td vAlign=top><font size=2>
<B>3.</B> </font></td>
<td><html:image page="/images/continue.gif" border="0"/>
</td>
</html:form></tr></tbody>
</table>
<%@ include file="../include/copyright.inc"%>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -