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

📄 index.asp

📁 SK信息采集2.0功能介绍: 1.可针对任何静态网页,动态网页进行采集。包括htm,html,shtml,ASP,ASPX,JSP,PHP等。 2.增加自定文件采集.用户可采集网页中的所有文件.
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%option explicit%>
<!--#include file="../Conn.asp"-->
<!--#include file="../SysCls/KS_UserCommonCls.asp"-->
<%
'===================================================================================================================
'软件名称:科汛网站管理系统
'当前版本:科汛网站管理系统 V2.2 SP2 Free
'Copyright (C) 2005-2006 Kesion.Com  All rights reserved.
'产品咨询QQ:9537636,41904294
'技术支持QQ:111394,54004407 
'程序版权:科汛网络
'程序开发:科汛网络开发组(总策划:林文仲)
'E-Mail  :kesioncms@hotmail.com webmaster@kesion.com
'官方网站:http://www.kesion.com  
'演示站点:http://test.kesion.com 
'郑重声明:
'    ①、免费版本请在程序首页保留版权信息,并做上本站LOGO友情连接,商业版本无此要求;
'    ②、任何个人或组织不得在授权允许的情况下删除、修改、拷贝本软件及其他副本上一切关于版权的信息;
'    ③、科汛网络保留此软件的法律追究权利
'===================================================================================================================
Dim KSCls
Set KSCls = New Admin_Index
KSCls.Execute()
Set KSCls = Nothing

Class Admin_Index
        Private KSCMS,KSUser
		Private Sub Class_Initialize()
		  Set KSCMS=New CommonCls
		  Set KSUser = New UserCls
		End Sub
        Private Sub Class_Terminate()
		 Set KSCMS=Nothing
		 Set KSUser=Nothing
		End Sub
		Public Sub Execute()
		
		IF Cbool(KSUser.UserLoginChecked)=false Then
		  Response.Write "<script>location.href='Login.asp';</script>"
		  Exit Sub
		End If
		KSUser.LoadHead()
		%>

		<TABLE class="tableborder" height="380" cellSpacing=0 width=772 align=center border=0>
		<TR>
		<TD vAlign=top bgColor=#FFFFFF><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="32">&nbsp;当前位置 >> <a href="<%=KSCMS.GetConfig("WebUrl")%>"><%=KSCMS.GetConfig("WebName")%></a> >> 会员中心首页</td>
          </tr>
          <tr>
            <td>
			<%
			KSUser.LoadMenu()
			%>
			</td>
          </tr>
        </table>
		  <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td>&nbsp;您目前账户资金&nbsp;<font color=green><%=KSUser.Get_Money%></font>&nbsp;元,有效期截止<%=cdate(KSUser.Get_BeginDate)+KSUser.Get_Edays%>,<%=KSCMS.GetConfig("PointName") & "&nbsp;<font color=green>" & KSUser.Get_Point & "</font>&nbsp;" & KSCMS.GetConfig("PointUnit")%>,积分&nbsp;<font color=green><%=KSUser.Get_Score%></font>&nbsp;分。</td>
            </tr>
          </table>
		  <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td height="8" valign="bottom" bgcolor="#EAEAEA"><table width="742" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td height="4" bgcolor="#FFFFFF"></td>
                  </tr>
              </table></td>
            </tr>
          </table>
		  <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td bgcolor="#EAEAEA"><table width="742" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td valign="top" bgcolor="#FFFFFF"><table width="96%"  border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                          <td width="40%" height="35" align="right"><img src="images/dsd.gif" width="29" height="28"></td>
                          <td width="47%" valign="middle"><table cellspacing="1" cellpadding="1">
                              <tr>
                                <td height="24" valign="bottom"><span class="style5">会员资料查看</span></td>
                              </tr>
                          </table></td>
                        </tr>
                      </table>
                        <table width="96%"  border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr>
                            <td height="4" bgcolor="#EEEEEE"></td>
                          </tr>
                        </table>
                      <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                          <TBODY>
                            <TR>
                              <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="gb style6"> 会 员 名: </TD>
                              <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSUser.Get_username%></TD>
                            </TR>
                          </TBODY>
                      </TABLE>
                        <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                          <TBODY>
                            <TR>
                              <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="style6"> 会 员 组:</TD>
                              <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSCMS.GetUserGroupName(KSUser.Get_GroupID)%></TD>
                            </TR>
                          </TBODY>
                      </TABLE>
                      <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                          <TBODY>
                            <TR>
                              <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="style6"> 邮箱地址:</TD>
                              <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSUser.Get_email%></TD>
                            </TR>
                          </TBODY>
                      </TABLE>
                      <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                          <TBODY>
                            <TR>
                              <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="style6"> 真实姓名:</TD>
                              <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSUser.Get_Realname%></TD>
                            </TR>
                          </TBODY>
                      </TABLE>
                      <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                          <TBODY>
                            <TR>
                              <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="style6"> 性&nbsp;&nbsp;&nbsp; 别:</TD>
                              <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSUser.Get_sex%></TD>
                            </TR>
                          </TBODY>
                      </TABLE>
                      <TABLE borderColor=#dddddd cellSpacing=1 cellPadding=0 width="96%" align=center border=1>
                        <TBODY>
                          <TR>
                            <TD width="20%" height=22 align="right" borderColor=#eeeeee bgColor=#EAEAEA class="style6"> 出生日期:</TD>
                            <TD width="80%" align="left" borderColor=#eeeeee bgColor=#f5f5f5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=KSUser.Get_Birthday%></TD>
                          </TR>
                        </TBODY>
                      </TABLE>

⌨️ 快捷键说明

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