📄 curriculum.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="teacher.Curriculum, 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/Curriculum.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 id="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>
</div>
<div class="pai">
<div class="pai1">序号</div>
<div class="pai2">本学期课程</div>
<div class="pai3">授课教师</div>
<div class="pai4"></div>
</div>
<% ShowClass(); %>
<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 + -