1 Star 0 Fork 0

huangpengfei/ZF-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xkkhcx.aspx 3.01 KB
一键复制 编辑 原始数据 按行查看 历史
sysorem 提交于 2016-06-16 00:10 . zf
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="xkkhcx.aspx.vb" Inherits="zjdx.xkkhcx"%>
<!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="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 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 id="Table1" cellSpacing="1" cellPadding="1" width="792" border="1" style="Z-INDEX: 101; LEFT: 48px; WIDTH: 792px; POSITION: absolute; TOP: 88px; HEIGHT: 185px">
<TR>
<TD>
<asp:Label id="Label2" runat="server">学年:</asp:Label>
<asp:DropDownList id="DDL_xn" runat="server" Width="88px"></asp:DropDownList></TD>
<TD>
<asp:Label id="Label1" runat="server">学期:</asp:Label>
<asp:DropDownList id="DDL_xq" runat="server" Width="56px"></asp:DropDownList></TD>
<TD>
<asp:Label id="Label3" runat="server">开课学院:</asp:Label>
<asp:DropDownList id="DDL_kkxy" runat="server" Width="128px"></asp:DropDownList></TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>&nbsp;&nbsp;&nbsp;
<asp:Button id="Button1" runat="server" Width="56px" Text="查询" CssClass="button"></asp:button></TD>
</TR>
<TR>
<TD style="HEIGHT: 136px" colSpan="4">
<asp:DataGrid id="DataGrid1" runat="server" Width="880px" AutoGenerateColumns="False">
<Columns>
<asp:BoundColumn DataField="kcmc" HeaderText="课程名称" ItemStyle-Height="26"></asp:BoundColumn>
<asp:BoundColumn DataField="kcdm" HeaderText="课程代码"></asp:BoundColumn>
<asp:BoundColumn DataField="xkkh" HeaderText="选课课号"></asp:BoundColumn>
<asp:BoundColumn DataField="jsxm" HeaderText="教师姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="sksj" HeaderText="上课时间"></asp:BoundColumn>
<asp:BoundColumn DataField="skdd" HeaderText="上课地点"></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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xjuhuangpengfei/ZF-system.git
git@gitee.com:xjuhuangpengfei/ZF-system.git
xjuhuangpengfei
ZF-system
ZF-system
master

搜索帮助