温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:
MingriEnterprise/BackAdmin/Matter/UpdateMatter.aspx,打开代码结构图
MingriEnterprise/BackAdmin/Matter/UpdateMatter.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdateMatter.aspx.cs" Inherits="BackAdmin_Matter_UpdateMatter" %> 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 style="vertical-align: top; text-align: center"> 17
<form id="form1" runat="server"> 18
<table cellpadding="0" cellspacing="0" style="width: 800px"> 19
<tr> 20
<td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 21
</td> 22
</tr> 23
<tr> 24
<td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 25
width: 167px; height: 427px; text-align: center"> 26
<table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 27
<tr> 28
<td style="width: 190px; text-align: center"> 29
<uc1:WebUserControl ID="WebUserControl1" runat="server" /> 30
</td> 31
</tr> 32
</table> 33
</td> 34
<td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 35
width: 100px; text-align: center"> 36
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 37
<tr> 38
<td style="vertical-align: top; width: 100px; text-align: center"> 39
<table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 40
<tr> 41
<td colspan="1" style="width: 79px"> 42
</td> 43
<td colspan="4" style="width: 411px; text-align: center"> 44
<asp:Label ID="Label3" runat="server" Font-Size="9pt" ForeColor="Red" Text="技术支持管理"></asp:Label></td> 45
<td colspan="1" style="width: 100px"> 46
</td> 47
</tr> 48
<tr> 49
<td colspan="1" style="width: 79px; height: 19px; text-align: left"> 50
</td> 51
<td align="left" colspan="4" style="width: 411px; height: 19px; text-align: left"> 52
</td> 53
<td colspan="1" style="width: 100px; height: 19px; text-align: left"> 54
</td> 55
</tr> 56
<tr> 57
<td align="left" colspan="1" style="width: 100px; text-align: center"> 58
</td> 59
<td align="left" colspan="4" style="width: 411px; text-align: center"> 60
<table> 61
<tr> 62
<td style="width: 38px; height: 38px"> 63
</td> 64
<td style="width: 57px; height: 38px"> 65
<asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="问题"></asp:Label></td> 66
<td colspan="2" style="width: 446px; height: 38px"> 67
<asp:TextBox ID="txtques" runat="server" Font-Size="9pt" Height="68px" TextMode="MultiLine" 68
Width="359px"></asp:TextBox></td> 69
<td colspan="1" style="height: 38px"> 70
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtques" 71
ErrorMessage="类别名不允许为空">*</asp:RequiredFieldValidator></td> 72
</tr> 73
<tr> 74
<td style="width: 38px"> 75
</td> 76
<td style="width: 57px"> 77
<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="答案"></asp:Label></td> 78
<td colspan="2" style="width: 446px"> 79
<asp:TextBox ID="txtan" runat="server" Height="68px" TextMode="MultiLine" Width="359px"></asp:TextBox></td> 80
<td colspan="1"> 81
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtan" 82
ErrorMessage="不允许为空">*</asp:RequiredFieldValidator></td> 83
</tr> 84
<tr> 85
<td style="width: 38px"> 86
</td> 87
<td style="width: 57px"> 88
</td> 89
<td align="right" colspan="2" style="width: 446px"> 90
</td> 91
<td align="left" style="width: 80px"> 92
</td> 93
</tr> 94
<tr> 95
<td style="width: 38px; height: 8px"> 96
</td> 97
<td style="width: 57px; height: 8px"> 98
</td> 99
<td align="center" colspan="2" style="width: 446px; height: 8px"> 100
<asp:Button ID="btnupdate" runat="server" Font-Size="9pt" OnClick="btninsert_Click" 101
Text="修改" /> 102
<asp:Button ID="Button1" runat="server" CausesValidation="False" Font-Size="9pt" 103
OnClick="Button1_Click" Text="返回" /></td> 104
<td style="width: 80px; height: 8px"> 105
</td> 106
</tr> 107
</table> 108
<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True" 109
ShowSummary="False" /> 110
</td> 111
<td align="left" colspan="1" style="width: 100px; text-align: center"> 112
</td> 113
</tr> 114
<tr> 115
<td style="width: 79px"> 116
</td> 117
<td colspan="4" style="width: 55px"> 118
</td> 119
<td style="width: 100px"> 120
</td> 121
</tr> 122
</table> 123
</td> 124
</tr> 125
</table> 126
</td> 127
</tr> 128
<tr> 129
</tr> 130
<tr> 131
<td style="width: 167px"> 132
</td> 133
<td style="width: 100px"> 134
</td> 135
</tr> 136
</table> 137
</form> 138
</body> 139
</html> 140




body
margin-top
