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

📄 index.asp

📁 WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个人空间,博客,话题,相册,分类信息,短信,交友等免费服务,致力打造中国第一套 WEB2.0交友系统开源网站.
💻 ASP
字号:
<!--#include file="main.asp" -->
<!--#include file="public.asp" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name=keywords content="<%=OKAr%>" />
<meta name="description" content="<%=OKsize%>" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=citytitle%></title>
<meta name="robots" content="follow,index" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<link href="images/msg.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<style>
<!--
#flashcontent p {
color: #000;
}
#foot {
display: block;
width: 720px;
margin: 0px auto;
}

-->
</style>
</head>
<body>
<div id="append_parent"></div>
<div id="wrap">
<!--#include file="top.asp" -->

  <div class="main">
    <div class="main-box-1">
      <div class="box-top"><div></div></div>
<%
if request.Cookies("UserID")<>"" then
call LoginIndex()
else
%> 
  
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<FORM class="left" id="login" name="form1" action="chklogin.asp" method="post" style="margin-top:0px; ">
  <tr>
    <td colspan="2" align="center"  id="userlogin">
  <strong class="bigtext">用户登录</strong> </td>
    </tr>
  <tr>
    <td width="50" align="right">用户:</td>
    <td align="left"><label>
      <input name="txtUserName" id="txtUserName" type="text" size="20" class="but2" />
    </label></td>
  </tr>
  <tr>
    <td align="right">密码:</td>
    <td align="left"><label>
      <input name="txtPassword" type="password" id="txtPassword" size="20" class="but2" />
    </label></td>
  </tr>
  
  <tr>
    <td height="30">&nbsp;</td>
    <td align="left"><label>
      <input type="submit" name="Submit" value="快速登录圈子" onClick="calllogin();" class="but2"/>
    </label></td>
  </tr>
  <tr>
    <td height="42" colspan="2" align="center"><a href="register.asp"><img src="images/reg.gif" alt="注册" border="0" /></a></td>
    </tr>
	</FORM>
</table>
<%end if%>

      <div class="box2">
          <h1>最新会员</h1>
<%call UserIndex()%>
    </div>
<div class="hr"></div>
<div class="box2">
  <a href="#" target="_blank"><img src="images/re-org.gif" alt="聚友网官方组" width="210" height="70" border="0" /></a></div>
<div class="hr"></div>
      <div class="box2" style=" padding:0 20px;">
        <h1>圈友相册</h1>
<%call PhotoIndex()%>
    </div>      
      
      <div class="box-bot"><div></div></div>	  
    </div>
    <div class="main-box-2">
      <div class="box-top"><div></div></div>
      <div style="height:220px; margin-bottom:15px; text-align:center">  
<SCRIPT type=text/javascript>
        <!--

          var focus_width=650
          var focus_height=220
          var text_height=0
          var swf_height = focus_height+text_height

          var pics='images/01.jpg|images/02.jpg|images/03.jpg|images/04.jpg'
          var links='http://www.TaoJin2008.com/|http://www.TaoJin2008.com/|http://www.TaoJin2008.com/|http://www.TaoJin2008.com/'
          var texts=''

          document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
          document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="images/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#bce8f0>');
          document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
          document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
          document.write('<embed src="images/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#bce8f0" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		  document.write('</object>');

        //-->
        </SCRIPT></div>
      
<table  style="width:95%; margin:0 auto 10px auto" border="0" cellpadding="0" cellspacing="0" class="title">
 <tbody>
  <tr>
<td class="title-l"></td>
<td><span class="right2"><a href="person/add.asp"><strong class="greentext">+创建我的圈子</strong></a></span>最新圈子</td>
<td class="title-r"></td>
  </tr>
</tbody>
  </table>
<%call GroupIndex()%>
  
  <div class="box-bot">	<div></div></div>	  
    </div>
  </div>
  <br>
<!--#include file="bottom.asp" -->
  <div id="wrap-bot">
      <div></div>
  </div>
</div>

</body>
</html>  
		  

⌨️ 快捷键说明

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