温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:
MingriEnterprise/BackAdmin/ImgDrfauftAdmin/Update.aspx,打开代码结构图
MingriEnterprise/BackAdmin/ImgDrfauftAdmin/Update.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Update.aspx.cs" Inherits="BackAdmin_ImgDrfauftAdmin_Update" %> 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
</head> 16
<body> 17
<form id="form1" runat="server"> 18
<div style="vertical-align: top; text-align: center"> 19
<table cellpadding="0" cellspacing="0" style="width: 800px"> 20
<tr> 21
<td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 22
</td> 23
</tr> 24
<tr> 25
<td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 26
width: 167px; height: 427px; text-align: center"> 27
<table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 28
<tr> 29
<td style="width: 190px; text-align: center"> 30
<uc1:WebUserControl ID="WebUserControl1" runat="server" /> 31
</td> 32
</tr> 33
</table> 34
</td> 35
<td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 36
width: 100px; text-align: center"> 37
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 38
<tr> 39
<td style="vertical-align: top; width: 100px; text-align: center"> 40
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 41
<tr> 42
<td colspan="1" style="width: 79px"> 43
</td> 44
<td colspan="4" style="width: 438px; text-align: center"> 45
<asp:Label ID="Label4" runat="server" Font-Size="9pt" ForeColor="Red" Text="首页图片管理"></asp:Label></td> 46
<td colspan="1" style="width: 100px"> 47
</td> 48
</tr> 49
<tr> 50
<td colspan="1" style="width: 79px; height: 19px; text-align: left"> 51
</td> 52
<td align="left" colspan="4" style="width: 438px; height: 19px; text-align: left"> 53
</td> 54
<td colspan="1" style="width: 100px; height: 19px; text-align: left"> 55
</td> 56
</tr> 57
<tr> 58
<td colspan="1" style="width: 79px; height: 19px; text-align: left"> 59
</td> 60
<td align="left" colspan="4" style="width: 438px; height: 19px; text-align: left"> 61
<asp:Label ID="Label5" runat="server" Font-Size="9pt" ForeColor="Red" Text="首页滚动图片编辑"></asp:Label></td> 62
<td colspan="1" style="width: 100px; height: 19px; text-align: left"> 63
</td> 64
</tr> 65
<tr> 66
<td align="left" colspan="1" style="width: 100px; text-align: center; height: 139px;"> 67
</td> 68
<td align="left" colspan="4" style="width: 438px; text-align: left; height: 139px;"> 69
<table> 70
<tr> 71
<td align="left" colspan="2"> 72
<input id="UpImage" runat="server" type="file" style="width: 229px" /></td> 73
<td colspan="2"> 74
</td> 75
</tr> 76
<tr> 77
<td style="width: 100px" align="left"> 78
<asp:Label ID="labLoad" runat="server" Font-Size="9pt" Width="226px"></asp:Label></td> 79
<td style="width: 100px"> 80
<asp:TextBox ID="txtLoad" runat="server" Width="100px" Visible="False"></asp:TextBox></td> 81
<td colspan="2"> 82
</td> 83
</tr> 84
<tr> 85
<td colspan="4"> 86
<asp:Image ID="img" runat="server" /> 87
</td> 88
</tr> 89
<tr> 90
<td align="center" colspan="4"> 91
<asp:Button ID="btnUpDate" runat="server" OnClick="btnUpDate_Click" Text="修改" Font-Size="9pt" /> 92
<asp:Button ID="btnReturn" runat="server" Font-Size="9pt" OnClick="btnReturn_Click" Text="返回" /></td> 93
</tr> 94
</table> 95
</td> 96
<td align="left" colspan="1" style="width: 100px; text-align: center; height: 139px;"> 97
</td> 98
</tr> 99
<tr> 100
<td style="width: 79px"> 101
</td> 102
<td colspan="4" style="width: 438px"> 103
</td> 104
<td style="width: 100px"> 105
</td> 106
</tr> 107
</table> 108
</td> 109
</tr> 110
</table> 111
</td> 112
</tr> 113
<tr> 114
</tr> 115
<tr> 116
<td style="width: 167px"> 117
</td> 118
<td style="width: 100px"> 119
</td> 120
</tr> 121
</table> 122
</div> 123
</form> 124
</body> 125
</html> 126




body
margin-top
