?? evaluate.aspx.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>
<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">
評估
</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>
</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="關(guān)閉" OnClick="btnClose_Click" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -