📄 college.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="teacher.College, App_Web_qjzihoi_" %>
<%@ Register TagPrefix="uc_head" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc_bottom" TagName="bottom" Src="bottom.ascx" %>
<!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" >
<head runat="server">
<title>学院全部教师测评结果汇总</title>
<link href="css/College.css" rel="stylesheet" type="text/css" />
<link href="css/Head.css" rel="stylesheet" type="text/css" />
<link href="css/Bottom.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<uc_head:head id="uc_head" runat="server"></uc_head:head>
<div id="middle">
<div class="studentinfo">
<asp:Label ID="Label1" runat="server" Text="姓名:"></asp:Label>
<asp:Label ID="labRealName" runat="server"></asp:Label>,
<asp:Label ID="Label2" runat="server" Text="编号:"></asp:Label>
<asp:Label ID="labStudentID" runat="server"></asp:Label>,
<asp:Label ID="Label4" runat="server" Text="学院:"></asp:Label>
<asp:Label ID="labClass" runat="server"></asp:Label>
<asp:Label ID="labEditPassword" runat="server"></asp:Label>
<asp:Button ID="butDataWrite" runat="server" Height="22px" OnClick="butDataWrite_Click"
Text="数据库录入" Width="90px" Visible="False" />
<asp:Button ID="butQiXian" runat="server" Height="22px" Text="测评期限" Width="90px" Visible="False" OnClick="butQiXian_Click" />
</div>
<div class="studentinfo">
<asp:Button ID="butExcel" runat="server" Height="22px" Text="导出到Excel" OnClick="butExcel_Click" />
<asp:Label ID="labExcelDown" runat="server"></asp:Label>
</div>
<div class="studentinfo">
<asp:Label ID="Label3" runat="server" Text="教师姓名:"></asp:Label>
<asp:TextBox ID="txtTeacherName" runat="server"></asp:TextBox>
<asp:Button ID="butFind" runat="server" Height="22px" OnClick="butFind_Click" Text="查询" /></div>
<div class="pai">
<div class="pai1">序号</div>
<div class="pai2">课程名称</div>
<div class="pai3">教师</div>
<div class="pai4">得分</div>
</div>
<asp:Label ID="labClassList" runat="server"></asp:Label>
<div id="paib"></div>
</div>
<uc_bottom:bottom id="uc_bottom" runat="server"></uc_bottom:bottom>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -