master
editor 2 months ago
commit cf6b5c3568

@ -0,0 +1,42 @@
鹿茸文章管理系统(ACCESS版) VERSION 1.0 开源版
一、源码描述
环境VS2022 Access
二、功能介绍
1、栏目基本分类功能(目前只支持一级分类)
2、文章评论功能
3、留言本功能
4、支持UBB语法
5、脏字过滤功能
6、网站配置参数请具体参看Web.Config文件
三、注意事项
1、在项目web.config修改数据库连接字符串。
2、管理员账号与密码admin 51aspx 。
3、ctrl+F5运行即可。
作者: 鹿茸
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/LurongArticle
------------------------------------------------------------------------------------------------
源码服务专家
官网: 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" CodeFile="Admin_Affiche.aspx.cs" Inherits="Admin_Affiche" %>
<!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="Head_Affiche" runat="server">
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:DataGrid ID="DgAfficher" runat="server" AutoGenerateColumns="False" GridLines="None"
Width="98%" ShowFooter="True">
<Columns>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Text;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Web.SessionState;
using Yu.Components;
public partial class Admin_Affiche : Admin

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Article.aspx.cs" Inherits="Admin_Article" ValidateRequest="false" %>
<%@ Register Src="Inc/Ubb.ascx" TagName="Ubb" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head_Article" runat="server">
<title>¹<><C2B9><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>ϵͳ--<2D><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="Form_Article" runat="server">
<div>
<table border="0" bordercolor="#33ccff" cellpadding="0" cellspacing="0" width="80%">
<tr align="center">
<td colspan="2" height="40" style="border-right: #d4d0c8 1px solid; padding-right: 0px;
border-top: #d4d0c8 1px solid; padding-left: 0px; padding-bottom: 0px; border-left: #d4d0c8 1px solid;

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_Article : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_ArticleE.aspx.cs" Inherits="Admin_ArticleE" ValidateRequest="false"%>
<%@ Register Src="Inc/Ubb.ascx" TagName="Ubb" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>¹<><C2B9><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>ϵͳ--<2D><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="Form_Edit" runat="server">
<div>
<table border="0" bordercolor="#33ccff" cellpadding="0" cellspacing="0" width="80%">
<tr align="center">
<td colspan="2" height="40" style="border-right: #d4d0c8 1px solid; padding-right: 0px;
border-top: #d4d0c8 1px solid; padding-left: 0px; padding-bottom: 0px; border-left: #d4d0c8 1px solid;

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_ArticleE : Admin

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_ArticleM.aspx.cs" Inherits="Admin_ArticleM" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="From_ArticleM" runat="server">
<div style="padding-top:10px;">
<asp:Label ID="LblClass" runat="server"></asp:Label>
<asp:HyperLink ID="HyAll" runat="server" NavigateUrl="Admin_ArticleM.aspx"><3E><><EFBFBD>з<EFBFBD><D0B7><EFBFBD></asp:HyperLink><p></p>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="100%"><table bordercolor="#000000" cellpadding="0" cellspacing="0" height="24" style="border-collapse: collapse"

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_ArticleM : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_ArticleS.aspx.cs" Inherits="Admin_ArticleS" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><3E><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="From_ArticleM" runat="server">
<div style="padding-top:10px;">
<asp:Label ID="LblClass" runat="server"></asp:Label>
<asp:HyperLink ID="HyAll" runat="server" NavigateUrl="Admin_ArticleM.aspx"><3E><><EFBFBD>з<EFBFBD><D0B7><EFBFBD></asp:HyperLink><p></p>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="100%"><table bordercolor="#000000" cellpadding="0" cellspacing="0" height="24" style="border-collapse: collapse"

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_ArticleS : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Book.aspx.cs" Inherits="Admin_Book" ValidateRequest="false" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,51aspx,¹<><C2B9>blog,51aspx.com,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="From_Admin_Book" runat="server">
<div style="text-align:center; font-size:x-large"> <20><><EFBFBD>Թ<EFBFBD><D4B9><EFBFBD></div>
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="730" align="center" bgColor="#ffffff" border="1" id="table1">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_Book : Admin

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_BookRe.aspx.cs" Inherits="Admin_BookRe" %>
<%@ Register Src="Inc/Ubb.ascx" TagName="Ubb" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="From_Admin_BookRe" runat="server">
<div align="center">
<table border="1" bordercolor="#cccccc" cellpadding="0" cellspacing="0" width="760">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_BookRe : Admin

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_ClassM.aspx.cs" Inherits="Admin_ClassM" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>¹<><C2B9><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>ϵͳ--<2D><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="Form_ClassM" runat="server">
<asp:DataGrid ID="DgClass" runat="server" AutoGenerateColumns="False" GridLines="None"
ShowFooter="True">
<Columns>
<asp:TemplateColumn>
<FooterTemplate>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Admin_ClassM : Admin
{

@ -0,0 +1,2 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Head.aspx.cs" Inherits="Admin_Head" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.SessionState;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_Head : Admin

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Index.aspx.cs" Inherits="Admin_Index" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.SessionState;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_Index : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Login.aspx.cs" Inherits="Admin_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><3E><>֤<EFBFBD><D6A4>½</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="Form_Login" runat="server">
<div align="center" style="padding-top:150px;">
<table border="1" bordercolor="#cccccc" cellpadding="0" cellspacing="0" width="300">
<tr>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Web.SessionState;
using Yu.Components;
public partial class Admin_Login : Admin

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Logout.aspx.cs" Inherits="Admin_Logout" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class Admin_Logout : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Main.aspx.cs" Inherits="Admin_Main" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.SessionState;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_Main : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_Menu.aspx.cs" Inherits="Admin_Menu" %>
<!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">
<meta http-equiv=Content-Type content="text/html; charset=gb2312" />
<link href="images/type.css" rel=stylesheet type=text/css />
<base target="main"></base>
</head>
<body topmargin="0" leftmargin="0" style="overflow-x:hidden">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="313">
<tr>
<td height="36" align="center"><b><3E><>̨<EFBFBD><CCA8><EFBFBD><EFBFBD><br /><3E><>ӭ<EFBFBD><D3AD>:<asp:Label ID="LblAdmin" runat="server"></asp:Label></b></td>
</tr>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.SessionState;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_Menu : Admin
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Admin_System.aspx.cs" Inherits="Admin_System" %>
<!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>
<title>¹<><C2B9><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>ϵͳ--<2D><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3></title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form id="From_System" runat="server">
<table width="90%" border="1" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" style="text-align:center" id="TABLE1">
<tr bgcolor="#CCCCCC">
<td width="100" height="17" valign="middle">
<EFBFBD><EFBFBD>ݲ<EFBFBD><EFBFBD><EFBFBD>--&gt;</td>
<td width="100" height="30" valign="middle"><3E><><EFBFBD><EFBFBD>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD></td>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.Web.Security;
using System.Web.UI;
using System.Web.SessionState;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Admin_System : Admin

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
/// <summary>
/// Summary description for Admin
/// </summary>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for Common
/// </summary>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text.RegularExpressions;
/// <summary>
/// Summary description for CommonTools
/// </summary>
namespace Yu.Components

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Net;

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using Yu.Components;
/// <summary>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
/// <summary>
/// Summary description for UserDB
/// </summary>

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Book.aspx.cs" Inherits="Book" ValidateRequest="false" %>
<%@ Register Src="Inc/Ubb.ascx" TagName="Ubb" TagPrefix="uc1" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!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">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Text;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Book : Common

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Class.aspx.cs" Inherits="_Class" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register Src="Inc/Left.ascx" TagName="Left" TagPrefix="uc1" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!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="HeadClass" runat="server">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.ComponentModel;
using Yu.Components;
public partial class _Class : Common
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Comment.aspx.cs" Inherits="Comment" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<!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">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Comment : Common

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" ValidateRequest="false" %>
<%@ Register Src="Inc/Left.ascx" TagName="Left" TagPrefix="uc1" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!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">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">
<Uc_Top:Header ID="Header1" runat="server" />

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.ComponentModel;
using Yu.Components;
public partial class _Default : Common

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DrawImg.aspx.cs" Inherits="DrawImg" %>

@ -0,0 +1,15 @@
using System;
using System.Web;
using System.IO;
using System.Data;
using System.Data.OleDb;
using System.Web.UI.WebControls;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Collections;
using System.Configuration;
using System.Text;
using System.Text.RegularExpressions;
using System.Web.Security;
using Yu.Components;

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" %>
<!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">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>Error</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">
<div id="txt1"> <asp:Image id=ErrorImage runat="server" ImageUrl="images/system_error.gif"></asp:Image></div>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
public partial class Error : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Application Language="C#" %>
<script runat="server">
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
Application["Counter"] = 0;
}
void Application_End(object sender, EventArgs e)
{
// Code that runs on application shutdown
}

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Bottom.ascx.cs" Inherits="Inc_Bottom" %>
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="730" align="center" border="1" id="table10">
<tr>
<td class="tr" align="center" height="22"><3E><></td>
</tr>
<tr>
<th colSpan="6"><3E><></th>
</tr>
<tr>
<td align="center" bgColor="#ffffff" height="60">
<asp:Label ID="LblName" runat="server"></asp:Label>
<br>
<asp:Label ID="LblCopy" runat="server"></asp:Label></td>
</tr>
</table>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Inc_Bottom : System.Web.UI.UserControl
{
Common data = new Common();

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Header.ascx.cs" Inherits="Header" %>
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="730" align="center" border="1" id="table4">
<tr>
<td class="tr" height="22">
<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table5">
<tr>
<td style="padding-right: 10px; height: 16px;">
<p align="right"><a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=WebUrl%>');return false;" class=blue><3E><>Ϊ<EFBFBD><CEAA>ҳ</a>&nbsp; |&nbsp; <a href="javascript:window.external.AddFavorite('<%=WebUrl%>','<%=WebName%>')" class="white"><3E><><EFBFBD><EFBFBD><EFBFBD>ղ<EFBFBD></a>&nbsp; |&nbsp;
<a href="mailto:<%=WebEmail%>"><3E><>ϵ<EFBFBD><CFB5><EFBFBD><EFBFBD></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgColor="#ffffff" height="80">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.ComponentModel;
using Yu.Components;
public partial class Header : System.Web.UI.UserControl
{

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Left.ascx.cs" Inherits="Inc_Left" %>
<table width="100%" border="0" id="leftTable">
<tr>
<td class="td" align="center" width="171" valign="top">
<br>
<fieldset style="border:1px solid #D8D8F0; width: 145px; height: 131px; line-height: 150%; padding: 2px">
<legend><3E><>վͳ<D5BE><CDB3></legend>
<p align="center"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><asp:Label ID="LblNum" runat="server"></asp:Label><br />
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><asp:Label ID="LblArtNum" runat="server"></asp:Label><br />
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><asp:Label ID="LblCNum" runat="server"></asp:Label><br />
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><asp:Label ID="LblGbookNum" runat="server"></asp:Label><br />
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><asp:Label ID="LblOnline" runat="server"></asp:Label><br /><br />
</fieldset><br />
<fieldset style="border:1px solid #D8D8F0; width: 145px; height: 120px; line-height: 150%; padding: 2px; ">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Inc_Left : System.Web.UI.UserControl
{

@ -0,0 +1,15 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Ubb.ascx.cs" Inherits="Ubb" %>
<script language="javascript" type="text/javascript" src="images/UbbCode.js"></script>
<img onclick="Cbold()" src="images/ubbcode/bb_bold.gif" alt="<22><><EFBFBD><EFBFBD>" border="0" style="cursor: hand">
<img onclick="Citalic()" src="images/ubbcode/bb_italicize.gif" alt="б<><D0B1>" border="0" style="cursor: hand">
<img onclick="Cunder()" src="images/ubbcode/bb_underline.gif" alt="<22>»<EFBFBD><C2BB><EFBFBD>" border="0" style="cursor: hand">
<img onclick="Ccenter()" src="images/ubbcode/bb_center.gif" alt="<22><><EFBFBD><EFBFBD>" border="0" style="cursor: hand">
<img onclick="Curl()" src="images/ubbcode/bb_url.gif" alt="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" border="0" style="cursor: hand">
<img onclick="Cemail()" src="images/ubbcode/bb_email.gif" alt="Email<69><6C><EFBFBD><EFBFBD>" border="0" style="cursor: hand">
<img onclick="Cimage()" src="images/ubbcode/bb_image.gif" alt="<22><><EFBFBD><EFBFBD>ͼƬ" border="0" style="cursor: hand">
<img onclick="Cswf()" src="images/ubbcode/bb_flash.gif" alt="FlashͼƬ" border="0" style="cursor: hand">
<img onclick="Crm()" src="images/ubbcode/bb_rm.gif" alt="realplay<61><79>Ƶ<EFBFBD>ļ<EFBFBD>" border="0" style="cursor: hand">
<img onclick="Cwmv()" src="images/ubbcode/bb_mp.gif" alt="Media Player<65><72>Ƶ<EFBFBD>ļ<EFBFBD>" border="0" style="cursor: hand">
<img onclick="Ccode()" src="images/ubbcode/bb_code.gif" border="0" alt="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" style="cursor: hand">
<img onclick="Cquote()" src="images/ubbcode/bb_quote.gif" border="0" alt="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" style="cursor: hand">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Ubb : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Search.aspx.cs" Inherits="Search" ValidateRequest="false" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!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="SearchHead" runat="server">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
<form id="form1" runat="server">

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Yu.Components;
public partial class Search :Common
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Show.aspx.cs" Inherits="Show" ValidateRequest="false" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<!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">
<meta name="keywords" content="¹<><C2B9><><C2B9>BLOG,¹<>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ,¹<><C2B9>blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD>--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
<script language = "JavaScript" src="Images/font.js"></script>
<script language = "JavaScript">
function fontColor(objname)
{
var arr = showModalDialog("Images/selcolor.htm", "", "dialogWidth:18.5em; dialogHeight:17.5em; status:0; help:0");

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Data.OleDb;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Yu.Components;
public partial class Show : Common

@ -0,0 +1,15 @@
<!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>
<TITLE>UBB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312" />
<style type="text/css">
<!--
table {font-size: 9pt;
border: 1px solid #000000;}
a{font-size:9pt;
color:#000000;
}
-->
</style>

@ -0,0 +1,15 @@
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><title _locID="ConversionReport0">
Migration Report
</title><style>
/* Body style, for the entire document */
body
{
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ValidateCode.aspx.cs" Inherits="ValidateCode" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Drawing;
public partial class ValidateCode : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)

@ -0,0 +1 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ImageCode.aspx.cs" Inherits="ImageCode" %>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Drawing;
using System.Drawing.Imaging;
public partial class ImageCode : System.Web.UI.Page
{

@ -0,0 +1,15 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="verifycode_help.html.cs" Inherits="ValidateCode_verifycode_help" %>
<!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>Topway<EFBFBD><EFBFBD>¼<EFBFBD><EFBFBD>֤<EFBFBD><EFBFBD>˵<EFBFBD><EFBFBD></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>

@ -0,0 +1,15 @@
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class ValidateCode_verifycode_help : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

@ -0,0 +1,15 @@
.crpage
{
background-color:#FFFFFF;
color:#000000;
font-family:verdana,Arial;
}
.crheader
{
background-color: #B2B2B2;
color: #000000;
font-family:verdana,Arial;
}
.crheader A

@ -0,0 +1,15 @@
/*
File Version Start - Do not remove this if you are modifying the file
Build: 9.5.0
File Version End
*/
/*
this function is used to verify whether the 'Enter' key is pressed.
if the 'Enter' key is pressed, then either call the event handler function passed in as a parameter (evntHdlrName)
or if evntHdlrName is an empty string, submit the form that contains the input box (that triggers this function).
The form name is passed in as the third parameter, if it's an empty string, it's set to 0 by default.
The first parameter is an event object
written by Paul Chong, 17th May 01
*/

@ -0,0 +1,15 @@
// Modified Date: 11/30/1999
// Modified By: Robert W. Husted
// Notes: Added frameset support (changed reference for "newWin" to "top.newWin")
// Also changed Spanish "March" from "Marcha" to "Marzo"
// Fixed JavaScript Date Anomaly affecting days > 28
//
// Modified by Crystal Decisions
// Removed large amounts of comments to shrink file size.
// Removed multi language support as language set by user as accept-language and navigator.language don't necessarily match
// Removed formatting code as only format wanted is for Crystal Reports Date/DateTime parameters
// Moved resource strings to top of file for translation
// Added A.whatever:visited styles so that followed links appear as if they weren't followed
// BEGIN USER-EDITABLE SECTION -----------------------------------------------------

@ -0,0 +1,15 @@
// TDC is to get DateTime format info for current locale
function TDC() {
var d=new Date(1970,0,0,0,0,0,0),d2=new Date(d),s1,s2,api=-1;
d.setHours(10); d2.setHours(11);
s1=d.toLocaleString(); s2=d2.toLocaleString();
this.displayHour=(s1!=s2);
d.setHours(0); d2.setHours(0);
d.setMinutes(10); d2.setMinutes(11);
this.displayMinute=(d.toLocaleString()!=d2.toLocaleString());
d.setMinutes(0); d2.setMinutes(0);
d.setSeconds(10); d2.setSeconds(11);
this.displaySecond=(d.toLocaleString()!=d2.toLocaleString());
d.setSeconds(0); d2.setSeconds(0);
if (this.displayHour) {

@ -0,0 +1,15 @@
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
var crystal_postback =
"<INPUT type=\"hidden\" name=\"reportsource\" id=\"reportsource\"/>" +
"<INPUT type=\"hidden\" name=\"viewstate\" id=\"viewstate\"/>";
function getPageTitle() {
if (print) {
return L_PrintPageTitle;
}
else {
return L_ExportPageTitle;

@ -0,0 +1,15 @@
var IE_PRINT_CONTROL_PRODUCTVERSION = "10,2,0,1078"
var NS_PRINT_CONTROL_PRODUCTVERSION = "10.2.0.1078"
function blockEvents() {
var deadend;
opener.captureEvents(Event.CLICK, Event.MOUSEDOWN, Event.MOUSEUP, Event.FOCUS);
opener.onclick = deadend;
opener.onmousedown = deadend;
opener.onmouseup = deadend;
opener.focus = deadend;
}
function unblockEvents() {
opener.releaseEvents(Event.CLICK, Event.MOUSEDOWN, Event.MOUSEUP, Event.FOCUS);
opener.onclick = null;

@ -0,0 +1,15 @@
//////////////////////////////
// FOR DEBUGGING ONLY
var debug = false;
function dumpFormFields(formName)
{
theForm = document.forms[formName];
for ( idx = 0; idx < theForm.elements.length; ++idx )
alert ( theForm.elements[idx].name + " - " + theForm.elements[idx].value );
}
//////////////////////////////
// GLOBAL VAR
var needURLEncode = false; // only need to do url encode in java
var promptPrefix = "promptex-";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u5929";
var L_January = "\u4e00\u6708";
var L_February = "\u4e8c\u6708";
var L_March = "\u4e09\u6708";
var L_April = "\u56db\u6708";
var L_May = "\u4e94\u6708";
var L_June = "\u516d\u6708";
var L_July = "\u4e03\u6708";
var L_August = "\u516b\u6708";
var L_September = "\u4e5d\u6708";
var L_October = "\u5341\u6708";
var L_November = "\u5341\u4e00\u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u5929";
var L_January = "1 \u6708";
var L_February = "2 \u6708";
var L_March = "3 \u6708";
var L_April = "4 \u6708";
var L_May = "5 \u6708";
var L_June = "6 \u6708";
var L_July = "7 \u6708";
var L_August = "8 \u6708";
var L_September = "9 \u6708";
var L_October = "10 \u6708";
var L_November = "11 \u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Heute";
var L_January = "Januar";
var L_February = "Februar";
var L_March = "M\u00e4rz";
var L_April = "April";
var L_May = "Mai";
var L_June = "Juni";
var L_July = "Juli";
var L_August = "August";
var L_September = "September";
var L_October = "Oktober";
var L_November = "November";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Today";
var L_January = "January";
var L_February = "February";
var L_March = "March";
var L_April = "April";
var L_May = "May";
var L_June = "June";
var L_July = "July";
var L_August = "August";
var L_September = "September";
var L_October = "October";
var L_November = "November";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Hoy";
var L_January = "Enero";
var L_February = "Febrero";
var L_March = "Marzo";
var L_April = "Abril";
var L_May = "Mayo";
var L_June = "Junio";
var L_July = "Julio";
var L_August = "Agosto";
var L_September = "Septiembre";
var L_October = "Octubre";
var L_November = "Noviembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Aujourd'hui";
var L_January = "Janvier";
var L_February = "F\u00e9vrier";
var L_March = "Mars";
var L_April = "Avril";
var L_May = "Mai";
var L_June = "Juin";
var L_July = "Juillet";
var L_August = "Ao\u00fbt";
var L_September = "Septembre";
var L_October = "Octobre";
var L_November = "Novembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "Oggi";
var L_January = "Gennaio";
var L_February = "Febbraio";
var L_March = "Marzo";
var L_April = "Aprile";
var L_May = "Maggio";
var L_June = "Giugno";
var L_July = "Luglio";
var L_August = "Agosto";
var L_September = "Settembre";
var L_October = "Ottobre";
var L_November = "Novembre";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\u4eca\u65e5";
var L_January = "1 \u6708";
var L_February = "2 \u6708";
var L_March = "3 \u6708";
var L_April = "4 \u6708";
var L_May = "5 \u6708";
var L_June = "6 \u6708";
var L_July = "7 \u6708";
var L_August = "8 \u6708";
var L_September = "9 \u6708";
var L_October = "10 \u6708";
var L_November = "11 \u6708";

@ -0,0 +1,15 @@
// LOCALIZATION STRING
// Strings for calendar.js and calendar_param.js
var L_Today = "\uc624\ub298";
var L_January = "1\uc6d4";
var L_February = "2\uc6d4";
var L_March = "3\uc6d4";
var L_April = "4\uc6d4";
var L_May = "5\uc6d4";
var L_June = "6\uc6d4";
var L_July = "7\uc6d4";
var L_August = "8\uc6d4";
var L_September = "9\uc6d4";
var L_October = "10\uc6d4";
var L_November = "11\uc6d4";

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<META http-equiv=content-type="text/html; charset=utf-8">
<TITLE>Crystal Reports</TITLE>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
//newWin = window;
// USE THE JAVASCRIPT-GENERATED DOCUMENTS (calDocTop, calDocBottom) IN THE FRAMESET
calDocFrameset =
"<FRAMESET ROWS='70,*' FRAMEBORDER='0'>\n" +
" <FRAME NAME='topCalFrame' SRC='calendartop.html' SCROLLING='no'>\n" +
" <FRAME NAME='bottomCalFrame' SRC='calendarbottom.html' SCROLLING='no'>\n" +
"</FRAMESET>\n";

@ -0,0 +1,3 @@
<script language="javascript">
document.write(parent.parent.opener.calDocBottom);
</script>

@ -0,0 +1,3 @@
<script language="javascript">
document.write(parent.parent.opener.calDocTop);
</script>

@ -0,0 +1,15 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<script language="javascript">
<!--
// export UI functions
function check(obj) {
return !obj.disabled;
}
function toggleRangeFields(obj) {
if( obj.id == "radio1") {
document.Export.from.disabled = true;

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<TITLE>Crystal Reports Viewer</TITLE>
<SCRIPT language="Javascript" src="../js/print.js"></SCRIPT>
<SCRIPT FOR="CrystalPrintControl" EVENT="Finished(status, statusText)" LANGUAGE="Javascript">
<!--
window.close();
-->
</SCRIPT>
</HEAD>
<BODY onload="checkUserCancelledInstallation(document.getElementById('CrystalPrintControl'))" onBeforeUnload="cancelPrinting(document.getElementById('CrystalPrintControl'))">
<SCRIPT LANGUAGE="Javascript">
<!--
var objectTag = "<OBJECT ID=\"CrystalPrintControl\" CLASSID=\"CLSID:BAEE131D-290A-4541-A50A-8936F159563A\" CODEBASE=\"";
objectTag += window.dialogArguments.codebase;

@ -0,0 +1,15 @@
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С
var status0 = '';
var curfontsize = 10;
var curlineheight = 18;
function fontSize(type,objname){
if (type=="b"){
if(curfontsize<64){
document.getElementById(objname).style.fontSize=(++curfontsize)+'pt';
document.getElementById(objname).style.lineHeight=(++curlineheight)+'pt';
}
}
else {
if(curfontsize>8){
document.getElementById(objname).style.fontSize=(--curfontsize)+'pt';
document.getElementById(objname).style.lineHeight=(--curlineheight)+'pt';

@ -0,0 +1,15 @@
// JScript File
var Quote = 0;
var Bold = 0;
var Italic = 0;
var Underline = 0;
var Code = 0;
var Center = 0;
var Strike = 0;
var Sound = 0;
var Swf = 0;
var Ra = 0;
var Rm = 0;
var Marquee = 0;
var Fly = 0;

@ -0,0 +1,15 @@
// ȡͨ<C8A1><CDA8>URL<52><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IJ<EFBFBD><C4B2><EFBFBD> (<28><>ʽ<EFBFBD><CABD> ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam = aParams[i].split('=') ;
URLParams[aParam[0]] = aParam[1] ;
}
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
var config;
try{
config = dialogArguments.config;
}
catch(e){
}

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE type=text/css>
TD {FONT-SIZE: 10.8pt}
BODY {FONT-SIZE: 10.8pt}
BUTTON {WIDTH: 5em}
</STYLE>
<SCRIPT LANGUAGE=JAVASCRIPT SRC="dialog.js"></SCRIPT>
<SCRIPT language=JavaScript>

@ -0,0 +1,15 @@
BODY {
FONT-SIZE: 9pt;
COLOR: #000000;
FONT-FAMILY: "Courier New";
background-attachment: fixed;
scrollbar-face-color:#E4E4F3;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#E4E4F3;
scrollbar-darkshadow-color:#9C9CD3;
scrollbar-shadow-color:#E4E4F3;
scrollbar-arrow-color:#4444B3;
scrollbar-track-color:#EFEFEF;
}
TABLE {
FONT-SIZE: 9pt;

@ -0,0 +1,15 @@
var text_input = "文字";
var help_mode = "UBB 代码 - 帮助信息\n\n点击相应的代码按钮即可获得相应的说明和提示";
var adv_mode = "UBB 代码 - 直接插入\n\n点击代码按钮后不出现提示即直接插入相应代码";
var normal_mode = "UBB 代码 - 提示插入\n\n点击代码按钮后出现向导窗口帮助您完成代码插入";
var email_help = "插入邮件地址\n\n插入邮件地址连接。\n例如\n[email]zuimengbanjie@gmail.com[/email]\n[email=zuimengbanjie@gmail.com]醉梦半街[/email]";
var email_normal = "请输入链接显示的文字,如果留空则直接显示邮件地址。";
var email_normal_input = "请输入邮件地址。";
var fontsize_help = "设置字号\n\n将标签所包围的文字设置成指定字号。\n例如[size=3]文字大小为 3[/size]";
var fontsize_normal = "请输入要设置为指定字号的文字。";
var font_help = "设定字体\n\n将标签所包围的文字设置成指定字体。\n例如[font=仿宋]字体为仿宋[/font]";
var font_normal = "请输入要设置成指定字体的文字。";
var bold_help = "插入粗体文本\n\n将标签所包围的文本变成粗体。\n例如[b]醉梦半街's BLOG[/b]";
var bold_normal = "请输入要设置成粗体的文字。";
var fly_help = "插入飞行文本\n\n将标签所包围的文本在指定区域内任意飞行。\n例如[fly]醉梦半街's blog[/fly]";
var fly_normal = "请输入要设置成飞行的文字。";

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<configSections>
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/>
</configSections>
<appSettings>
<add key="Charset" value="gb2312"/>
Loading…
Cancel
Save