forked from undefinedv/ZF-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbm_xjjgmd.aspx
98 lines (98 loc) · 5.17 KB
/
bm_xjjgmd.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
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="bm_xjjgmd.aspx.vb" Inherits="zjdx.bm_xjjgmd" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML 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 content="[email protected]" name="author">
<meta content="正方软件 zfsoft" name="Copyright">
<meta content="教务软件 学分制 教学管理" name="description">
<meta content="教务软件 学分制 教学管理">
<LINK href="/favicon.ico" type="image/x-icon" rel="icon">
<LINK rev="stylesheet" media="all" href="style/main.css" type="text/css" rel="stylesheet">
<script language="javascript">
function window.onbeforeprint(){
document.all.tabHidden.style.display = "none"
}
function window.onafterprint(){
document.all.tabHidden.style.display = "block"
}
function click() {
if (event.button==2) { //改成button==2为禁止右键
alert('对不起,禁止使用此功能.')
}
}
document.onmousedown=click
</script>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<iframe src="head.htm" frameBorder="0" width="100%" scrolling="no" 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 id="tabHidden" cellSpacing="0" cellPadding="3" width="100%">
<tr>
<td style="WIDTH: 115px"><asp:label id="Label1" runat="server">学年:</asp:label><asp:dropdownlist id="ddlXN" runat="server" Width="72px"></asp:dropdownlist></td>
<td style="WIDTH: 643px"><asp:label id="Label2" runat="server">学期:</asp:label><asp:dropdownlist id="ddlXQ" runat="server">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
</asp:dropdownlist><FONT face="宋体">学院:
<asp:dropdownlist id="ddlxymc" runat="server" Width="128px" AutoPostBack="True"></asp:dropdownlist>专业:
<asp:dropdownlist id="ddlzymc" runat="server" Width="120px"></asp:dropdownlist>年级:
<asp:dropdownlist id="ddlnj" runat="server" Width="48px">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
</asp:dropdownlist>警告类型:<asp:dropdownlist id="ddljglx" runat="server" Width="80px">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
</asp:dropdownlist>
</FONT>
</td>
<td><asp:button id="btn_cx" runat="server" CssClass="button" Text="查询" Width="64px"></asp:button><asp:button id="btn_gb" runat="server" CssClass="button" Text="关闭" Width="64px"></asp:button></td>
</tr>
</table>
<br>
<br>
<asp:datagrid id="Datagrid1" runat="server" CssClass="datagridstyle" Width="100%" CellPadding="3"
GridLines="None" AutoGenerateColumns="False">
<AlternatingItemStyle CssClass="datagrid1212"></AlternatingItemStyle>
<HeaderStyle CssClass="datagridhead"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="xh" HeaderText="学号"></asp:BoundColumn>
<asp:BoundColumn DataField="xm" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="jgjg" HeaderText="警告结果"></asp:BoundColumn>
<asp:BoundColumn DataField="tj1xf" HeaderText="不及格学分"></asp:BoundColumn>
<asp:BoundColumn DataField="tj2xf" HeaderText="获得学分"></asp:BoundColumn>
<asp:BoundColumn DataField="tj3xf" HeaderText="总学分"></asp:BoundColumn>
<asp:BoundColumn DataField="tj4xf" HeaderText="不及格学分比例"></asp:BoundColumn>
<asp:BoundColumn DataField="xzb" HeaderText="班级"></asp:BoundColumn>
<asp:BoundColumn DataField="zymc" HeaderText="专业"></asp:BoundColumn>
<asp:BoundColumn DataField="dqszj" HeaderText="年级"></asp:BoundColumn>
<asp:BoundColumn DataField="xy" HeaderText="学院"></asp:BoundColumn>
<asp:BoundColumn DataField="xn" HeaderText="学年"></asp:BoundColumn>
<asp:BoundColumn DataField="xq" HeaderText="学期"></asp:BoundColumn>
<asp:BoundColumn DataField="bjgxf" HeaderText="不及格学分设置值"></asp:BoundColumn>
<asp:BoundColumn DataField="bjgxfbl" HeaderText="不及格学分比例设置值"></asp:BoundColumn>
</Columns>
<PagerStyle CssClass="datagridpager" Wrap="False" Mode="NumericPages"></PagerStyle>
</asp:datagrid><br>
</div>
</div>
<div id="bottom"><iframe src="bottom.htm" frameBorder="0" width="100%" scrolling="no" height="28"></iframe>
</div>
</form>
</body>
</HTML>