📄 usl.asp
字号:
<%
url=Request.ServerVariables("SCRIPT_NAME")
url=url & "?o_id=" & o_id & "&add=" & request("add")
%>
<link rel="stylesheet" href="css/index.css" type="text/css">
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#053e75" height="30">
<form action="login.asp" method="post" name="login">
<tr>
<td height="24" valign="middle">
<div align="center"><font color="#8696fd">
<% if session("aleave")="s" then aleave="高级会员"
if session("aleave")="u" then aleave="普通会员"%>
<%if session("auid")<>"" then%>
已登陆成功 >>>><img src="img/spacer.gif" width="20" height="8">用
户 名:</font><font color="FFFFFF"><%=session("auid")%></font><font color="#0000FF">
<font color="#8696fd"><img src="img/spacer.gif" width="20" height="8">当前级别:<font color="FFFFFF"><%=aleave%></font></font><font color="#8696fd"><img src="img/spacer.gif" width="20" height="8"></font><font color="#0000FF">
</font></font><a href="usermodi.asp?auid=<%=session("auid")%>"><font color="#8696fd">修改我参加的活动</font></a><font color="#8696fd"><font color="#0000FF"><font color="#8696fd"><img src="img/spacer.gif" width="20" height="8">
</font></font></font><a href="login.asp?logout=yes"><font color="#8696fd">退出登陆</font></a><font color="#8696fd"><font color="#0000FF"><font color="#8696fd">
<%else%>
</font> </font></font></div>
</td>
</tr>
<tr>
<td height="24" valign="middle">
<div align="center"><font color="#8696fd">会员登陆区 >>>><img src="img/spacer.gif" width="20" height="8">
用户名称:
<input maxlength=30 name=auid size=10 class=box>
<img src="img/spacer.gif" width="20" height="8">登陆密码:
<input maxlength=30 name=apwd size=10 type=password class=box>
<input type="hidden" name="url" value="<%=url%>">
<input type="submit" name="Submit" value="提交" class=box5>
<input type="reset" name="Submit2" value="重置" class=box5>
<%end if%>
</font></div>
</td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -