温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:
MingriEnterprise/BackAdmin/Often/OftenSoft.aspx,打开代码结构图
MingriEnterprise/BackAdmin/Often/OftenSoft.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OftenSoft.aspx.cs" Inherits="BackAdmin_Often_OftenSoft" %> 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: 411px; text-align: center"> 45
<asp:Label ID="Label1" 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: 411px; height: 19px; text-align: left"> 53
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False" 54
ForeColor="Red" OnClick="LinkButton1_Click">┆--上传软件--┆</asp:LinkButton></td> 55
<td colspan="1" style="width: 100px; height: 19px; text-align: left"> 56
</td> 57
</tr> 58
<tr> 59
<td align="left" colspan="1" style="width: 100px; text-align: center"> 60
</td> 61
<td align="left" colspan="4" style="width: 411px; text-align: center"> 62
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" 63
CellPadding="4" ForeColor="#333333" GridLines="None" OnPageIndexChanging="GridView1_PageIndexChanging" 64
PageSize="5" Font-Size="9pt" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting"> 65
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 66
<Columns> 67
<asp:BoundField DataField="Name" HeaderText="软件名称" /> 68
<asp:BoundField DataField="DownLoad" HeaderText="下载路径" /> 69
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" > 70
<ControlStyle Font-Underline="False" ForeColor="Blue" /> 71
</asp:CommandField> 72
</Columns> 73
<RowStyle BackColor="#EFF3FB" /> 74
<EditRowStyle BackColor="#2461BF" /> 75
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" /> 76
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> 77
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 78
<AlternatingRowStyle BackColor="White" /> 79
</asp:GridView> 80
</td> 81
<td align="left" colspan="1" style="width: 100px; text-align: center"> 82
</td> 83
</tr> 84
<tr> 85
<td style="width: 79px"> 86
</td> 87
<td colspan="4" style="width: 55px"> 88
</td> 89
<td style="width: 100px"> 90
</td> 91
</tr> 92
</table> 93
</td> 94
</tr> 95
</table> 96
</td> 97
</tr> 98
<tr> 99
</tr> 100
<tr> 101
<td style="width: 167px"> 102
</td> 103
<td style="width: 100px"> 104
</td> 105
</tr> 106
</table> 107
108
</div> 109
</form> 110
</body> 111
</html> 112




body
margin-top
