03 2009 档案
状态栏信息来回滚动--js
摘要:<html><head><title>状态栏信息来回滚动</title><style type="text/css"><!--.STYLE1 {font-size: 36px;color: #FF0000;}--></style></head><script><!--setInterv... 阅读全文
posted @ 2009-03-22 15:37 李要南 阅读(567) 评论(1) 推荐(0)
在页面两旁随滚动条上下滚动的小广告--js
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE></TITLE><style type="text/css"><!--.STYLE1 {color: #FF0000;font-size: large;}--&... 阅读全文
posted @ 2009-03-16 17:15 李要南 阅读(814) 评论(0) 推荐(0)
在页面内自由飘动的小广告--js
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE></TITLE><style type="text/css"><!--.STYLE1 {color: #FF0000;font-size: large;}--&... 阅读全文
posted @ 2009-03-16 17:03 李要南 阅读(1068) 评论(0) 推荐(0)
部分css样式----login.css
摘要:/**创建人:李要南*/*{ margin: 0; /*把默认值都设为0*/ padding: 0;}body{ font-size: 14px; /*文本字体大小*/}a:link, a:visited{ /*鼠标未移上去和访问后的超链接样式*/ color: #000; /*文字颜色*/ text-decoration: none; /*无下划线*/}a:hover{ /*鼠标移到超链接上的样... 阅读全文
posted @ 2009-03-11 17:07 李要南 阅读(834) 评论(0) 推荐(0)
部分css样式----common.css
摘要:/**创建人:李要南*/*{ margin: 0; /*把默认值都设为0*/ padding: 0; border-width: 0;}body{ font-size: 14px; /*文本字体大小*/}a:link, a:visited{ /*鼠标未移上去和访问后的超链接样式*/ color: #000; /*文字为黑色*/ text-decoration: none; /*无下划线*/}a:h... 阅读全文
posted @ 2009-03-11 17:06 李要南 阅读(339) 评论(0) 推荐(0)
新闻内容页
摘要:<%@ Page Title="新闻内容页" Language="C#" MasterPageFile="~/Common.master" AutoEventWireup="true" CodeFile="Newscontent.aspx.cs" Inherits="Newscontent" MaintainScrollPositionOnPostback="true" %><a... 阅读全文
posted @ 2009-03-11 17:00 李要南 阅读(278) 评论(0) 推荐(0)
首页-新闻发布系统
摘要:<%@ Page Title="首页-新闻发布系统" Language="C#" MasterPageFile="~/Common.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %><%@ Register src="control/NewsCategory.ascx" t... 阅读全文
posted @ 2009-03-11 16:58 李要南 阅读(536) 评论(0) 推荐(0)
新闻发布系统母版页
摘要:<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Common.master.cs" Inherits="Common" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD... 阅读全文
posted @ 2009-03-11 16:57 李要南 阅读(327) 评论(0) 推荐(0)
新闻发布系统首页导航
摘要:<div id="category" class="commonfrm"> <h4> 新闻分类</h4> <ul> <li><a href="Default.aspx">首&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;页</a&... 阅读全文
posted @ 2009-03-11 16:54 李要南 阅读(267) 评论(0) 推荐(0)
新闻评论表业务类
摘要:/** 创建人:李要南* 创建时间:2008-12-7 4:31* 说明:新闻评论表业务类* 版权所有:李要南*/using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using Model;usi... 阅读全文
posted @ 2009-03-11 16:52 李要南 阅读(189) 评论(0) 推荐(0)
新闻表业务类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-7 4:25 * 说明:新闻表业务类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; ... 阅读全文
posted @ 2009-03-11 16:51 李要南 阅读(214) 评论(0) 推荐(0)
新闻类别表业务类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-7 4:22 * 说明:新闻类别表业务类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient... 阅读全文
posted @ 2009-03-11 16:51 李要南 阅读(199) 评论(0) 推荐(0)
评论表操作类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-6 14:18 * 说明:评论表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:50 李要南 阅读(237) 评论(0) 推荐(0)
新闻表操作类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-6 15:18 * 说明:新闻表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:49 李要南 阅读(312) 评论(0) 推荐(0)
新闻类别表操作类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-5 19:18 * 说明:新闻类别表操作类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClien... 阅读全文
posted @ 2009-03-11 16:48 李要南 阅读(298) 评论(0) 推荐(0)
数据库连接助手类
摘要:/* * 创建人:李要南 * 创建时间:2008-12-5 18:53 * 说明:数据库助手类 * 版权所有:李要南 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient;... 阅读全文
posted @ 2009-03-11 16:47 李要南 阅读(275) 评论(0) 推荐(0)