📄 b_right.asp
字号:
<table width="185" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="32" background="IMAGES/ecowo_13.gif"><div align="center"><font color="#000000">
<%Response.Write FormatDateTime(Date(),1) & " 星期"& Mid("日一二三四五六",WeekDay(Date),1) %>
</font></div></td>
</tr>
</table>
<table width="185" height="4" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="185" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28"><div align="center"><img src="IMAGES/ecowo_19.gif" width="185" height="30"></div></td>
</tr>
<tr>
<td height="118"><div align="center"><iframe src="http://weather.265.com/weather.htm" width="160" height="54" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div></td>
</tr>
</table>
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="IMAGES/ecowo_78.gif" width="211" height="25"></td>
</tr>
<tr>
<form method="post" name="myform" action="Result.asp" target="newwindow">
<td height="115"><div align="center">
<table width="211" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="36" align="center"><br>
用户名:
<input name="UserName" id="UserName" size=16 maxlength=20>
</td>
</tr>
<tr>
<td width="100%" height="36" align="center">密 码:
<input name="Password" type=password id="Password" size=16 maxlength=20>
</td>
</tr>
<tr>
<td height="26" align="center" valign="bottom">
<input type="submit" name="Submit" value="登陆" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#FF0C00'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title="登录你的邮箱">
<input type="reset" name="Submit" value="清除" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#FF0C00'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title="清除所输信息"></td>
</tr>
</table>
</div></td>
</form>
</tr>
</table>
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="IMAGES/ecowo_80.gif" width="211" height="27" /></td>
</tr>
<tr>
<form action="OA/loginok.asp" method="post" name="oa" id="oa" >
<td height="115"><div align="center">
<table width="200" border="0" align="center" cellpadding="0" cellspacing="5">
<tr>
<td width="86"><center>
用户名:
</center></td>
<td width="99"><input name="username" type="text" id="username" size="16" maxlength="20" /></td>
</tr>
<tr>
<td><center>
密 码:
</center></td>
<td><input name="password" type="password" id="password" size="16" maxlength="20" /></td>
</tr>
<tr>
<td colspan="2"><div align="center"> <br />
<input name="Submit2" type="submit" id="Submit" value="提交" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" title="登录OA" onmouseover ="this.style.backgroundColor='#FF0C00'" onmouseout ="this.style.backgroundColor='#EAEAF4'" />
<input name="Submit2" type="reset" id="Submit" value="重置" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" title="重置OA登录" onmouseover ="this.style.backgroundColor='#FF0C00'" onmouseout ="this.style.backgroundColor='#EAEAF4'" />
</div></td>
</tr>
</table>
</div></td>
</form>
</tr>
</table>
<div align="center">
<%if topfont=1 then%>
</div>
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24"><img src="IMAGES/ecowo_28.gif" width="211" height="26"></td>
</tr>
<tr>
<td height="123">
<form name="user" method=POST action='<%=BbsPath%>/login.asp?action=chk' onSubmit="return checkdata();">
<table width="100%" border="0" cellpadding="3" cellspacing="0" id="AutoNumber1" style="border-collapse: collapse">
<tr>
<td width="100%" align="center"><br>
<%if UserTableType = "EChuang" then '不整合%>
用户名称:
<input maxlength=20 name="UserName" size=8> </td>
</tr>
<tr>
<td width="100%" align="center">用户密码:
<input maxlength=20 name="Password" size=8 type=password> </td>
</tr>
<tr>
<td width="100%" align="center"> <input type=submit name=submit value="登 陆" style="font-size: 9pt; color: #000000; background-color: #EAEAF4; solid #EAEAF4" onMouseOver ="this.style.backgroundColor='#24F708'" onMouseOut ="this.style.backgroundColor='#EAEAF4'" title="登录论坛">
<p><a class=middle href="<%=BbsPath%>" target="_blank">[进入]</a>
<a class=middle href="<%=BbsPath%>reg.asp" target="_blank";;;>[用户注册]</a>
<a class=middle href="<%=BbsPath%>lostpass.asp" target="_blank">[忘密]</a><br>
<%else%>
<%if UserTableType = "Dvbbs" then%>
<%if Request.cookies(eChuang)("username")="" then%>
<br><br>
<font color=red>功能入口
<br><br>
请先登录系统</font>
<br><br>
<%else%>
<%loginuser=Request.cookies(eChuang)("UserName")
set rs10=server.CreateObject("ADODB.RecordSet")
rs10.Source="select * from "& db_User_Table &" where "& db_User_Name &"='"&loginuser&"'"
rs10.Open rs10.Source,ConnUser,1,1
if not rs10.eof then%>
<%if rs10(db_User_Face)<>"" then%>
<img src="<%=BbsPath%><%=rs10(db_User_Face)%>" border="0" width="<%=rs10(db_User_Facewidth)%>" height="<%=rs10(db_User_Faceheight)%>">
<%''显示用户头像,加'bbs/'前缀路径,使图文系统直接显示定向到论坛头像%>
<%else%>
<img src="images/nopic.gif" border="0">
<%end if%>
<%rs10.close
set rs10=nothing%>
<br>
<font color=red>欢迎您 <%=Request.cookies(eChuang)("UserName")%> !</font>
<br><br><a href="<%=BbsPath%>" target="_blank">进入论坛</a>
<%end if%>
<%end if%>
<%end if%>
<%end if%>
</td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td><img src="IMAGES/ecowo_37.gif" width="211" height="51"></td>
</tr>
<tr>
<td height="182" valign="top"><div align="center">
<table width="87%" height="20" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<script src=<%=BbsPath%>newtopic.asp?boardid=all&lock=0&bname=0&tlen=10&n=10&sdate=&orders=4&info=0&action=1&reply=0&showpic=0></script>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
<div align="center">
<%end if%>
</div>
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="IMAGES/ecowo_57.gif" width="211" height="25"></td>
</tr>
<tr>
<td height="279"><div align="center">
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><a href="#"><img src="IMAGES/ecowo_59.gif" width="211" height="51" border="0"></a></div></td>
</tr>
<tr>
<td><div align="center"><a href="#"><img src="IMAGES/ecowo_60.gif" width="211" height="50" border="0"></a></div></td>
</tr>
<tr>
<td><div align="center"><a href="#"><img src="IMAGES/ecowo_61.gif" width="211" height="49" border="0"></a></div></td>
</tr>
<tr>
<td><div align="center"><a href="#"><img src="IMAGES/ecowo_64.gif" width="211" height="51" border="0"></a></div></td>
</tr>
<tr>
<td><div align="center"><a href="#"><img src="IMAGES/ecowo_66.gif" width="211" height="51" border="0"></a></div></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="211" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="IMAGES/ecowo_77.gif" width="211" height="26" /></td>
</tr>
<tr>
<form action="Result.asp" method="post" name="myform" target="newwindow" id="myform">
<td height="41"><table width="190" height="164" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="Images/search_bg.gif"><div align="left">
<%if showsearch=1 then%>
<%if search="1" then%>
<!--#include file=E_search.asp-->
<%else%>
<!--#include file=E_search1.asp-->
<%end if%>
<%end if%>
</div></td>
</tr>
</table></td>
</form>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -