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

📄 evaluate.aspx.svn-base

📁 大学英语学习系统
💻 SVN-BASE
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Evaluate.aspx.cs" Inherits="Student_GeneralEx_Evaluate" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
        <table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE2" runat="server" style="width: 600px; height: 56px">
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" height="22">
                <asp:Label ID="LabName" runat="server" Text="Label"></asp:Label>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  
               
                
                <asp:Button ID="Button1" runat="server" Text="返回" OnClick="BtnReturn_Click" /></td>
          </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" style="height: 21px">
                    成绩与评估</td>
            </tr>
          <tr>
              <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                  style="width: 54px">
                  总分</td>
            <td height="22" colspan="4" align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="width: 70px">
                    <asp:Label ID="txtGrade" runat="server" Text="Label"></asp:Label></td>
          </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1"
                    style="width: 54px; height: 22px;">
                    选的难度</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" style="width: 70px; height: 22px">
                    <asp:Label ID="txtHard" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 54px;
                    height: 22px">
                    阅读的正确率</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4"
                    style="height: 22px; width: 70px;">
                    <asp:Label ID="PerRead" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 54px">
                    语法的正确率</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" height="22" style="width: 70px">
                    <asp:Label ID="PerSyntax" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1"
                    style="width: 54px; height: 22px;">
                    完型填空的正确率</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" style="width: 70px; height: 22px">
                    <asp:Label ID="PerFull" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" height="22">
                   <table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE3" runat="server" style="width: 600px; height: 56px">
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 225px;
                    height: 22px">
                    <span style="color: #ff0000; font-family: 宋体">标准答案</span></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" style="width: 313px;
                    height: 22px">
                    <span style="color: #ff0000; font-family: 宋体">实选答案</span></td>
            <td colspan="4" align="right" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="width: 153px; color: #ff0033; height: 22px">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;评估 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp;
            </td>
          </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 225px">
                    <asp:TextBox ID="txtAnswer" runat="server" Height="1000px" Rows="70" TextMode="MultiLine"
                        Width="200px"></asp:TextBox></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 313px">
                    <asp:TextBox ID="YourAnswer" runat="server" Height="1000px" Rows="70" TextMode="MultiLine"
                        Width="200px"></asp:TextBox></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="4" height="22" style="width: 153px">
                    <asp:TextBox ID="txtEvaluate" runat="server" Height="1000px" Rows="70" TextMode="MultiLine"
                        Width="200px"></asp:TextBox>&nbsp;
                </td>
            </tr>
        </table>
                </td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" height="22">
                        <asp:Button ID="BtnReturn" runat="server" Text="返回" OnClick="BtnReturn_Click" />
                    <asp:Button ID="btnClose" runat="server" Text="关闭" OnClick="btnClose_Click" />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -