温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:洪病毒单用户Blog系统源码
当前文件:
HBDBlog/Admin/ArticleManage.aspx[2K,2009-6-12 11:43:44],打开代码结构图
HBDBlog/Admin/ArticleManage.aspx[2K,2009-6-12 11:43:44],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ArticleManage.aspx.cs" Inherits="Admin_ArticleManage" %> 2
<%@ Register Src="articleList.ascx" TagName="articleList" TagPrefix="uc2" %> 3
4
<%@ Register Src="menu.ascx" TagName="menu" TagPrefix="uc1" %> 5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6
7
<html xmlns="http://www.w3.org/1999/xhtml" > 8
<head runat="server"> 9
<title>无标题页</title> 10
</head> 11
<body style="margin-top: 0px; margin-left: 0px; margin-right: 0px; #619bd8; font-family:宋体; font-size:14px; text-align: center;"> 12
<form id="form1" runat="server"> 13
<div> 14
<table border="0" cellpadding="0" cellspacing="0" style="width:auto" > 15
<tr> 16
<img src="../ima/10.jpg" /> 17
</tr> 18
<tr> 19
<td> 20
<table border="0" cellpadding="0" cellspacing="0" style="border-right: gray 1px solid; 21
border-top: gray 1px solid; border-left: gray 1px solid; width:100%; border-bottom: gray 1px solid; 22
text-align: center"> 23
<tr> 24
<td style="width: 100%; border-bottom: gray 1px solid; height: 16px; background-color: activeborder; 25
text-align: center"> 26
Blog管理</td> 27
</tr> 28
<tr> 29
<td style="width: 100%; border-bottom: gray 1px solid; height: 215px; background-color: infobackground; 30
text-align: center" valign="top"> 31
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%"> 32
<tr> 33
<td style="border-right: gray 1px solid; width: 30%; height: 208px;" valign="top"> 34
<uc1:menu ID="menu1" runat="server" /> 35
</td> 36
<td valign="top" style="height: 208px"> 37
<uc2:articleList ID="articleList1" runat="server" /> 38
<asp:Button ID="btn_add" runat="server" Text="添加新文章" OnClick="btn_add_Click" /> 39
</td> 40
</tr> 41
</table> 42
</td> 43
</tr> 44
</table> 45
46
</td> 47
</tr> 48
49
</table> 50
51
</div> 52
</form> 53
</body> 54
</html> 55




