-
Notifications
You must be signed in to change notification settings - Fork 55
/
bmgwck.aspx
99 lines (96 loc) · 5.29 KB
/
bmgwck.aspx
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="bmgwck.aspx.vb" Inherits="zjdx.bmgwck" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<title>现代教学管理信息系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="gb2312" />
<meta content="all" name="robots" />
<meta name="author" content="[email protected]" />
<meta name="Copyright" content="正方软件 zfsoft" />
<meta name="description" content="教务软件 学分制 教学管理" />
<meta content="教务软件 学分制 教学管理" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" rev="stylesheet" href="style/main.css" type="text/css" media="all" />
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<iframe src="head.htm" frameborder="0" scrolling="no" width="100%" height="59"></iframe>
<div id="main">
<div id="title">
<div id="title_l"></div>
<div id="title_m">公文查看</div>
<div id="title_r"></div>
</div>
<div id="content">
<TABLE width="100%">
<TR>
<TD><b>公文列表</b></TD>
</TR>
<TR>
<TD style="HEIGHT: 16px">是否归档
<asp:DropDownList id="DropDownList1" runat="server">
<asp:ListItem Value="全部">全部</asp:ListItem>
<asp:ListItem Value="0">已归档</asp:ListItem>
<asp:ListItem Value="1">未归档</asp:ListItem>
</asp:DropDownList> <asp:Button id="Button1" runat="server" Text="确 定" CssClass="button"></asp:button></TD>
</TR>
<TR>
<TD>
<ASP:DATAGRID id="DataGrid1" runat="server" AutoGenerateColumns="False" Width="100%" GridLines="none" CellPadding="3" CssClass="datagridstyle">
<SelectedItemStyle CssClass="datagridSelected"></SelectedItemStyle>
<AlternatingItemStyle CssClass="datagrid1212"></AlternatingItemStyle>
<HEADERSTYLE CssClass="datagridhead"></HEADERSTYLE>
<Columns>
<asp:ButtonColumn Text="选择" HeaderText="选择" CommandName="Select"></asp:ButtonColumn>
<asp:BoundColumn Visible="False" DataField="gwbh"></asp:BoundColumn>
<asp:BoundColumn DataField="gwbt" HeaderText="公文标题"></asp:BoundColumn>
<asp:BoundColumn DataField="gwqcsj" HeaderText="公文上传时间"></asp:BoundColumn>
<asp:BoundColumn DataField="gwqcr" HeaderText="公文起草人"></asp:BoundColumn>
<asp:BoundColumn DataField="gwqcdw" HeaderText="公文起草单位"></asp:BoundColumn>
</Columns>
</ASP:DATAGRID></TD>
</TR>
<TR>
<TD> <asp:Button id="Button3" runat="server" Text="查看公文阅读及回复情况" CssClass="button"></asp:button> <asp:Button id="Button4" runat="server" Text="关 闭" CssClass="button"></asp:button></TD>
</TR>
<TR>
<TD><b>阅读情况:</b></TD>
</TR>
<TR>
<TD style="HEIGHT: 15px"> <asp:Label id="Label1" runat="server" Width="648px"></asp:Label></TD>
</TR>
<TR>
<TD style="HEIGHT: 15px"><b>回复信息:</b></TD>
</TR>
<TR>
<TD>
<ASP:DATAGRID id="DATAGRID2" runat="server" Width="100%" AutoGenerateColumns="False" GridLines="none" CellPadding="3" CssClass="datagridstyle">
<SelectedItemStyle CssClass="datagridSelected"></SelectedItemStyle>
<AlternatingItemStyle CssClass="datagrid1212"></AlternatingItemStyle>
<HEADERSTYLE CssClass="datagridhead"></HEADERSTYLE>
<Columns>
<asp:BoundColumn DataField="GWJSR" HeaderText="接收人">
<HeaderStyle Width="15%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GWYDZT" HeaderText="阅读状态">
<HeaderStyle Width="15%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GWYDSJ" HeaderText="阅读时间">
<HeaderStyle Width="15%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GWHFXX" HeaderText="回复信息">
<HeaderStyle Width="55%"></HeaderStyle>
</asp:BoundColumn>
</Columns>
</ASP:DATAGRID></TD>
</TR>
</TABLE>
</div>
</div>
<div id="bottom">
<iframe src="bottom.htm" frameborder="0" scrolling="no" width="100%" height="28"></iframe>
</div>
</form>
</body>
</HTML>