📄 left.asp
字号:
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-t-left"></td>
<td class="lframe-t-mid">
<span class="lframe-t-text">会员登陆</span>
</td>
<td class="lframe-t-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-m-left"></td>
<td class="lframe-m-mid">
<table width=95% align=center cellpadding=0 cellspacing=0 border=0>
<tr><td valign=top align=center >
<table width=100% cellpadding=3><tr><td align=center>
<%
if Request.Cookies("qcdn")("user_name")="" then
%>
<form name="Loginform" method="post" action="checkuser.asp">
会员名:<input type=text class=inputbg name="username" size=15 maxlength=50>
</td></tr><tr><td align=center>
密 码:<input type=password class=inputbg name="password" size=15 maxlength=50><br>
</td></tr><tr><td align=center>
登陆保留:<select name="usercookies">
<option value="0">不保留</option>
<option value="1">保留一天</option>
<option value="2">保留一月</option>
<option value="3">保留一年</option>
</select>
</td></tr><tr><td align=center>
<input type=submit value="登陆"> <input type=button value="注册" onclick="window.location='UserReg.asp'">
</td></tr>
<tr>
<td align="center"><a href="UserLostPass.asp">忘记密码</a></td></tr>
<input type="hidden" name="method" value="login">
</form>
<%
else
Response.write "<tr><td style='line-height:150%'>"
Response.write "你好," & Request.Cookies("qcdn")("user_name") & "<br><br> "
Response.write "您共发表评论:" & Qcdn.RemarkCount(Request.Cookies("qcdn")("user_name")) & "条<br>"
Response.write "<a href='UserEdit.asp'>修改资料</a> <a href='logout.asp'>退出登陆</a>"
Response.write "</td></tr>"
end if
%>
</table>
</td></tr>
</table>
</td>
<td class="lframe-m-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0 >
<tr>
<td class="lframe-b-left"></td>
<td class="lframe-b-mid"> </td>
<td class="lframe-b-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-t-left"></td>
<td class="lframe-t-mid">
<span class="lframe-t-text">热门文章排行</span>
</td>
<td class="lframe-t-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-m-left"></td>
<td class="lframe-m-mid"> <%Call Qcdn.Toplist("20","hits",0)%>
</td>
<td class="lframe-m-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0 >
<tr>
<td class="lframe-b-left"></td>
<td class="lframe-b-mid"> </td>
<td class="lframe-b-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-t-left"></td>
<td class="lframe-t-mid">
<span class="lframe-t-text">本周文章排行</span>
</td>
<td class="lframe-t-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-m-left"></td>
<td class="lframe-m-mid"> <%Call Qcdn.Toplist("20","week",0)%>
</td>
<td class="lframe-m-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0 >
<tr>
<td class="lframe-b-left"></td>
<td class="lframe-b-mid"> </td>
<td class="lframe-b-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-t-left"></td>
<td class="lframe-t-mid">
<span class="lframe-t-text">友情连接</span>
</td>
<td class="lframe-t-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0>
<tr>
<td class="lframe-m-left"></td>
<td class="lframe-m-mid">
<!-----------友情连接 Start----------->
<table border=0 width=100% cellpadding=3>
<tr>
<td align=center heigth=35> </td>
</tr>
<tr>
<td align=center heigth=40 valign=middle><a href=mailto:<%=email%>?subject=我要和贵站做链接>申请加入</a></td>
</tr>
</table>
<!-----------友情连接 End----------->
</td>
<td class="lframe-m-right"></td>
</tr>
</table>
<table width=95% cellspacing=0 cellpadding=0 >
<tr>
<td class="lframe-b-left"></td>
<td class="lframe-b-mid"> </td>
<td class="lframe-b-right"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -