-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSysMessageManage.aspx
More file actions
72 lines (70 loc) · 2.89 KB
/
Copy pathSysMessageManage.aspx
File metadata and controls
72 lines (70 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<%@ Register TagPrefix="uc1" TagName="OperatTitle" Src="UserControl/OperatTitle.ascx" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SysMessageManage.aspx.cs" Inherits="M_Main.SysMessageManage" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ServiceInfoIntroBrowse</title>
<meta content="no-cache" http-equiv="Cache-Control">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="css/style.css" type="text/css" rel="stylesheet">
<script language="javascript">
<!--
function btnClear_OnClick()
{
ServiceInfoIntroBrowse.Heading.value="";
}
//-->
</script>
</HEAD>
<body>
<form id="ServiceInfoIntroBrowse" method="post" runat="server">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%">
<tr>
<td vAlign="top" height="30"><uc1:operattitle id="mOperatTitle" runat="server"></uc1:operattitle><INPUT type="hidden" name="TypeCode" runat="server" id="TypeCode" style="WIDTH: 40px; HEIGHT: 22px"
size="1"><INPUT id="hiType" style="WIDTH: 40px; HEIGHT: 22px" type="hidden" size="1" name="hiType"
runat="server"><INPUT id="InfoID" style="WIDTH: 40px; HEIGHT: 22px" type="hidden" size="1" name="InfoID"
runat="server"></td>
</tr>
<tr>
<td vAlign="top" bgColor="#ffffff">
<table cellSpacing="2" cellPadding="2" width="100%">
<tr>
<td style="HEIGHT: 32px" height="32">
<table style="FONT-SIZE: 12px" cellSpacing="0" cellPadding="0" width="100%" class="SchTable">
<tr>
<td align="right"><FONT face="宋体"><INPUT id="btnAdd" class="button" style="HEIGHT: 22px" type="button" value="返回" name="btnAdd" onclick="javascript:history.back();"
runat="server"></FONT></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="BACKGROUND-IMAGE: url(../images/main_sp_h.jpg); BACKGROUND-REPEAT: repeat-x"
height="3"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td colspan="3" height="30" style="COLOR: #0000ff; FONT-SIZE: 14px; FONT-WEIGHT: bold"
align="center">
<asp:Label id="Title" runat="server"></asp:Label></td>
</tr>
<tr>
<td colspan="3" align="center">
<table width="90%" align="center">
<tr>
<td align="left"><FONT face="宋体"></FONT><FONT face="宋体"></FONT><FONT face="宋体"></FONT>
<DIV id="Content" style="WIDTH: 100%; DISPLAY: inline" runat="server" ms_positioning="FlowLayout"><FONT face="宋体"></FONT></DIV>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>