⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 个人网站系统,本人基于第三方源码进行更改!
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="Common/Inc_DatConn.asp"-->
<!--#include file="Common/Inc_Config.asp"-->
<!--#include file="Common/Inc_Function.asp"-->
<%
'┌─  风云ASP在线  ────────────────────────┐
'│                                                                 │
'│  作者:赵振波.	http://www.fyasp.com	    				    │
'│                                                                 │
'│   Q Q:176189168  										   	    │
'│                                                                 │
'│ Email:fy96@163.com                                             │
'│                                                                 │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│                                                                 │
'│【版权声明】                                                     │
'│                                                                 │
'│     本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│                                                                 │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│                                                                 │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│                                                                 │
'└───────────────────  http://www.fyasp.com ──┘
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title><% = strSiteName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="分类,供求信息,免费,赚钱,整站出售,免费源码,交友, 征友, 速配, 约会, 聊天, 征婚, 婚介, 爱情, 友情, 友谊, 朋友, 伙伴, 情人, 伴侣, 同性, 异性, 女人, 男士, 女士, 男孩, 女孩, 帅哥, 美女, 单身, 独身, 性感, 浪漫, 激情, 手机交友, 手机, 短信, 彩信, 铃声, 图片, 照片, 靓照, 贴图, 语音, 视频, 搜索, 文章, 商城" name="keywords">
<link href="Common/Style.css" type="text/css" rel="stylesheet">
</head>

<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<!--#include file="Top.asp"-->
<table align="center" border="0" width="760" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" align="center"><img height="14" src="images/pic_top_01.gif" width="760" border="0"></td>
  </tr>
</table>
<div align="center">
<center>
<table cellSpacing="0" cellPadding="0" width="760" border="0">
  <tbody>
  <tr>
    <td vAlign="top" width="1" background="images/space_01.gif" rowspan="3"><img height="1" src="images/space_01.gif" width="1" border="0"></td>
    <td vAlign="top" width="10"><img height="1" src="images/space.gif" width="10" border="0"></td>
    <td vAlign="top" width="580" align="center">
      <table height="11" cellSpacing="0" cellPadding="0" width="580" border="0">
        <tbody><tr>
    <td vAlign="top" width="596" colspan="3">
	<div align="center">
			<table height="103" cellSpacing="0" cellPadding="0" width="580" border="0">
        <tbody>
        <tr>
          <td width="100%" height="3"></td>
        <tr>
          <td vAlign="top" height="100">
			<a target="_blank" href="http://www.fyasp.com">
			<img border="1" src="images/gq.gif" width="580" height="105" style="border: 1px solid #9AD4F9"></a></td>
        </tr>
        </tbody>
      </table>      <table height="73" cellSpacing="0" cellPadding="0" width="580" border="0">
        <tbody>
        <tr>
          <td Align="center" background="images/bg_quick_search_01.gif" height="63" align="center"><!--#include file="Common/Inc_Search.asp"--></td>
        </tr>
        <tr>
          <td height="10"></td>
        </tr>
        </tbody>
       </table>
	</div>
	</td>
    <td vAlign="top" width="1" background="images/space_01.gif"> </td>
  </tr>
        <tr>
          <td vAlign="top" width="188" align="center">
            <table borderColor="#111111" cellSpacing="0" cellPadding="0" width="188" border="0" height="293">
              <tr>
                <td align="center" height="293" valign="top"><table cellSpacing="0" cellPadding="0" width="190" border="0">
	<tr>
		<td> </td>
	</tr>
</table>
<table cellSpacing="0" cellPadding="0" align="center" border="0">
	<tr>
		<td>
		<img height="28" src="x/bzgg.gif" width="188"></td>
	</tr>
	<tr>
		<td align="middle" bgColor="#ffbe29" height="123">

		          <marquee onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=1" scrollAmount="1" scrollDelay="6" direction="up" width="184" height="116" scrolltop="0" scrollleft="0">
                  <table border="0" width="100%" cellspacing="0" cellpadding="5">
					<%
					Dim rdsAffiche
					Dim sqlAffiche
					Dim intAfficheCot
					Dim intAfficheCount
					Dim strAfficheSubject
					              
					intAfficheCot = 5
					              
					set rdsAffiche = Server.CreateObject("ADODB.Recordset")
					sqlAffiche = "Select * From Dat_News Where NewsClass = 1 And State = 1 Order By NewsKey Desc"
					rdsAffiche.Open sqlAffiche,Conn,1,1
					if not rdsAffiche.EOF then
						do while not rdsAffiche.EOF 
					%>
                    <tr>
                      <td width="100%" height="22"><font color="#000000">&middot;</font><a href="View_Affiche.asp?Id=<% = rdsAffiche("NewsKey")%>" target="_blank"><font color="#0000ff"><% = rdsAffiche("Topic")%></font></a></td>
                    </tr>
                    <%
							intAfficheCount = intAfficheCount + 1
							if intAfficheCount > intAfficheCot then exit do
							rdsAffiche.MoveNext 
						loop
                    else
                    %>
                    <tr>
                      <td width="100%" height="22"><font color="#FF0000">&nbsp;&nbsp;没有站务公告信息</font>...</td>
                    </tr>
                    <%
                    end if
					rdsAffiche.Close
					set rdsAffiche = nothing
                    %>
                  </table></marquee></td>
	</tr>
</table><table borderColor="#111111" cellSpacing="0" cellPadding="0" width="188" border="0" height="195">
              <tbody>
              <tr>
                <td width="188" height="4"></td>
              </tr>
              <tr>
                <td width="188" background="x/1ks.gif" height="112" valign="bottom"> 
				<table border="0" style="border-collapse: collapse" width="188" height="79" cellpadding="0">
					<tr>
						<td height="26" width="62" align="center">
						<a href="list.asp?lx=1"><font color="#000000">供应信息</font></a></td>
						<td height="26" width="63" align="center">
						<a href="list.asp?lx=2"><font color="#000000">求购信息</font></a></td>
						<td height="26" width="63" align="center">
						<a href="list.asp?lx=3"><font color="#000000">要闻信息</font></a></td>
					</tr>
					<tr>
						<td height="26" width="62" align="center">
						<a href="list.asp?lx=4"><font color="#000000">动态信息</font></a></td>
						<td height="26" width="63" align="center">
						<a href="list.asp?lx=5"><font color="#000000">招聘信息</font></a></td>
						<td height="26" width="63" align="center">
						<a href="list.asp?lx=6"><font color="#000000">求职信息</font></a></td>
					</tr>
					<tr>
						<td height="27" width="62" align="center">
						<a href="list.asp?lx=7"><font color="#000000">展会信息</font></a></td>
						<td height="27" width="63" align="center">
						<a href="list.asp?lx=8"><font color="#000000">其它信息</font></a></td>
						<td height="27" width="63" align="center"><b>
						<a href="add.asp"><font color="#FF0000">免费发布</font></a></b></td>
					</tr>
				</table>
				</td>
              </tr>
              <tr>
                <td vAlign="top" width="188" height="2"></td>
              </tr>
              <tr>
                <td vAlign="top" width="188" height="2"></td>
              </tr>
              <tr>
                <td vAlign="top" width="188" height="78" align="center">
				<img border="0" src="x/pc.bmp" width="186" height="76"></td>
              </tr>
              </tbody>
            </table>
            	</td>
              </tr>
              </table>
          </td>
          <td vAlign="top" width="10" height="11"><img height="1" src="images/space.gif" width="8" border="0"></td>
          <td vAlign="top" width="382" align="center">
            <table border="0" width="381" cellspacing="0" cellpadding="0" height="25">
              <tr>
                <td width="380" background="images/001.gif">&nbsp;&nbsp;<font color="#FFFFFF"><b>最新推荐信息&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
				<a href="list.asp?px=tj"><font color="#FFFFFF">更多&gt;&gt;</font></a></b></font></td>
              </tr>
            </table>
            <table borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" bordercolordark="#FFFFFF" borderColorLight="#3986CE" border="1" height="322">
              <tbody>
              <tr>
                <td vAlign="top" width="100%">
                <table width="100%" height="317" border="0" cellpadding="0" cellspacing="0">
                  <tr> 
                    <td valign="top"> 
                      <table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF">
                      <%
                      Dim rdsInfo1
                      Dim sqlInfo1
                      Dim intInfoCount1
                      Dim strInfoClass1
                      Dim strTopic1
                      
                      set rdsInfo1 = Server.CreateObject("ADODB.Recordset")
                      sqlInfo1 = "Select top "&intNewInfoCot&" infokey,tj,state,infoclass,infoadd,topic,jg From Dat_Information Where State = 1 and  tj = true order by infokey desc"
                      rdsInfo1.Open sqlInfo1,Conn,1,1
                      if not rdsInfo1.EOF then
                        do while not rdsInfo1.EOF
		xxlx3=rdsInfo1("InfoClass")
		Select Case xxlx3
		Case "1"
							strInfoClass1 = "<a href=list.asp?lx=1><font color=#009933 style=""font-size: 9pt""><span style=""text-decoration: none"">[销售]</span></font></a>"
							Case "2"
								strInfoClass1 = "<a href=list.asp?lx=2><font color=#ff0000 style=""font-size: 9pt""><span style=""text-decoration: none"">[求购]</span></font></a>"	
							Case "3"
								strInfoClass1 = "<a href=list.asp?lx=3><font color=#FF00FF style=""font-size: 9pt""><span style=""text-decoration: none"">[要闻]</span></font></a>"
							Case "4"
								strInfoClass1 = "<a href=list.asp?lx=4><font color=#008080 style=""font-size: 9pt""><span style=""text-decoration: none"">[动态]</span></font></a>"
							Case "5"
								strInfoClass1 = "<a href=list.asp?lx=5><font color=#0000FF style=""font-size: 9pt""><span style=""text-decoration: none"">[招聘]</span></font></a>"
							Case "6"
								strInfoClass1 = "<a href=list.asp?lx=6><font color=#9900FF style=""font-size: 9pt""><span style=""text-decoration: none"">[求职]</span></font></a>"
							Case "7"
								strInfoClass1 = "<a href=list.asp?lx=7><font color=#CC6600 style=""font-size: 9pt""><span style=""text-decoration: none"">[展会]</span></font></a>"
							Case "8"
								strInfoClass1 = "<a href=list.asp?lx=8><font color=#000000 style=""font-size: 9pt""><span style=""text-decoration: none"">[其它]</span></font></a>"
		End Select
							if len(rdsInfo1("Topic")) > 16 then
								strTopic1 = left(rdsInfo1("Topic"),17) &".."
							else
								strTopic1 = rdsInfo1("Topic")
							end if
							strjg=rdsInfo1("jg")
                      %>
                        <tr> 
                          <td width="72%" height="25" class="F16">·<span style="font-size: 9pt"><% = strInfoClass1%></span>&nbsp;<a href="View_Info.asp?Id=<% = rdsInfo1("InfoKey")%>" target="_blank" class="a01"><% = strTopic1%></a></td>
                          <td width="14%" height="25" align="center"><%if strjg<>"" and strjg<>"0" then%><font color="#FF0000"><%=strjg%></font> 元<%else%>面议<%end if%></td>
                          <td width="11%" height="25" align="center"><% = rdsInfo1("InfoAdd")%></td>
                        </tr>
						<tr>
						  <td width="100%" height="1" colspan="3" background="images/dotline.gif"></td>
						</tr>
				      <%
							rdsInfo1.MoveNext
						loop
				      else
				      %>
						<tr>
						  <td width="100%" colspan="3" height="22">&nbsp;<font color="#FF0000">对不起!没有相匹配的信息</font>...</td>
						</tr>
				      <%
				      end if
					  rdsInfo1.Close
					  set rdsInfo1 = nothing
				      %>	
                      </table>  
					</td>
                  </tr>
                </table>
               </td>
              </tr>
              </tbody>
            </table>
          </td>
         </tr>
         </tbody>
       </table>
    </td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -