📄 mark.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="teacher.Mark, 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 id="Head1" runat="server">
<title>课程教师测评</title>
<link href="css/Mark.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="markinfo">
<asp:Label ID="Label1" runat="server" Text="课程:"></asp:Label>
<asp:Label ID="labCurriculum" runat="server"></asp:Label>,
<asp:Label ID="Label2" runat="server" Text="教师:"></asp:Label>
<asp:Label ID="labTeacher" 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>
<% ShowMark(); %>
<div id="paib"></div>
<div id="pinglunbk">
<div class="caption">意见和建议</div>
<asp:TextBox ID="txtPingLun" runat="server" CssClass="txtpl" TextMode="MultiLine"></asp:TextBox>
</div>
<asp:Button ID="butSend" runat="server" Height="22px" Text="提交" Width="80px" OnClick="butSend_Click" />
<asp:Button ID="ButClose" runat="server" Height="22px" Text="取消" Width="80px" OnClick="ButClose_Click" /></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 + -