


<html>
<head>
<META http-equiv=Content-Type content=text/html; charset=gb2312>
<meta name=keywords content="">
<title>中国靓妹找对象成人交友社区--论坛展区</title>
<style type="text/css">
A:link,A:active,A:visited{TEXT-DECORATION:none ;Color:#000000}
A:hover{TEXT-DECORATION: underline;Color:#4455aa}

BODY{
FONT-SIZE: 12px;
COLOR: #000000;
FONT-FAMILY:  宋体;
background-color: #FFFFFF; 
scrollbar-Base-Color: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;  
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-FACE-COLOR: #F7EEF7; 
SCROLLBAR-SHADOW-COLOR: #F7EEF7;
SCROLLBAR-3DLIGHT-COLOR: #F7EEF7;
SCROLLBAR-DARKSHADOW-COLOR: #ECF1FB;
SCROLLBAR-ARROW-COLOR: #984B98;
}
TD{
font-family: 宋体;
font-size: 12px;
line-height: 15px;
}
th
{
background-image: url(pic/zsbclubbg.gif);
background-color: #DBA2D6;
color: white;
font-size: 12px;
font-weight:bold;
}
td.TableTitle2
{
background-color: #f7eef7;
}
td.TableBody1
{
background-color: #F7EEF7;
}
td.TableBody2
{
background-color: #f7eef7;
}
td.TopDarkNav
{
background-image: url(skin/blue/f12.gif);
}
td.TopLighNav
{
background-image: url(skin/blue/f1.gif);
}
td.TopLighNav1
{
background-image: url(skin/blue/f2.gif);
}
td.TopLighNav2
{
background-color:#FFFFFF
}
.tableBorder1
{
width:97%;
border: 1px; 
background-color: #984B98;
}
.tableBorder2
{
width:97%;
border: 1px #e0c0e0 solid; 
background-color: #f7eef7;
}

#TableTitleLink A:link, #TableTitleLink A:visited, #TableTitleLink A:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
#TableTitleLink A:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;}

input,select,Textarea{
font-family:Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px;}
}
.normalTextSmall 
{ 
    font-size : 11px;
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.cman { Color: #0066CC; TEXT-DECORATION: none}
A.cman:visited{ Color: #0066CC; TEXT-DECORATION: none}
A.cman:hover { COLOR: #2800A2; TEXT-DECORATION: underline}

A.cgirl { Color: #CC00FF; TEXT-DECORATION: none}
A.cgirl:visited{ Color: #CC00FF; TEXT-DECORATION: none}
A.cgirl:hover { COLOR: #9600BB; TEXT-DECORATION: underline}
</style>
<!--上句加入插件管理器数据控制源-->
<script language="javascript">
function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}
function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
</script>
<script Language="JavaScript">
//***********默认设置定义.*********************
tPopWait=50;//停留tWait豪秒后显示提示。
tPopShow=5000;//显示tShow豪秒后关闭提示
showPopStep=20;
popOpacity=99;

//***************内部变量定义*****************
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;

document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText {  background-color: #F8F8F5;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");


function showPopupText(){
var o=event.srcElement;
	MouseX=event.x;
	MouseY=event.y;
	if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
        if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
	if(o.dypop!=sPop) {
			sPop=o.dypop;
			clearTimeout(curShow);
			clearTimeout(tFadeOut);
			clearTimeout(tFadeIn);
			clearTimeout(tFadeWaiting);	
			if(sPop==null || sPop=="") {
				dypopLayer.innerHTML="";
				dypopLayer.style.filter="Alpha()";
				dypopLayer.filters.Alpha.opacity=0;	
				}
			else {
				if(o.dyclass!=null) popStyle=o.dyclass 
					else popStyle="cPopText";
				curShow=setTimeout("showIt()",tPopWait);
			}
			
	}
}

function showIt(){
		dypopLayer.className=popStyle;
		dypopLayer.innerHTML=sPop;
		popWidth=dypopLayer.clientWidth;
		popHeight=dypopLayer.clientHeight;
		if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24
			else popLeftAdjust=0;
		if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
			else popTopAdjust=0;
		dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;
		dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;
		dypopLayer.style.filter="Alpha(Opacity=0)";
		fadeOut();
}

function fadeOut(){
	if(dypopLayer.filters.Alpha.opacity<popOpacity) {
		dypopLayer.filters.Alpha.opacity+=showPopStep;
		tFadeOut=setTimeout("fadeOut()",1);
		}
		else {
			dypopLayer.filters.Alpha.opacity=popOpacity;
			tFadeWaiting=setTimeout("fadeIn()",tPopShow);
			}
}

function fadeIn(){
	if(dypopLayer.filters.Alpha.opacity>0) {
		dypopLayer.filters.Alpha.opacity-=1;
		tFadeIn=setTimeout("fadeIn()",1);
		}
}
document.onmouseover=showPopupText;

function CheckAll(form)  {
  for (var i=0;i<form.elements.length;i++)    {
    var e = form.elements[i];
    if (e.name != 'chkall')       e.checked = form.chkall.checked; 
   }
  }

//下拉菜单相关代码
 var h;
 var w;
 var l;
 var t;
 var topMar = 1;
 var leftMar = -2;
 var space = 1;
 var isvisible;
 var MENU_SHADOW_COLOR='#999999';//定义下拉菜单阴影色
 var global = window.document
 global.fo_currentMenu = null
 global.fo_shadows = new Array

function HideMenu() 
{
 var mX;
 var mY;
 var vDiv;
 var mDiv;
	if (isvisible == true)
{
		vDiv = document.all("menuDiv");
		mX = window.event.clientX + document.body.scrollLeft;
		mY = window.event.clientY + document.body.scrollTop;
		if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
			vDiv.style.visibility = "hidden";
			isvisible = false;
		}
}
}

function ShowMenu(vMnuCode,tWidth) {
	vSrc = window.event.srcElement;
	vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=tablebody1>" + vMnuCode + "</td></tr></table>";

	h = vSrc.offsetHeight;
	w = vSrc.offsetWidth;
	l = vSrc.offsetLeft + leftMar+4;
	t = vSrc.offsetTop + topMar + h + space-2;
	vParent = vSrc.offsetParent;
	while (vParent.tagName.toUpperCase() != "BODY")
	{
		l += vParent.offsetLeft;
		t += vParent.offsetTop;
		vParent = vParent.offsetParent;
	}

	menuDiv.innerHTML = vMnuCode;
	menuDiv.style.top = t;
	menuDiv.style.left = l;
	menuDiv.style.visibility = "visible";
	isvisible = true;
    makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4)
}

function makeRectangularDropShadow(el, color, size)
{
	var i;
	for (i=size; i>0; i--)
	{
		var rect = document.createElement('div');
		var rs = rect.style
		rs.position = 'absolute';
		rs.left = (el.style.posLeft + i) + 'px';
		rs.top = (el.style.posTop + i) + 'px';
		rs.width = el.offsetWidth + 'px';
		rs.height = el.offsetHeight + 'px';
		rs.zIndex = el.style.zIndex - i;
		rs.backgroundColor = color;
		var opacity = 1 - i / (i + 1);
		rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		global.fo_shadows[global.fo_shadows.length] = rect;
	}
}
//用户控制面板
var manage= '<a style=font-size:9pt;line-height:14pt; href=\"JavaScript:openScript(\'messanger.asp?action=new\',500,400)\">发短信</a><br><a style=font-size:9pt;line-height:14pt; href=\"dispuser.asp?id=0&boardid=27&action=permission\">我能做什么</a><br><a style=font-size:9pt;line-height:14pt; href=\"topicwithme.asp?s=2\">我发表的主题</a><br><a style=font-size:9pt;line-height:14pt; href=\"topicwithme.asp?s=1\">我参与的主题</a><br><a style=font-size:9pt;line-height:14pt; href=\"mymodify.asp\">基本资料修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"modifypsw.asp\">用户密码修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"modifyadd.asp\">联系资料修改</a><br><a style=font-size:9pt;line-height:14pt; href=\"usersms.asp\">用户短信服务</a><br><a style=font-size:9pt;line-height:14pt; href=\"friendlist.asp\">编辑好友列表</a><br><a style=font-size:9pt;line-height:14pt; href=\"favlist.asp\">用户收藏管理</a><br><a style=font-size:9pt;line-height:14pt; href=\"myfile.asp\">个人文件管理</a>'
//模板列表
var stylelist = '<a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=0&boardid=27\">恢复默认设置</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=50&boardid=27\">蓝雅绿</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=51&boardid=27\">默认模板</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=52&boardid=27\">水晶紫色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=53&boardid=27\">ｅ点小镇</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=54&boardid=27\">心情灰色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=55&boardid=27\">最佳ID城</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=56&boardid=27\">秋意盎然</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=57&boardid=27\">蓝色庄重</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=58&boardid=27\">绿色淡雅</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=59&boardid=27\">蓝雅绿</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=60&boardid=27\">紫色淡雅</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=61&boardid=27\">淡紫色</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=62&boardid=27\">橘子红了</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=63&boardid=27\">红红夜思</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=64&boardid=27\">粉色回忆</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=65&boardid=27\">青青河草</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=66&boardid=27\">浓浓绿意</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=67&boardid=27\">棕红预览</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=68&boardid=27\">淡咖啡</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=69&boardid=27\">碧海晴天</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=70&boardid=27\">蓝色水晶</a><br><a style=font-size:9pt;line-height:12pt; href=\"cookies.asp?action=stylemod&skinid=71&boardid=27\">雪花飘飘</a><br>'
//城市管理
var admin= '<a style=font-size:9pt;line-height:14pt; href=\"admin_index.asp\">管理</a><br><a style=font-size:9pt;line-height:14pt; href=\"recycle.asp\">回收站</a>'
//城市工具
var tool= '<a style=font-size:9pt;line-height:14pt; href=\"query.asp?boardid=27\">搜索</a><br><a style=font-size:9pt;line-height:14pt; href=\"logout.asp\">退出登陆</a><br><a style=font-size:9pt;line-height:14pt; href=\"login.asp\">重登陆</a><br><a style=font-size:9pt;font-color:gray;line-height:14pt; href=\"#\"><font color=#C0C0C0>以下是统计数据</font></a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?boardid=27\">今日贴数分布</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lasttopicnum&boardid=27\">主题数分布</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lastbbsnum&boardid=27\">总帖数分布</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=online&boardid=27\">在线分布</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineinfo&boardid=27\">在线情况</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineUserinfo&boardid=27\">用户组在线</a>'
//论坛状态
var boardstat= '<a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?boardid=27\">今日贴数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lasttopicnum&boardid=27\">主题数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?action=lastbbsnum&boardid=27\">总帖数图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=online&boardid=27\">在线图例</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineinfo&boardid=27\">在线情况</a><br><a style=font-size:9pt;line-height:14pt; href=\"boardstat.asp?reaction=onlineUserinfo&boardid=27\">用户组在线图例</a>'
//论坛收藏
var downlist= '<a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=0&boardid=27\">文件集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=1&boardid=27\">图片集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=2&boardid=27\">Flash浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=3&boardid=27\">音乐集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp?filetype=4&boardid=27\">电影集浏览</a><br><a style=font-size:9pt;line-height:14pt; href=\"show.asp\">贺卡发送</a>'
<!--加入插件管理器开始asilas修改-->
var plus1= '<a target=_blank style=font-size:9pt;line-height:14pt; href=\'down_default.asp?pid=3\'>交友中心</a><br><a target=_blank style=font-size:9pt;line-height:14pt; href=\'art_default.asp?pid=1\'>资讯中心</a><br><a target=_blank style=font-size:9pt;line-height:14pt; href=\'vip.asp?pid=2\'>申请贵宾</a><br><a target=_blank style=font-size:9pt;line-height:14pt; href=\'z_ViewManage.asp?pid=4\'>政务公开</a><br><a target=_blank style=font-size:9pt;line-height:14pt; href=\'addnews.asp?pid=5\'>申请交友权限</a><br>';
<!--加入插件管理器结束-->


</script>

<script language="JavaScript">
function isValid(form) {
  if(form.netname.value=="") {
    alert("登录名不能为空!");
    form.netname.focus();
    return false;
  }
  if((form.pass.value=="")) {
    alert("密码不能为空!");
    form.pass.focus();
    return false;
  }
  return true;
}
</script>

<meta http-equiv="Content-Language" content="zh-cn">
<TITLE>交友网站</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<meta name="KEYWORDS" content="女性,性,时尚,情感,女,美女,52117,社区,交友,电话卡">
<meta name="DESCRIPTION" content="中国最大、资讯最全的交友站点：">
<SCRIPT language=javascript>
function slide_2003a05_02(url) {
window.open(url,'帮助','top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=450,height=500,top=10,left=10');}
</SCRIPT>

<LINK href="../style.css" rel=stylesheet type=text/css>
<LINK href="../index.css" rel=stylesheet type=text/css>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<link href="/css/css.css" rel="stylesheet" type="text/css">
</head>
<body  topmargin=0 leftmargin=0 onmousemove="HideMenu()">
<div id=menuDiv style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8'></div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<table cellspacing=0 cellpadding=0 align=center  class=tables>

        <tr> 
          <td height=21  valign="middle" bgcolor="#E8E8FF" class=TopLighNav1>&nbsp;&nbsp;&nbsp; 请注意，您尚未 <a href="login.jsp"><font color="#CC0099">注册或登陆</color></a>&nbsp;   
            <!--加入插件管理器结束-->  



          </font>



			</td>
        </tr>
</table>

<table cellspacing=1 cellpadding=3 align=center border=0 width="95%">
<tr>

<td height=25>
<BR>
>>&nbsp;  
</td></tr>
</table>
　
<table border="1" align=center cellpadding=0 cellspacing=1 bordercolor="#FFFFFF" bgcolor="#FFFFFF" >
  <tr align=center bgcolor="#9999FF">
<td width="100%" height=25 colspan=2>论坛错误信息
</td>
</tr>
<tr bgcolor="#E8E8FF">
<td width="100%"  colspan=2>
<b>产生错误的可能原因：</b><br><br>
<ul>
<li>您是否仔细阅读了<a href="boardhelp.asp?boardid=27">帮助文件</a>，可能您还没有登陆或者不具有使用当前功能的权限。
<br><li>您没有浏览本论坛展区的权限，请<a href=login.asp>登陆</a>或者同管理员联系。
</ul>
</td></tr>

<form name="pw" method="post" action="login_confirm.jsp" onSubmit="return isValid(this);">
    <tr bgcolor="#9999FF">
    <td height=25 colspan=2 align=center valign=middle>请输入您的用户名、密码登陆</td></tr>
    <tr>
    <td valign=middle bgcolor="#E8E8FF" >请输入您的用户名</td>
    <td valign=middle bgcolor="#E8E8FF" ><INPUT name=netname type=text size="20"> &nbsp;  
      <a href="../register11.jsp">没有注册？</a></td></tr> 
    <tr>
    <td valign=middle bgcolor="#E8E8FF" >请输入您的密码</font></td>
    <td valign=middle bgcolor="#E8E8FF" >
    <INPUT name=pass type=password size="20"> &nbsp; <a href=../getpassword.jsp>忘记密码？</a></td></tr>   
	<!--<input type=hidden name=comeurl value="http://www.11love.com">-->
    <tr>
    <td colspan=2 align=center valign=middle bgcolor="#E8E8FF" ><input type=submit name=submit value="登 陆">&nbsp;&nbsp;<input type=button name="back" value="返 回" onclick="location.href='main.jsp'"></td></tr>
</form>

</table>

<p>
<IFRAME border=0 frameBorder=0 height=0 marginHeight=0 marginWidth=0 name=I1 scrolling=no src="online.jsp" width=0></IFRAME>
</body>
</html>








