1 Star 0 Fork 0

huangpengfei/ZF-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xsksmd.aspx 3.09 KB
一键复制 编辑 原始数据 按行查看 历史
sysorem 提交于 2016-06-16 00:10 . zf
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="xsksmd.aspx.vb" Inherits="zjdx.xsksmd"%>
<!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">
<SCRIPT language="javascript" src="tpml/ExportToWin.js"></SCRIPT>
</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%" id="Table1">
<TR>
<TD>学年:
<ASP:DROPDOWNLIST id="xn" runat="server" AutoPostBack="True"></ASP:DROPDOWNLIST></TD>
<TD>学期:
<ASP:DROPDOWNLIST id="xq" runat="server" AutoPostBack="True"></ASP:DROPDOWNLIST></TD>
<TD>课程名称:
<ASP:DROPDOWNLIST id="kcmc" runat="server" AutoPostBack="True"></ASP:DROPDOWNLIST></TD>
<TD>教师姓名:
<ASP:DROPDOWNLIST id="jsxm" runat="server" AutoPostBack="True" Enabled="False"></ASP:DROPDOWNLIST></TD>
</TR>
<TR>
<TD colspan="4"><ASP:DATAGRID id="DataGrid1" runat="server" Width="100%" AutoGenerateColumns="False" GridLines="none"
CellPadding="3" CssClass="datagridstyle">
<HeaderStyle CssClass="datagridhead"></HeaderStyle>
<AlternatingItemStyle CssClass="datagrid1212"></AlternatingItemStyle>
<Columns>
<asp:BoundColumn DataField="xh" HeaderText="学号"></asp:BoundColumn>
<asp:BoundColumn DataField="xm" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="zymc" HeaderText="专业名称"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="xzb" HeaderText="班级"></asp:BoundColumn>
<asp:BoundColumn DataField="kssj" HeaderText="考试时间"></asp:BoundColumn>
<asp:BoundColumn DataField="ksdd" HeaderText="考试地点"></asp:BoundColumn>
</Columns>
<PagerStyle Wrap="False" Mode="NumericPages" CssClass="datagridpager"></PagerStyle>
</ASP:DATAGRID>
</TD>
</TR>
<TR>
<TD colspan="4"><asp:label id="Label1" runat="server" Width="100%" ForeColor="Red"></asp:label></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

搜索帮助