<!--#include file="../Start.asp"-->
<!--#include file="../Include/PowerEasy.MD5.asp"-->
<!--#include file="../API/API_Config.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 http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
body{margin:0px; padding:0px; font-size:12px; color:#666666; line-height:42px;}
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #666666;} /* 未访问的链接 */
a:visited {color: #666666;} /* 已访问的链接 */
a:hover{color:#990000;} /* 鼠标在链接上 */
a:active {color: #666666;} /* 点击激活链接 */
</style>
</head>
<body>
<%
dim IfLogin
IfLogin=Request.Cookies(Site_Sn)("UserName")
if IfLogin="" then
%>
您好欢迎光临点滴吧
<%
else
%>
您好 <A href="/User/" target="_parent"><%=IfLogin%></A> <A href="/User/User_Logout.asp" target="_parent">退出</A>
<%end if%>
</body>
</html>