⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mark.aspx

📁 高校教师测评系统 主要功能: 自行设置测评项和满分; 自行设定测评期限; 学生可给教师提个人意见; 院级管理员可以查看本院所有教师所授课程得分; 超级管理员可以动态增加修改数据库信息;
💻 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 + -