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

📄 bbslogin.jsp

📁 数学网
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>

<html>

   <head>
   <meta http-equiv=content-type content="text/html; charset=gb2312">
    <title>用户登录</title>

<style type="text/css">
.p1 {FONT-SIZE: 14px; LINE-HEIGHT: 24px; FONT-FAMILY: "宋体"}
.f12 {FONT-SIZE: 12px; LINE-HEIGHT: 20px}
form{MARGIN: 0px; PADDING: 0px;}
</style>
<style type="text/css">
body{margin:6px 0 4px 0;background-color:#FFFFFF}
form{margin:0}
td{color:#333333}
td,div{font-size:12px;line-height:18px}
a:link{color:#0033CC}
a:visited{color:#800080}
.lg{margin-bottom:20px}
#ft{clear:both;line-height:20px;text-align:center}
#ft,#ft *{color:#77C;font-size:12px;font-family:Arial;white-space:nowrap}
#main{width:760px}
#left{float:left;width:476px;}
#center{float:left;margin:-22px 0 10px 0;width:262px}
#right{float:right;width:22px;height:130px;}
.b1,.b2{padding:10px;line-height:22px;font-size:14px}
.b1{color:#333333}
.b2{margin-bottom:12px;border:1px solid #AAAAAA;background:#F9F9F9}
.hl{clear:both;margin-bottom:10px;color:#666666}
a.tlk{line-height:24px;color:#FFFFFF;font-size:14px;font-weight:bold}
a.tlk:visited{color:#FFFFFF}
.ip{width:120px;height:22px;font-size:14px}
.f12{font-size:12px}
.f14{font-size:14px}
.f14b{font-size:14px;font-weight:bold}
.gry{color:#666666}
.line{margin-bottom:5px;line-height:1px;border-top:1px solid #CCC}
.ip{width:120px;height:22px;font-size:14px}
</style>


</head>

<body>
<br><br>
<center>
<div id="main" align="center">


<div class="b2">
<strong>注册用户请直接登录</strong>
<table width="240" border="0" cellspacing="0" cellpadding="4">
   <html:form action="/bbs/login.do" >
                    <tbody>
                      <tr>
                        <td align=right height=25>用户名称:</td>
                        <td height=25>
                        <html:text property="username" maxlength="14" size="10"/></td>
                      </tr>
                      <tr>
                        <td align=right height=25>登陆密码:</td>
                        <td height=25><html:password property="password" maxlength="14" size="10"/></td>
                      </tr>
                      <tr>
                        <td align=right height=25>附加验证:</td>
                        <td height=25 valign="bottom"><input maxlength=4 size=4 name="rand">
                            <img src="../imageservlet" border=0></td>
                      </tr>
                      <tr>
                        <td height=25 colspan="2" align=right><div align="center"><html:errors/></div></td>
                      </tr>
                      <tr align=middle>
                        <td colspan=2 height=50>
						<html:submit>登&nbsp;陆</html:submit>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<html:reset>清&nbsp;除</html:reset><br>
                        <a href="../reg/enrol.jsp">用户注册</a>&nbsp;&nbsp; 
						<a href="../reg/findpasslogin.jsp">忘记密码</a> 
						</td>
                      </tr>
</html:form>
                </table>

</table>
</div>
</div>
</center>
<DIV id=ft>&copy;2007 math</DIV><IMG style="DISPLAY: none" src=""> 
</DIV>
</body></html>

⌨️ 快捷键说明

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