温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层新闻发布管理系统源码
当前文件:
TreeLayerNews/news2005/MasterPage.master,打开代码结构图
TreeLayerNews/news2005/MasterPage.master,打开代码结构图1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> 2
<%@ Register Src="ascx/Count.ascx" TagName="Count" TagPrefix="uc5" %> 3
<%@ Register Src="ascx/Login.ascx" TagName="Login" TagPrefix="uc4" %> 4
<%@ Register Src="ascx/top.ascx" TagName="top" TagPrefix="uc1" %> 5
<%@ Register Src="ascx/Left.ascx" TagName="Left" TagPrefix="uc2" %> 6
<%@ Register Src="ascx/bottom.ascx" TagName="bottom" TagPrefix="uc3" %> 7
8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 9
10
<style type="text/css"> 11
<!-- 12
body,td,th { 13
font-family: 宋体; 14
font-size: 12px; 15
color: #000000; 16
} 17
body { 18
margin-left: 0px; 19
margin-top: 0px; 20
margin-right: 0px; 21
margin-bottom: 0px; 22
} 23
a { 24
font-family: 宋体; 25
font-size: 12px; 26
color: #000000; 27
} 28
a:link { 29
text-decoration: none; 30
} 31
a:visited { 32
text-decoration: none; 33
color: #000000; 34
} 35
a:hover { 36
text-decoration: none; 37
color: #000000; 38
} 39
a:active { 40
text-decoration: none; 41
color: #000000; 42
} 43
--> 44
</style> 45
<html xmlns="http://www.w3.org/1999/xhtml" > 46
<head runat="server"> 47
<title>新闻发布系统--ASP.NET 2.0+SQL Server 2000</title> 48
</head> 49
<body> 50
<form id="form1" runat="server"> 51
<table border="0" cellspacing="0" cellpadding="0" align="center" style="width: 38px"> 52
<tr> 53
<td style="height: 12px"> 54
<uc1:top ID="Top1" runat="server" /> 55
</td> 56
</tr> 57
<tr> 58
<td style="height: 625px" valign="top"> 59
<table width="200" border="0" cellspacing="0" cellpadding="0" bgColor="#efefef"> 60
<tr align="left" bgcolor="#efefef" valign="top"> 61
<td align="left" bgcolor="#efefef" rowspan="3" style="width: 35px; height: 414px;" valign="top"> 62
<table style="width: 35px"> 63
<tr> 64
<td rowspan="3"> 65
<uc4:Login ID="Login1" runat="server" /> 66
<br /> 67
<uc2:Left ID="Left1" runat="server" /> 68
<br /> 69
</td> 70
</tr> 71
<tr> 72
</tr> 73
<tr> 74
</tr> 75
</table> 76
<uc5:Count ID="Count1" runat="server" /> 77
</td> 78
<td align="left" rowspan="3" valign="top" width="165" style="height: 414px"> 79
<table width="100%"> 80
<tr> 81
<td> 82
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> 83
</asp:ContentPlaceHolder> 84
</td> 85
</tr> 86
</table> 87
</td> 88
</tr> 89
<tr align="left" valign="top" bgColor="#efefef"> 90
</tr> 91
<tr align="left" bgcolor="#efefef" valign="top"> 92
</tr> 93
</table> 94
</td> 95
</tr> 96
<tr> 97
<td> 98
<table> 99
<tr><td> 100
<uc3:bottom ID="Bottom1" runat="server" /> 101
</td> 102
</tr></table> 103
</td> 104
</tr> 105
</table> 106
</form> 107
</body> 108
</html>



<!--

body,td,th 
-->
