温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:
MingriEnterprise/BackAdmin/Affiche/Affiche.aspx,打开代码结构图
MingriEnterprise/BackAdmin/Affiche/Affiche.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Affiche.aspx.cs" Inherits="BackAdmin_Affiche" %> 2
3
<%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc1" %> 4
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
<style> 11
body{ 12
margin-top:0px; 13
} 14
</style> 15
16
</head> 17
<body> 18
<form id="form1" runat="server"> 19
<div style="text-align: center"> 20
<table cellpadding="0" cellspacing="0" style="width: 800px"> 21
<tr> 22
<td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 23
</td> 24
</tr> 25
<tr> 26
<td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 27
width: 167px; height: 427px; text-align: center"> 28
<table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 29
<tr> 30
<td style="width: 190px; text-align: center"> 31
<uc1:WebUserControl ID="WebUserControl1" runat="server" /> 32
</td> 33
</tr> 34
</table> 35
</td> 36
<td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 37
width: 100px; text-align: center"> 38
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 39
<tr> 40
<td style="vertical-align: top; width: 100px; text-align: center"> 41
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 42
<tr> 43
<td colspan="1" style="width: 79px"> 44
</td> 45
<td colspan="4" style="width: 411px; text-align: center"> 46
</td> 47
<td colspan="1" style="width: 100px"> 48
</td> 49
</tr> 50
<tr> 51
<td align="left" colspan="1" style="width: 100px; text-align: center"> 52
</td> 53
<td align="left" colspan="4" style="width: 411px; text-align: center"> 54
<table style="width: 534px; height: 177px"> 55
<tr> 56
<td colspan="3"> 57
<asp:Label ID="Label1" runat="server" Font-Size="9pt" ForeColor="Red" Text="公告栏管理"></asp:Label></td> 58
</tr> 59
<tr> 60
<td style="width: 100px"> 61
</td> 62
<td align="left" style="width: 586px"> 63
</td> 64
<td style="width: 100px"> 65
</td> 66
</tr> 67
<tr> 68
<td align="center" colspan="3"> 69
<asp:TextBox ID="TextBox1" runat="server" Font-Size="9pt" Height="129px" TextMode="MultiLine" 70
Width="363px"></asp:TextBox></td> 71
</tr> 72
<tr> 73
<td style="width: 100px"> 74
</td> 75
<td style="width: 586px"> 76
<asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="保存" /> 77
<asp:Button ID="Button2" runat="server" Font-Size="9pt" OnClick="Button2_Click" Text="重置" /></td> 78
<td style="width: 100px"> 79
</td> 80
</tr> 81
</table> 82
</td> 83
<td align="left" colspan="1" style="width: 100px; text-align: center"> 84
</td> 85
</tr> 86
<tr> 87
<td style="width: 79px"> 88
</td> 89
<td colspan="4" style="width: 55px"> 90
</td> 91
<td style="width: 100px"> 92
</td> 93
</tr> 94
</table> 95
</td> 96
</tr> 97
</table> 98
</td> 99
</tr> 100
<tr> 101
</tr> 102
<tr> 103
<td style="width: 167px"> 104
</td> 105
<td style="width: 100px"> 106
</td> 107
</tr> 108
</table> 109
110
</div> 111
</form> 112
</body> 113
</html> 114




body
margin-top
