forked from undefinedv/ZF-system
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ahnupyjh.aspx
65 lines (65 loc) · 3.31 KB
/
ahnupyjh.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
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ahnupyjh.aspx.vb" Inherits="zjdx.ahnupyjh" %>
<!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 name="author" content="sunleoo@gmail.com">
<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>
<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%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="TabStrip1" class="SelectedTabStrip" nowrap runat="server"><asp:linkbutton ID="Linkbutton1" Runat="server" CssClass="NoFace">专业培养计划</asp:linkbutton></td>
<td class="TabSeparator" width="4"> </td>
<td id="TabStrip2" class="TabStrip" nowrap runat="server"><asp:linkbutton ID="Linkbutton2" Runat="server" CssClass="NoFace">辅修计划</asp:linkbutton></td>
<td class="TabSeparator" width="4"> </td>
<td id="TabStrip3" class="TabStrip" nowrap runat="server"><asp:linkbutton ID="Linkbutton3" Runat="server" CssClass="NoFace">科类基础课</asp:linkbutton></td>
<td class="TabSeparator" width="100%" align="right"><asp:textbox ID="TabSelectedIndex" Text="0" Runat="server" Visible="False"></asp:textbox>
</td>
</tr>
</table>
<div class="search_content"><table>
<tr runat="server" id="Tr1">
<td>学院
<asp:dropdownlist id="xymc" runat="server" AutoPostBack="True"></asp:dropdownlist>
专业
<asp:dropdownlist id="zymc" runat="server" AutoPostBack="True"></asp:dropdownlist>
年级
<asp:dropdownlist id="nj" runat="server" AutoPostBack="True"></asp:dropdownlist>
学期
<asp:dropdownlist id="xq" runat="server" AutoPostBack="True"></asp:dropdownlist>
<button onclick="window.close()" class="button" type="button">关 闭</button></td>
</tr>
</table>
</div>
<asp:datagrid id="DBGrid" runat="server" AutoGenerateColumns="true" Width="100%" GridLines="none"
CellPadding="3" CssClass="datagridstyle">
<AlternatingItemStyle CssClass="datagrid1212"></AlternatingItemStyle>
<HEADERSTYLE CssClass="datagridhead"></HEADERSTYLE>
<pagerstyle wrap="False" mode="NumericPages" CssClass="datagridpager"></pagerstyle>
</asp:datagrid>
<asp:label ID="lblpyjhbz" Runat="server"></asp:label>
</div>
</div>
<div id="bottom">
<iframe src="bottom.htm" frameborder="0" scrolling="no" width="100%" height="28"></iframe>
</div>
</form>
</body>
</HTML>