master
editor 7 months ago
commit ddddb949a8

@ -0,0 +1,58 @@
曼迪新闻系统测试版
一、源码描述
环境VS2022 Access
二、功能介绍
前台功能:
系统专题
新闻频道
技术专题
娱乐休闲
后台功能:
1、分类管理
增加分类
2、新闻管理
发表新闻
新闻列表
3、公告管理
增加公告
公告列表
4、留言管理
删除留言
该源码不知道为什么不能debug。
三、注意事项
1、在项目web.config与DAL目录下的DB.cs修改数据库连接字符串就是database目录下news.mdb文件的绝对路径。
2、管理员账号与密码admin 51aspx 。
3、ctrl+F5运行即可。
作者: 曼迪
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/QCK2NA1JWPC45
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.CompilerServices;
//
// <20>йس<D0B9><D8B3>򼯵ij<F2BCAFB5><C4B3><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
// <20><><EFBFBD>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD>Ƶġ<C6B5><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD>޸<EFBFBD><DEB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2>
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web.UI.WebControls;
using System.Text;
namespace netw.DAL
{
/// <summary>
/// DB <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class DB
{

@ -0,0 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="netw.Global" %>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Web;
using System.Web.SessionState;
namespace netw
{
/// <summary>
/// Global <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class Global : System.Web.HttpApplication
{
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Register TagPrefix="uc1" TagName="copyright" Src="copyright.ascx" %>
<%@ Register TagPrefix="uc1" TagName="left_menu" Src="left_menu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="ListItem.aspx.cs" AutoEventWireup="false" Inherits="netw.ListItem" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><%=my.sitename%></title>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw
{
/// <summary>
/// ListItem <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
using System;
namespace netw
{
/// <summary>
/// PageBase <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class PageBase:System.Web.UI.Page
{
protected void PageBase_Error(object sender, System.EventArgs e)
{
string errMsg;
//<2F>õ<EFBFBD>ϵͳ<CFB5><CDB3>һ<EFBFBD><D2BB><EFBFBD>
Exception currentError = Server.GetLastError();

@ -0,0 +1,15 @@
<?xml version="1.0" standalone="yes"?>
<configuration>
<appSettings>
<add key="sitename" value="网新.net新闻发布系统"/>
<add key="sitelink" value="http://www.163.com"/>
<add key="logo" value="http://www.163.com/logo.gif"/>
<add key="banner" value="http://www.163.com/banner.swf"/>
<add key="title" value="网新.net新闻发布系统官方网站"/>
<add key="thename" value="管理员"/>
<add key="themail" value="shiyeping@163.com"/>
<add key="copyright" value="版权所有@网新在线"/>
<add key="keyword" value="新闻发布系统|.net程序定制|开源"/>
<add key="thestyle" value="style\XP_olive\"/>
<!--<add key="constr" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\netw\database\news.mdb"/>-->
<add key="constr" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=QCK2NA1JWPC45\database\news.mdb"/>

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="ValidateCode.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.ValidateCode" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ValidateCode</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>"></FONT>
</form>
</body>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// ValidateCode <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="add_art.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.add_art" %>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>add_art</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// add_art <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="add_class.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.add_class" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>add_class</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE width="800" border="1" align="center" cellPadding="0" cellSpacing="0" id="Table1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// add_class <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="add_item.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.add_item" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>add_item</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width=800 align=center border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// add_item <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="add_notice.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.add_notice" %>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>add_notice</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="800" align="center" border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// add_notice <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="admin.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.admin" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><3E><>̨<EFBFBD><CCA8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>½</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--<link href=../<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Web.Security;
namespace netw.admin
{
/// <summary>
/// admin <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<%@ Page language="c#" Codebehind="art_edit.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.art_edit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>art_edit</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// art_edit <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="art_list.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.art_list" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>art_list</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width=800 align=center border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// art_list <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" %>
<html>
<head>
<title>ʰɫ<CAB0><C9AB></title>
<style>
.cc {
width:10;height:8;
}
</style>
<script launguage="JavaScript">
function colorOver(theTD) {
previewColor(theTD.style.backgroundColor);
setTextField(theTD.style.backgroundColor);
}
function colorClick(theTD) {

@ -0,0 +1,15 @@
<%@ Page language="c#" %>
<script runat="server">
// Messages
private string NoFileMessage = "<22><>û<EFBFBD><C3BB>ѡ<EFBFBD><D1A1><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
private string UploadSuccessMessage = "<22>ϴ<EFBFBD><CFB4>ɹ<EFBFBD>";
private string UploadFailureMessage = "<22>ϴ<EFBFBD>ʧ<EFBFBD>ܡ<EFBFBD>";
private string NoImagesMessage = "<22><><EFBFBD>ļ<EFBFBD><C4BC>в<EFBFBD><D0B2><EFBFBD><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD><EFBFBD>ǿյ<C7BF>";
private string NoFolderSpecifiedMessage = "<22><>Ҫ<EFBFBD>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC>в<EFBFBD><D0B2><EFBFBD><EFBFBD>ڡ<EFBFBD>";
private string NoFileToDeleteMessage = "<22><>û<EFBFBD><C3BB>ѡ<EFBFBD><D1A1>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
private string InvalidFileTypeMessage = "<22><><EFBFBD>޷<EFBFBD><DEB7>ϴ<EFBFBD><CFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><CDB5>ļ<EFBFBD><C4BC><EFBFBD>";
private string[] AcceptedFileTypes = new string[] {"jpg","jpeg","jpe","gif","png"};
// Configuration
private bool UploadIsEnabled = true; // <20>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD><CFB4>ļ<EFBFBD>

@ -0,0 +1,15 @@
<%@ Page language="c#" %>
<script runat="server">
private void Page_Load(object sender, System.EventArgs e) {
}
</script>
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<META HTTP-EQUIV="Expires" CONTENT="0">
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<style>
body {

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="global_edit.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.global_edit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>global_edit</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width=800 align=center border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
namespace netw.admin
{
/// <summary>
/// global_edit <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="guestbook_del.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.guestbook_del" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>guestbook_del</title>
<!--<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width=800 align=center border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw.admin
{
/// <summary>
/// guestbook_del <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŷ<EFBFBD><EFBFBD><EFBFBD>ϵͳ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>԰<EFBFBD></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="76,*" cols="*" frameborder="NO" border="0" framespacing="0" TOPMARGIN="0"
LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<frame name="topFrame" scrolling="NO" noresize scrolling="no" noresize src="top.htm" border="0"
frameborder="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<frameset cols="150,*" framespacing="0" border="1" frameborder="1" FRAMESPACING="2" TOPMARGIN="0"
LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BORDERCOLOR="#78A327">
<frame name="leftFrame" scrolling="auto" src="left.htm" frameborder="NO" border="0" framespacing="0"
TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" noresize>
<frameset rows="*,40" cols="*" framespacing="0" frameborder="NO" border="0">
<frame name="main" src="serverCheck.aspx" border="0" frameborder="no" TOPMARGIN="0" LEFTMARGIN="0"

@ -0,0 +1,15 @@
<html>
<head>
<title>left</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/Default.css" type="text/css">
<STYLE> BODY { scrollbar3dLightColor: #ff0000; }
.style1 {color: #FFFFFF}
</STYLE>
</head>
<body bgcolor="#78a327" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
style="SCROLLBAR-FACE-COLOR:#78a327; OVERFLOW-X:hidden; SCROLLBAR-HIGHLIGHT-COLOR:#f0f9df; SCROLLBAR-SHADOW-COLOR:#59821c; SCROLLBAR-3DLIGHT-COLOR:#e2f3c0; SCROLLBAR-ARROW-COLOR:#f0f9df; SCROLLBAR-TRACK-COLOR:#c8e097; SCROLLBAR-DARKSHADOW-COLOR:#4b7013">
<table width="150" border="0" height="100%" cellspacing="0" cellpadding="5">
<tr>
<td valign="top" background="pic/leftbg.gif">
<table width="100%" border="0" height="100%" cellspacing="0" cellpadding="0">

@ -0,0 +1,15 @@
using System;
namespace netw.admin
{
/// <summary>
/// login <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class login
{
DAL.DB obj=new netw.DAL.DB();
public bool islogin(string username,string userpass)
{
string sql="select upass from admin where uname='"+username+"'";
obj.New();
System.Data.OleDb.OleDbDataReader dr=obj.getreader(sql);

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="pass_change.aspx.cs" AutoEventWireup="false" Inherits="netw.admin.pass_change" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>pass_change</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 176px; WIDTH: 474px; POSITION: absolute; TOP: 80px; HEIGHT: 178px"
cellSpacing="1" cellPadding="1" width="474" border="1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Web.Security;
namespace netw.admin
{
/// <summary>
/// pass_change <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" %>
<%
//---------------------------------------
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƣ<EFBFBD>asp.net˫<74><CBAB>̽<EFBFBD><CCBD>
//File:netinfo.aspx
//Version:0.1 Build:030503
//Written by redwolf
//Copyright (C) 2000-2003 <20><>ѩ<EFBFBD><D1A9>TM<54><4D><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD> All rights reserved.
//Homepage:bbsnow.126.com Email:jpwar@163.com
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ѣ<EFBFBD><D1A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƣ<EFBFBD><C6A3>޸ĺʹ<C4BA><CDB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EBB1A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣлл<D0BB><D0BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//---------------------------------------
//<2F>޸<EFBFBD><DEB8><EFBFBD>ע<EFBFBD><D7A2><EFBFBD>ɱ<EFBFBD><C9B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>޸Ķ<DEB8><C4B6><EFBFBD><EFBFBD><EFBFBD>лл<D0BB><D0BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
//ע<><EFBFBD><E2A3BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>л<EFBFBD><D0BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD>޸İ汾<C4B0><E6B1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>շѡ<D5B7>
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>ñ<EFBFBD><C3B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ jpwar@163.com<6F><6D><EFBFBD>ҽ<EFBFBD><D2BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӽ<EFBFBD><D3BC><EFBFBD><EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һʱ<D2BB><CAB1><EFBFBD><EFBFBD><E1B9A9><EFBFBD>°汾<C2B0><E6B1BE>
//---------------------------------------

@ -0,0 +1,15 @@
<html>
<head>
<title><EFBFBD><EFBFBD>ҵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/Default.css" type="text/css">
<style type="text/css"> <!-- a:link { font-family: "Verdana","Arial"; font-size: 12px; color: #FFFFFF; text-decoration: none}
a:visited { font-family: "Verdana","Arial"; font-size: 12px; color: #FFFFFF; text-decoration: none}
a:hover { font-family: "Verdana","Arial"; font-size: 12px; color: #FFFFFF; text-decoration: none}
--></style>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="76">
<tr>
<td height="34" bgcolor="#78a327" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="34">

@ -0,0 +1,14 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="copyright.ascx.cs" Inherits="netw.copyright" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<FONT face="<22><><EFBFBD><EFBFBD>">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align=center><A href="<%=my.sitelink%>" target="_blank"><%=my.sitename%></A>&nbsp;&nbsp;<3B><>Ȩ<EFBFBD><C8A8><EFBFBD><EFBFBD>
<FONT face="Verdana, Arial">Copyright @ 2006 <B></B>, All Rights Reserved </FONT>
</TD>
</TR>
<TR>
<TD align=center>Powered By&nbsp;NETW.NET 1.0 <20><>ʽ<EFBFBD><CABD> &nbsp;&nbsp; Designed By&nbsp;<a href="mailto:<%=my.themail%>"><%=my.thename%></a>
</TD>
</TR>
</TABLE>
</FONT>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// copyright <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class copyright : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
body { background:#FFFFFF; color:#333333; font-size: 12px; margin-top:0px; margin-left:0px; margin-right:0px;}
td { font-size: 12px}
input, textarea { font-size: 12px; border-width:1px}
select { font-size: 12px; border-width:1px}
form {margin:0px}
ul.nl { list-style:none outside none; margin:0px; padding:0px}
ul.nl li { height:20px;padding-top:3px;padding-left:15px; background:url("bullet.gif") no-repeat 0px ;background-position:left 7px;}
ul li.fixed { height:20px;padding-top:3px;padding-left:15px; background:url("top.gif") no-repeat 0px ;background-position:left 0px;}
table.thumbnail {border:#F7F7F7 1px solid; background:#E5E5E5; word-break:break all; word-wrap:word-break;}
table.thumbnail td {padding:4px; background:#ffffff; border:#B2B2B2 1px solid;}
table.thumbnail td img {border:#999999 1px solid;}
a:link, a:visited { color: #000000;text-decoration:none}
a:hover { color: #000000; text-decoration:underline}

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="error.aspx.cs" AutoEventWireup="false" Inherits="netw.error" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>error</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="<22><><EFBFBD><EFBFBD>">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 72px; POSITION: absolute; TOP: 48px" runat="server"></asp:Label></FONT>
</form>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Web.Mail;
using System.Configuration;
using System.Web.Services;
namespace netw
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Page language="c#" Codebehind="guestbook.aspx.cs" AutoEventWireup="false" Inherits="netw.guestbook" %>
<%@ Register TagPrefix="uc1" TagName="copyright" Src="copyright.ascx" %>
<%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--<title><%=my.sitename%>--<2D><><EFBFBD>Ա<EFBFBD></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />-->
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
using System.Data.OleDb;
namespace netw
{
/// <summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Register TagPrefix="uc1" TagName="menu" Src="menu.ascx" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="head.ascx.cs" Inherits="netw.head1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0" class="twidth">
<TR>
<TD width="180" rowspan="4"><FONT face="<22><><EFBFBD><EFBFBD>"><a href="<%=my.sitelink%>"><img src="pic/logo.gif" width="180" height="60"></a></FONT></TD>
<TD width="510" rowspan="4">
<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
height="60" width="468" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<PARAM NAME="_cx" VALUE="12383">
<PARAM NAME="_cy" VALUE="1588">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="pic/embanner1.swf">
<PARAM NAME="Src" VALUE="pic/embanner1.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// head1 <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class head1 : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="hot.ascx.cs" Inherits="netw.hot" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<HeaderTemplate>
<table width=200 cellpadding=0 cellspacing=0 border=0>
<tr>
<td class="mframe-t-left"></td>
<td class="mframe-t-mid"><span class="mframe-m-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></span></td>
<td class="mframe-t-right"></td>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table width=200 cellpadding=0 cellspacing=0 border=0>
<tr>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// hot <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class hot : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="netw.index" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="index_last" Src="index_last.ascx" %>
<%@ Register TagPrefix="uc1" TagName="index_hot" Src="index_hot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="vote" Src="vote.ascx" %>
<%@ Register TagPrefix="uc1" TagName="search" Src="search.ascx" %>
<%@ Register TagPrefix="uc1" TagName="copyright" Src="copyright.ascx" %>
<%@ OutputCache Duration="300" VaryByParam="none"%><!--Ĭ<><C4AC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><E6A3AC><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1>ر<EFBFBD>-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><%=my.sitename%></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.OleDb;
namespace netw
{
/// <summary>
/// index <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="index_hot.ascx.cs" Inherits="netw.index_hot" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<HeaderTemplate>
<table cellpadding="0" cellspacing="0" width="200">
<tr>
<td class="mframe-t-left"></td>
<td <td class="mframe-t-mid"><span class="mframe-m-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></span> </td>
<td class="mframe-t-right"></td>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table cellpadding="0" cellspacing="0">

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// index_hot <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class index_hot : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="index_last.ascx.cs" Inherits="netw.index_last" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<HeaderTemplate>
<table cellpadding="0" cellspacing="0" width="200">
<tr>
<td class="mframe-t-left"></td>
<td class="mframe-t-mid"><span class="mframe-m-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></span> </td>
<td class="mframe-t-right"></td>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table cellpadding="0" cellspacing="0">

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// index_last <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class index_last : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,8 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="last.ascx.cs" Inherits="netw.last" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href="css/Default.css" rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<ItemTemplate>
<img src=<%=my.thestyle%>bullet1.gif><a href="<%# DataBinder.Eval(Container.DataItem, "news_url") %>?newsid=<%#DataBinder.Eval(Container.DataItem, "id")%>"
class="navlink"><%# DataBinder.Eval(Container.DataItem, "title")%></a>
</ItemTemplate>
</asp:DataList>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// last <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class last : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="left_menu.ascx.cs" Inherits="netw.left_menu" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<table cellpadding=0 cellspacing=0 border=0 width=200>
<tr>
<td valign=top>
<asp:DataList id="DataList1" runat="server">
<HeaderTemplate>
<table cellpadding=0 cellspacing=0 border=0 width=200>
<tr>
<td class="mframe-t-left"></td>
<td class="mframe-t-mid"><span class="mframe-m-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ</span></td>
<td class="mframe-t-right"></td>
</tr>
</table>
</HeaderTemplate>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// left_menu <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class left_menu : System.Web.UI.UserControl
{
DAL.DB obj=new netw.DAL.DB();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="list_item.ascx.cs" Inherits="netw.list_item" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:repeater id="Repeater1" runat="server">
<HeaderTemplate>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="560" border="0">
<tr>
<TD class="mframe-t-mid"><span class="mframe-t-text"><3E><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></span>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="560" border="0">
<TR>
<TD align=center class="navbar"><span class="aTitle"><a href="<%# DataBinder.Eval(Container.DataItem, "news_url") %>?nid=<%#DataBinder.Eval(Container.DataItem, "id")%>" >
<%# DataBinder.Eval(Container.DataItem, "title")%></span>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.OleDb;
/// <summary>
/// <09><>ҳ<EFBFBD><D2B3><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ
/// </summary>
public class list_item : System.Web.UI.UserControl

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,10 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="menu.ascx.cs" Inherits="netw.ascx.menu" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>
<a href="<%# DataBinder.Eval(Container.DataItem, "template_url") %>?id=<%#DataBinder.Eval(Container.DataItem, "id")%>"
class="navlink">
<span class="menuitems"><%# DataBinder.Eval(Container.DataItem, "class_name")%></span></a>
</ItemTemplate>
<SeparatorTemplate><img src="pic/navbar_separator.gif" border="0" /></SeparatorTemplate>
</asp:Repeater>

@ -0,0 +1,15 @@
namespace netw.ascx
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// menu <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class menu : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{1108B462-D623-4FFB-9B96-DE61E5F50E41}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "netw"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="news_hot.ascx.cs" Inherits="netw.news_hot" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<HeaderTemplate>
<table width=200 cellpadding=0 cellspacing=0 border=0>
<tr>
<td class="mframe-t-left"></td>
<td class="mframe-t-mid"><span class="mframe-m-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></span></td>
<td class="mframe-t-right"></td>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table width=200 cellpadding=0 cellspacing=0 border=0>
<tr>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
/// <summary>
/// news_hot <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class news_hot : System.Web.UI.UserControl
{
public total my=new total();

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="news_list.ascx.cs" Inherits="netw.news_list" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="webdiyer" Namespace="Wuqi.Webdiyer" Assembly="AspNetPager" %>
<link href=<%=my.thestyle%>style.css rel="stylesheet" rev="stylesheet" type="text/css" />
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="560" border="0">
<TR>
<TD>
<asp:repeater id="Repeater1" runat="server">
<HeaderTemplate>
<TABLE id="Table6" cellSpacing="0" cellPadding="0" width="560" border="0">
<tr>
<TD class="mframe-t-mid"><span class="mframe-t-text"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD></span>
</tr>
</table>
</HeaderTemplate>
<ItemTemplate>

@ -0,0 +1,15 @@
namespace netw
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
using System.Data.OleDb;
/// <summary>
/// news_list <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>
/// </summary>
public class news_list : System.Web.UI.UserControl
{

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
<%@ Page language="c#" Codebehind="news_show.aspx.cs" AutoEventWireup="false" Inherits="netw.news_show" %>
<%@ Register TagPrefix="uc1" TagName="show" Src="show.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="copyright" Src="copyright.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title><%=my.sitename%></title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace netw
{
/// <summary>
/// news_show <20><>ժҪ˵<D2AA><CBB5><EFBFBD><EFBFBD>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save