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

📄 info.asp

📁 WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个人空间,博客,话题,相册,分类信息,短信,交友等免费服务,致力打造中国第一套 WEB2.0交友系统开源网站.
💻 ASP
字号:
<!--#include file="../main.asp" -->
<!--#include file="../Club.asp" -->
<%call CInfoServer()%>
<!--#include file="../dns/dns.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%>】管理中心</title>
<link href="images/manage_style.css" rel="stylesheet" type="text/css" />
<link href="images/msg.css" rel="stylesheet" type="text/css" />
<link rel="StyleSheet" href="images/dtree.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
<script type="text/javascript" src="images/dtree.js"></script>
</head>
<body onResize="reSize()">
 <!--#include file="top.asp"-->
<script>
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; 
   }
  }
</script>
<div id="wrap">
<div class="div-left">
<!--#include file="left.asp"-->
</div>
<div class="div-right">
<H1><IMG src="images/ss.gif" width="20" height="20"> 分类信息管理</H1>
<DIV class=nav> <SPAN class=tags>
<!--<A class=selectTag  href="info.asp?id=<%=id%>">分类信息管理</A>
<A href="infosort.asp?id=<%=id%>">分类管理</A>
<A href="info_add.asp?id=<%=id%>">发布信息</A> --></SPAN></DIV>
<DIV id=wrap3>
<%call CInfo()%>
</DIV>


<%call bottom()%>

</div>
</div>
</body>
</html>	

⌨️ 快捷键说明

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