www.gusucode.com > 中网景企业网站管理系统 2008源码程序 > english/users.asp

    <!--#include file="../opendb.asp" -->
<!--#include file="../common/md5.asp" -->
<!--#include file="../common/Alipay_Payto.asp" -->
<% ChannelID=7
Dim thisTitle,thisKeywords,thisDescription,thisPageNav,thisPageTitle
Dim detail,Content
Dim ThisLang,iseng
ThisLang=1
if ThisLang=1 then iseng="_en"
thisTitle=GetChannelContent(ChannelID,"ChannelName"&iseng)
thisKeywords=GetChannelContent(ChannelID,"ChannelKeywords"&iseng)
thisDescription=GetChannelContent(ChannelID,"ChannelDescription"&iseng)
thisPageNav=GetChannelNav(ChannelID,ThisLang)
thisPageTitle=thisTitle
%>
<!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><%= thisTitle&"_"&sitename_en %></title>
<meta name="Keywords" content="<%= thisKeywords %>" />
<meta name="Description" content="<%= thisDescription %>" />
<meta name="Author" content="Powered by websys.cn - Asean Leung">
<link href="<%=UpDir%>skin/cnk/cnkcss.css" rel="stylesheet" type="text/css" />
<link href="<%=UpDir%>skin/cnk/sys.css" rel="stylesheet" type="text/css" />
<script type="text/JavaScript" src="<%=UpDir%>common/com_en.js"></script>
</head>
<body>
<!--#include file="head.asp" -->
<div id="cnkbody">
  <div class="left">
    <!--#include file="inc_user.asp" -->
  </div>
  <div class="longright">
    <!--#include file="inc_usercontent.asp" -->
  </div>
  <div class="clearboth"></div>
</div>
<!--#include file="inc_copyright.asp" -->
</body>
</html>