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

    <!--#include file="../opendb.asp" -->
<% Dim ThisLang
ThisLang=0%>
<!--#include file="../common/syscode.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><%= thisTitle&"_"&sitename %></title>
<meta name="Keywords" content="<%= thisKeywords %>" />
<meta name="Description" content="<%= thisDescription %>" />
<meta name="Author" content="Powered by websys.cn - 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.js"></script>
</head>
<body>
<!--#include file="head.asp" -->
<div id="cnkbody">
  <div class="left">
    <%= GetLeftBox(ChannelID,ThisLang) %>
  </div>
  <div class="longright">
    <div class="page_nav">
      <% = thisPageNav&detail  %>
    </div>
    <div class="title pagetitle"><%= thisPageTitle %></div>
    <% = Content %>
  </div>
  <div class="clearboth"></div>
</div>
<!--#include file="inc_copyright.asp" -->
</body>
</html>