📄 login.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page import="com.laoer.bbscs.sysinfo.*"%>
<%@ page import="com.laoer.bbscs.util.*"%>
<jsp:useBean id="lf" scope="request" class="com.laoer.bbscs.bbs.actionform.LoginActionForm"/>
<%
String authcode = Util.getAuthCode();
session.setAttribute("authcode",authcode);
%>
<html>
<head>
<title><%=Sys.WEBSITE[0]%></title>
<link rel=stylesheet type="text/css" href="css/0/css2.css">
</head>
<body>
<p> </p>
<CENTER><H3><B><bean:message key="index.title"/></B></H3></CENTER>
<form name="form1" method="post" action="<%=Sys.getURL()%>loginAction.do">
<input name="tourl" type="hidden" value="<%=lf.getTourl()%>">
<input name="act" type="hidden" value="reglogin">
<table width="300" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td colspan="2">
<div align="center"><html:errors/></div>
</td>
</tr>
<tr>
<td width="120">
<div align="right"><bean:message key="index.username"/></div>
</td>
<td width="180">
<input type="text" name="uname" maxlength="20" size="15">
</td>
</tr>
<tr>
<td width="120">
<div align="right"><bean:message key="index.passwd"/></div>
</td>
<td width="180">
<input type="password" name="passwd" maxlength="20" size="15">
</td>
</tr>
<tr>
<td width="120" valign="top">
<div align="right"><bean:message key="login.cookiessave"/></div>
</td>
<td width="180">
<input type="radio" name="cookiessave" value="0" checked><bean:message key="login.cookiessave0"/><br>
<input type="radio" name="cookiessave" value="1"><bean:message key="login.cookiessave1"/><br>
<input type="radio" name="cookiessave" value="2"><bean:message key="login.cookiessave2"/><br>
<input type="radio" name="cookiessave" value="3"><bean:message key="login.cookiessave3"/></td>
</tr>
<tr>
<td colspan="2" height="39">
<div align="center">
<input type="submit" name="pub" value="<bean:message key="bbscs.button.login"/>">
<input type="reset" name="Submit2" value="<bean:message key="bbscs.botton.reset"/>">
</div>
</td>
</tr>
</table>
</form>
<p align="center"> </p>
<p align="center"><a href="reg.jsp"><bean:message key="index.regnewuser"/></a> <a href="<%=Sys.getURL()%>loginAction.do?act=reglogin&guest=1"><bean:message key="index.guestlogin"/></a> <bean:message key="index.forgetpasswd"/></p>
<p align="center"> </p>
<p align="center"></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -