master
editor 11 months ago
commit 562366f6be

@ -0,0 +1,25 @@
爱购物电子商城源码
爱购物电子商城源码功能介绍:    本源码是一套完整的电子商城系统包含了订单管理订单查询购物车商品管理等功能。有了这套源码可以轻松的制作自己的B2C网上商城了。页面介绍    特价商品 促销热卖 行业资讯 每日推荐 爱购物社区 新品上市     后台管理功能:     资讯管理   商品信息管理  网站会员管理 供货商管理 订单管理     销售统计管理 系统管理 注意:          开发环境为Visual Studio 2010,数据库为SQL Server 2005数据库文件在DB_51aspx文件夹中附加就行。    管理员用户名密码均是:51aspx
作者: 学云网
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/AiShopping
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Admin_Center.aspx.cs" Inherits="Shannon.Web.Admin.admin_center" %>
<!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 id="Head1" runat="server">
<title>管理中心首页</title>
<link rel="stylesheet" type="text/css" href="images/style.css">
<script type="text/javascript" src="../js/jquery-1.6.4.min.js"></script>
</head>
<body style="padding:10px;">
<form id="form1" runat="server">
<div class="navigation"><span class="add"><a href="Config/admin_config.aspx">修改配置信息</a></span><b>您当前的位置:首页 &gt; 管理中心 &gt; 管理中心首页</b></div>
<div class="spClear"></div>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
namespace Shannon.Web.Admin
{
public partial class admin_center : System.Web.UI.Page

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace Shannon.Web.Admin {
public partial class admin_center {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Add.aspx.cs" Inherits="AiGouWu.Admin.Article.Add" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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 runat="server">
<title></title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script src="../../Content/Javascript/jquery-1.6.4.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.form.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model;
namespace AiGouWu.Admin.Article
{
public partial class Add : System.Web.UI.Page
{
SqlComm comm = new SqlComm();
NewBLL newbll = new NewBLL();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Article {
public partial class Add {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AiGouWu.Web.Admin.Article.Edit" ValidateRequest="false" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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 runat="server">
<title>编辑资讯</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.form.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model;
namespace AiGouWu.Web.Admin.Article
{
public partial class Edit : System.Web.UI.Page
{
SqlComm comm = new SqlComm();
NewBLL newbll = new NewBLL();
tbNews news = new tbNews();

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Web.Admin.Article {
public partial class Edit {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="List.aspx.cs" Inherits="AiGouWu.Admin.Article.List" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>资讯管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Article
{
public partial class List :System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " and isDel=0 ";

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Article {
public partial class List {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewsWordsManger.aspx.cs" Inherits="AiGouWu.Admin.Article.NewsWordsManger" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>新闻留言管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script src="../../fancybox/jquery.fancybox-1.3.4.js" type="text/javascript"></script>
<script src="../../fancybox/jquery.easing-1.3.pack.js" type="text/javascript"></script>
<script src="../../fancybox/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
<script src="../../fancybox/jquery.mousewheel-3.0.4.pack.js" type="text/javascript"></script>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Data;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model.Product;
namespace AiGouWu.Admin.Article
{
public partial class NewsWordsManger: System.Web.UI.Page
{
SqlComm comm = new SqlComm();

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Article {
public partial class NewsWordsManger {
/// <summary>

@ -0,0 +1,13 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TypeAdd.aspx.cs" Inherits="AiGouWu.Admin.Article.TypeAdd" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
</form>
</body>
</html>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model;
namespace AiGouWu.Admin.Article
{
public partial class TypeAdd : System.Web.UI.Page
{
SqlComm sqlcomm = new SqlComm();
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Article {
public partial class TypeAdd {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TypeList.aspx.cs" Inherits="AiGouWu.Admin.Article.TypeList" %>
<!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 runat="server">
<title>资讯管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script src="../Js/MyComm.js" type="text/javascript"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script src="../Js/TypeAdd.js" type="text/javascript"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Article
{
public partial class TypeList : System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " 1=1 ";
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Article {
public partial class TypeList {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerList.aspx.cs" Inherits="AiGouWu.Admin.Customer.CustomerList" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>资讯管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Customer
{
public partial class CustomerList :System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " and isLock=0 ";

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Customer {
public partial class CustomerList {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="edit.aspx.cs" ValidateRequest="false" Inherits="AiGouWu.Admin.Customer.edit" %>
<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>
<!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 runat="server">
<title>添加栏目</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using BLL;
using Model.Customer;
namespace AiGouWu.Admin.Customer
{
public partial class edit: System.Web.UI.Page
{
public static tbCustomer c = new tbCustomer();
CustomerBLL cb = new CustomerBLL();
SqlComm comm = new SqlComm();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Customer {
public partial class edit {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="supplayedit.aspx.cs" ValidateRequest="false" Inherits="AiGouWu.Admin.Customer.supplayedit" %>
<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>
<!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 runat="server">
<title>添加栏目</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using BLL;
using Model.Customer;
namespace AiGouWu.Admin.Customer
{
public partial class supplayedit: System.Web.UI.Page
{
public static tbCustomer c = new tbCustomer();
CustomerBLL cb = new CustomerBLL();
SqlComm comm = new SqlComm();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Customer {
public partial class supplayedit {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="supplyCustomer.aspx.cs" Inherits="AiGouWu.Admin.Customer.supplyCustomer" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>资讯管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Customer
{
public partial class supplyCustomer: System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " and isLock=0 and types=2";

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Customer {
public partial class supplyCustomer {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Shannon.Web.Admin.Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title> - 后台控制面板 - Shannon Web Studio</title>
<link href="../Content/Css/JqueryUI/jquery-ui-1.7.2.custom.css" rel="Stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="images/style.css">
<script type="text/javascript" src="../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../Content/Javascript/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="js/manager.js"></script>
<script type="text/javascript" src="js/png.js"></script>
</head>
<body>

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
namespace Shannon.Web.Admin
{
public partial class Default :System.Web.UI.Page

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace Shannon.Web.Admin {
public partial class Default {
/// <summary>

@ -0,0 +1,15 @@
/*-----------*/
body{margin: 0;padding: 0;}
img,body,html{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
/*-----------*/
.x-box-tl{background:transparent url(login/corners.gif) no-repeat 0 0;zoom:1;}
.x-box-tc{height:8px;background:transparent url(login/tb.gif) repeat-x 0 0;overflow:hidden;}
.x-box-tr{background:transparent url(login/corners.gif) no-repeat right -8px;}
.x-box-ml{background:transparent url(login/l.gif) repeat-y 0;padding-left:4px;overflow:hidden;zoom:1;}
.x-box-mc{background:#fff ;padding:4px 10px;font-family:"Myriad Pro","MyriadWeb","Tahoma","Helvetica","Arial",sans-serif;color:#393939;font-size:12px;}
.x-box-mc h3{font-size:14px;font-weight:bold;margin:0 0 4px 0;zoom:1;}
.x-box-mr{background:transparent url(login/r.gif) repeat-y right;padding-right:4px;overflow:hidden;}

@ -0,0 +1,15 @@
div.digg {padding: 3px; margin: 3px; text-align: center; font-family:Verdana; font-size:12px;}
div.digg a { border: #aaaadd 1px solid; padding:2px 5px; margin: 2px; color: #000099; text-decoration: none}
div.digg a:hover {border: #000099 1px solid; color: #000; }
div.digg a:active {border: #000099 1px solid; color: #000; }
div.digg span.current {border: #000099 1px solid; padding:2px 5px; font-weight: bold; margin: 2px; color: #fff;background-color: #000099}
div.digg span.disabled { border: #eee 1px solid; padding:2px 5px; margin: 2px; color: #ddd; padding-top: 2px;}
/*css meneame style pagination*/
div.meneame {
padding-right: 3px; padding-left: 3px; font-size: 80%; padding-bottom: 3px; margin: 3px; color: #ff6500; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px;
}
div.meneame a {
border-right: #ff9600 1px solid; padding-right: 7px; background-position: 50% bottom; border-top: #ff9600 1px solid; padding-left: 7px; background-image: url(meneame.jpg); padding-bottom: 5px; border-left: #ff9600 1px solid; color: #ff6500; margin-right: 3px; padding-top: 5px; border-bottom: #ff9600 1px solid; text-decoration: none
}

@ -0,0 +1,15 @@
*{
scrollbar-face-color:#E6F2FD;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#D6E4EF;
scrollbar-3dlight-color:#F1F9FF;
scrollbar-arrow-color:#006699;
scrollbar-track-color:#F1F9FF;
scrollbar-darkshadow-color:#F1F9FF;
}
body{
margin:0px;
color:#666;
background-color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;

@ -0,0 +1,15 @@
//==================================================== 参数设定部分 =======================================================
var bMoveable=true; //设置日历是否可以拖动
var _VersionInfo="" //版本信息
//==================================================== WEB 页面显示部分 =====================================================
var strFrame; //存放日历层的HTML代码
document.writeln('<iframe id=nickDateLayer scrolling=0 frameborder=0 style="position: absolute; width: 143px; height: 178px; z-index: 9998; display: none"></iframe>');
strFrame='<style>';
strFrame+='INPUT.button{BORDER-RIGHT: gray 1px solid;BORDER-TOP: gray 1px solid;BORDER-LEFT: gray 1px solid;';
strFrame+='BORDER-BOTTOM: gray 1px solid;BACKGROUND-COLOR: #ffffff;font-family:宋体;cursor:hand}';
strFrame+='TD{FONT-SIZE: 9pt;font-family:宋体;}';
strFrame+='</style>';
strFrame+='<scr' + 'ipt>';
strFrame+='var datelayerx,datelayery; /*存放日历控件的鼠标位置*/';
strFrame+='var bDrag; /*标记是否开始拖动*/';

@ -0,0 +1,15 @@
jQuery(function($){
$.datepicker.regional['zh-CN'] = {
clearText: '<27><><EFBFBD>',
clearStatus: '<27><><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD>',
closeText: '<27>ر<EFBFBD>',
closeStatus: '<27><><EFBFBD>ı䵱ǰѡ<C7B0><D1A1>',
prevText: '<<3C><><EFBFBD><EFBFBD>',
prevStatus: '<27><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>',
prevBigText: '<<',
prevBigStatus: '<27><>ʾ<EFBFBD><CABE>һ<EFBFBD><D2BB>',
nextText: '<27><><EFBFBD><EFBFBD>>',
nextStatus: '<27><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>',
nextBigText: '>>',
nextBigStatus: '<27><>ʾ<EFBFBD><CABE>һ<EFBFBD><D2BB>',
currentText: '<27><><EFBFBD><EFBFBD>',

@ -0,0 +1,15 @@
// JScript 文件
function SelectModelType() {
var TypeCount = document.getElementsByName("Type");
for (var i = 1; i < TypeCount.length; i++) {
var DivType = eval("Div" + TypeCount[i].value);
if (TypeCount[i].checked) {
DivType.style.display = "";
}
else {
DivType.style.display = "none";
}
}
}

@ -0,0 +1,15 @@
$(function () {
var screenwidth, screenheight, mytop, getPosLeft, getPosTop
screenwidth = $(window).width();
screenheight = $(window).height();
//获取滚动条距顶部的偏移
mytop = $(document).scrollTop();
//计算弹出层的left
getPosLeft = screenwidth / 2 - 200;
//计算弹出层的top
getPosTop = screenheight / 2 - 150;
//css定位弹出层
$("#divTypeManger").css({ "left": getPosLeft, "top": getPosTop });
//当浏览器窗口大小改变时
$(window).resize(function () {
screenwidth = $(window).width();

@ -0,0 +1,15 @@
var count = 0;
$(document).ready(function () {
$("#loading").hide()
});
function TypeAdd() {
$("#btnaddtype").hide();
$("#loading").show();
var txtName = $("#txtName");
$.ajax({
url: "TypeAdd.aspx?typename=" + encodeURI(txtName.val())+ "",
type: "post",
datatype: "text",
success: function (returnValue) {

@ -0,0 +1,15 @@
jQuery.extend(
jQuery.validator.messages, {
required: "<em>*</em>",
remote: "<em>请修正该字段</em>",
email: "<em>请输入正确格式的电子邮件</em>",
url: "<em>请输入合法的网址</em>",
date: "<em>请输入合法的日期</em>",
dateISO: "<em>请输入合法的日期 (如2011-11-02)</em>",
number: "<em>请输入合法的数字</em>",
digits: "<em>只能输入整数</em>",
creditcard: "<em>请输入合法的信用卡号</em>",
equalTo: "<em>请再次输入相同的值</em>",
accept: "<em>请输入拥有合法后缀名的字符串</em>",
maxlength: $.validator.format("<em>请输入一个长度最多是 {0} 的字符串</em>"),
minlength: $.validator.format("<em>请输入一个长度最少是 {0} 的字符串</em>"),

@ -0,0 +1,15 @@
$(function() {
$(".input,.login_input,.textarea").focus(function() {
$(this).addClass("focus");
}).blur(function() {
$(this).removeClass("focus");
});
//输入框提示,获取拥有HintTitle,HintInfo属性的对象
$("[HintTitle],[HintInfo]").focus(function(event) {
$("*").stop(); //停止所有正在运行的动画
$("#HintMsg").remove(); //先清除,防止重复出错
var HintHtml = "<ul id=\"HintMsg\"><li class=\"HintTop\"></li><li class=\"HintInfo\"><b>" + $(this).attr("HintTitle") + "</b>" + $(this).attr("HintInfo") + "</li><li class=\"HintFooter\"></li></ul>"; //设置显示的内容
var offset = $(this).offset(); //取得事件对象的位置
$("body").append(HintHtml); //添加节点
$("#HintMsg").fadeTo(0, 0.85); //对象的透明度

@ -0,0 +1,12 @@
//管理操作所需的所有函数
//全选取消按钮函数,调用样式如:
function checkAll(chkobj){
if($(chkobj).text()=="全选")
{
$(chkobj).text("取消");
$(".checkall input").attr("checked", true);
}else{
$(chkobj).text("全选");
$(".checkall input").attr("checked", false);
}
}

@ -0,0 +1,15 @@
/*!
* jQuery JavaScript Library v1.4.1
* http://jquery.com/
*
* Copyright 2010, John Resig
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2010, The Dojo Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to

@ -0,0 +1,15 @@
/*!
* jQuery JavaScript Library v1.4.1
* http://jquery.com/
*
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2010, The Dojo Foundation
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to

@ -0,0 +1,15 @@
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }

File diff suppressed because one or more lines are too long

@ -0,0 +1,15 @@
// JavaScript Document
$(function(){
//关闭打开左栏目
$("#sysBar").toggle(function(){
$("#mainLeft").hide();
$("#barImg").attr("src","images/butOpen.gif");
},function(){
$("#mainLeft").show();
$("#barImg").attr("src","images/butClose.gif");
});
//页面加载完毕,显示第一个子菜单
$(".left_menu").hide();
$(".left_menu:eq(0)").show();
});
//后台主菜单控制函数

@ -0,0 +1,15 @@
$(function() {
$("#FileUpload").bind("change", function() {
//开始提交
$("#form1").ajaxSubmit({
beforeSubmit: function(formData, jqForm, options){
//隐藏上传按钮
$(".files").hide();
//显示LOADING图片
$(".uploading").show();
},
success: function(data, textStatus) {
if (data.msg == 1) {
$("#txtImgUrl").val(data.msbox);
} else {
alert(data.msbox);

@ -0,0 +1,15 @@
// JScript 文件
function correctPNG() {
var arVersion = navigator.appVersion.split("MSIE")
var version = parseFloat(arVersion[1])
if ((version >= 5.5) && (document.body.filters)) {
for (var j = 0; j < document.images.length; j++) {
var img = document.images[j]
var imgName = img.src.toUpperCase()
if (imgName.substring(imgName.length - 3, imgName.length) == "PNG") {
var imgID = (img.id) ? "id='" + img.id + "' " : ""
var imgClass = (img.className) ? "class='" + img.className + "' " : ""
var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
var imgStyle = "display:inline-block;" + img.style.cssText
if (img.align == "left") imgStyle = "float:left;" + imgStyle

@ -0,0 +1,15 @@
$(function() {
$("#FileUpload").bind("change", function() {
//开始提交
$("#form1").ajaxSubmit({
beforeSubmit: function(formData, jqForm, options) {
//隐藏上传按钮
$(".files").hide();
//显示LOADING图片
$(".uploading").show();
},
success: function(data, textStatus) {
if (data.msg == 1) {
$("#txtImgUrl").val(data.msbox);
} else {
alert(data.msbox);

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Add.aspx.cs" Inherits="AiGouWu.Admin.Links.Add" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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 runat="server">
<title>友情链接添加</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script src="../../Content/Javascript/jquery-1.6.4.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.form.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model.Links;
namespace AiGouWu.Admin.Links
{
public partial class Add : System.Web.UI.Page
{
SqlComm comm = new SqlComm();
tbLinksBLL linksbll = new tbLinksBLL();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Links {
public partial class Add {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AiGouWu.Admin.Links.Edit" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!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 runat="server">
<title>友情链接修改</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script src="../../Content/Javascript/jquery-1.6.4.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.form.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model.Links;
namespace AiGouWu.Admin.Links
{
public partial class Edit : System.Web.UI.Page
{
SqlComm comm = new SqlComm();
tbLinksBLL linksbll = new tbLinksBLL();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Links {
public partial class Edit {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="List.aspx.cs" Inherits="AiGouWu.Admin.Links.List" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>友情链接管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script type="text/javascript">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Links
{
public partial class List :System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " ";

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Links {
public partial class List {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="AiGouWu.login" %>
<!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 runat="server">
<title>网站信息管理系统 - Shannon Web Studio</title>
<link rel="shortcut icon" href="/admin/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="images/login.css" />
<style type="text/css">
.style1
{
height: 3px;
width: 45px;
}

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using BLL;
namespace AiGouWu
{
public partial class login : System.Web.UI.Page
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu {
public partial class login {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Add.aspx.cs" Inherits="AiGouWu.Admin.Manage.add" %>
<!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 id="Head1" runat="server">
<title>增加管理员</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>
<script type="text/javascript">
$(function() {
//表单验证JS

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Model;
using BLL;
namespace AiGouWu.Admin.Manage
{
public partial class add : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Manage {
public partial class add {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AiGouWu.Admin.Manage.edit" %>
<!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 id="Head1" runat="server">
<title>编辑管理员</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>
<script type="text/javascript">
$(function() {
//表单验证JS

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Model;
using BLL;
namespace AiGouWu.Admin.Manage
{
public partial class edit : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Manage {
public partial class edit {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="List.aspx.cs" Inherits="AiGouWu.Admin.Manage.list" %>
<!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 id="Head1" runat="server">
<title>管理员管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script type="text/javascript">
$(function() {

@ -0,0 +1,15 @@
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using BLL;
namespace AiGouWu.Admin.Manage
{
public partial class list :System.Web.UI.Page

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Manage {
public partial class list {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Msg.aspx.cs" Inherits="Shannon.Web.Admin.Msg" ValidateRequest="false" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="60%" height="60%">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Shannon.Web.Admin
{
public partial class Msg : System.Web.UI.Page
{
public string ImgStr = "success";
public string FlagStr = "√";
public string Code = string.Empty;
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:2.0.50727.4963
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Shannon.Web.Admin {
public partial class Msg {

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerReport.aspx.cs" Inherits="AiGouWu.Admin.Orders.CustomerReport" %>
<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace AiGouWu.Admin.Orders
{
public partial class CustomerReport : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class CustomerReport {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OdersDetail.aspx.cs" Inherits="AiGouWu.Admin.Orders.OdersDetail" %>
<!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 runat="server">
<title>销售订单详细信息</title>
<style>
BODY
{
scrollbar-arrow-color: #797979;
margin: 0px;
scrollbar-darkshadow-color: #ffffff;
font-family: "Arial" , "宋体" , "Helvetica" , "sans-serif";
scrollbar-highlight-color: #f5f9ff;

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using Model.Orders;
using Model.Customer;
namespace AiGouWu.Admin.Orders
{
public partial class OdersDetail : System.Web.UI.Page
{
static OrderBLL obll = new OrderBLL();
static SqlComm sql = new SqlComm();

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class OdersDetail {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OrdersList.aspx.cs" Inherits="AiGouWu.Admin.Orders.OrdersList" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>订单管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script src="../Js/DateControl.js" type="text/javascript"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Orders
{
public partial class OrdersList: System.Web.UI.Page
{
SqlComm comm = new SqlComm();
string condition = " ";
//每页5条

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class OrdersList {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OrdersReport.aspx.cs" Inherits="AiGouWu.Admin.Orders.OrdersReport" %>
<%@ Register assembly="AspNetPager" namespace="Wuqi.Webdiyer" tagprefix="webdiyer" %>
<!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 runat="server">
<title>订单管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<link rel="stylesheet" type="text/css" href="../images/pagination.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.pagination.js"></script>
<script type="text/javascript" src="../js/function.js"></script>
<script src="../Js/DateControl.js" type="text/javascript"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace AiGouWu.Admin.Orders
{
public partial class OrdersReport: System.Web.UI.Page
{

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class OrdersReport {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OrdersShenHe.aspx.cs" ValidateRequest="false" Inherits="AiGouWu.Admin.Orders.OrdersShenHe" %>
<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>
<!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 runat="server">
<title>订单审核</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using BLL;
using Model.Orders;
namespace AiGouWu.Admin.Orders
{
public partial class OrdersShenHe: System.Web.UI.Page
{
OrderBLL obll = new OrderBLL();
public tbOrders orders = new tbOrders();
SqlComm comm = new SqlComm();
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class OrdersShenHe {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProductReport.aspx.cs" Inherits="AiGouWu.Admin.Orders.ProductReport" %>
<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
<!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 runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace AiGouWu.Admin.Orders
{
public partial class ProductReport : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------------
namespace AiGouWu.Admin.Orders {
public partial class ProductReport {
/// <summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="logsAdd.aspx.cs" ValidateRequest="false" Inherits="AiGouWu.Admin.Orders.logsAdd" %>
<%@ Register assembly="FredCK.FCKeditorV2" namespace="FredCK.FCKeditorV2" tagprefix="FCKeditorV2" %>
<!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 runat="server">
<title>物流公司信息添加</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/jquery.validate.min.js"></script>
<script type="text/javascript" src="../../Content/Javascript/messages_cn.js"></script>
<script type="text/javascript" src="../js/cursorfocus.js"></script>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Web;
using BLL;
using Model.Orders;
namespace AiGouWu.Admin.Orders
{
public partial class logsAdd: System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

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

Loading…
Cancel
Save