📄 login.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<html>
<head>
<title><%=ForumName%>--登陆</title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>
<!--#include file="inc/theme.asp"-->
<body bgcolor="#ffffff" alink="#333333" vlink="#333333" link="#333333" topmargin="0" leftmargin="0">
<br>
<TABLE border=0 width="95%" align=center>
<TBODY>
<TR>
<TD vAlign=top width=30%><a href="<%=HostURL%>"><img border="0" src="<%=logo%>"></a></TD>
<TD valign=middle align=top>
<img src="pic/closedfold.gif" border=0> <a href="index.asp"><%=ForumName%></a><br>
<img src="pic/bar.gif" border=0 width=15 height=15><img src="pic/openfold.gif" border=0> 论坛登陆</a>
</TD></TR></TBODY></TABLE>
<br>
<form action="chklogin.asp" method="post">
<table cellpadding=0 cellspacing=0 border=0 width=70% bgcolor=<%=aTablebackcolor%> align=center>
<tr>
<td>
<table cellpadding=6 cellspacing=1 border=0 width=100%>
<tr>
<td bgcolor=<%=aTabletitlecolor%> valign=middle colspan=2 align=center>
<b>请输入您的用户名、密码登陆</b></font></td>
</tr>
<tr>
<td bgcolor=<%=Tablebodycolor%> valign=middle>请输入您的用户名</td>
<td bgcolor=<%=Tablebodycolor%> valign=middle>
<INPUT name=username type=text>
<a href="reg.asp">没有注册?</a></td>
</tr>
<tr>
<td bgcolor=<%=Tablebodycolor%> valign=middle>请输入您的密码</td>
<td bgcolor=<%=Tablebodycolor%> valign=middle>
<INPUT name=password type=password>
<a href="lostpass.asp">忘记密码?</a></td>
</tr>
<tr>
<td bgcolor=<%=aTabletitlecolor%> valign=middle colspan=2 align=center>
<input type="reset" name="Reset" value="清 除">
<input type=submit name="submit" value="登 陆">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<!--#include file="footer.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -