📄 login.asp
字号:
<!--#include file="inc/config.Asp"-->
<!--#include file="conn.Asp"-->
<!--#include file="Inc/Fywen_Post.Asp"-->
<!--#include file="inc/index_inc.Asp"-->
<%
'├========================================┤
'‖ www.fywen.com ‖
'‖ ╔━═━═━═━═━═━╗ ‖
'‖ ┃ 枫叶在线版权所有 ┃ ‖
'‖ ╚━═━═━═━═━═━╝ ‖
'‖ 论坛:www.fywen.com/bbs ‖
'├========================================┤
%>
<html >
<head>
<link rel="Shortcut Icon" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<META NAME="keywords" CONTENT="<%=keywords%>">
<META NAME="description" CONTENT="<%=description%>">
<META NAME="robots" CONTENT="all">
<title><%=fywenname%> - 会员登陆<%call serach()%></title>
<link href="skin/<%=skin%>/fywen.css" rel="stylesheet" type="text/css">
</head>
<!--#include file="Fywen_Top.Asp"-->
<br>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" height="76%">
<tr>
<td>
<table width="35%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_4">
<tr class="title_3">
<td height="25" class="index_titlesize"> 会员登陆</td>
</tr>
<tr>
<td class="title_3">
<table width="97%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table_3">
<form action="Fywen_login.Asp?Url=<%=request.querystring("url")%> " method="post" name="Login">
<tr>
<td width="97%" height="12"></td>
</tr>
<tr>
<td><div align="center">用户名:
<input name="username" class="user_input" >
</div></td>
</tr>
<tr>
<td height="41"><div align="center">密 码:
<input name="userpassword" class="pwd_input" type="password" >
</div></td>
</tr>
<tr>
<td height="34"><div align="center">
<input type=image src="image/login.gif">
<a href="Fywen_Passport.Asp" class="size">注册</a> <a href="User_Password.Asp" class="size">忘记密码</a></div></td>
</tr>
<tr><td> </td>
</tr>
</form>
</table>
</td>
</tr>
<tr><td height="5" class="title_3"></td></tr>
</table>
</td>
</tr>
</table>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -