?? cjscores.aspx
字號:
?<%@ Page AutoEventWireup="false" Inherits="px.cjscores" %>
<!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="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<br />
<table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr><td><a href="#">系統首頁</A> » 成績錄入頁面</td></tr></tbody></table><table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td valign="top">
院系:<asp:DropDownList ID="yxlb" runat="server" Width="143px" AutoPostBack="True">
</asp:DropDownList>班級年份:<asp:DropDownList ID="bjnf" runat="server" Width="73px" AutoPostBack="True">
</asp:DropDownList> 班級:<asp:DropDownList ID="bj" runat="server" Width="79px" AutoPostBack="True">
</asp:DropDownList>檔案年份<asp:DropDownList ID="danf" runat="server" Width="94px" AutoPostBack="True">
</asp:DropDownList>
:檔案分值錄入是以最終檔案表為依據<a href="#"></a></td>
</tr>
</table>
<br />
<table class="tableborder" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr class="header">
<td colspan="5" style="height: 30px">
分值錄入 該院系該班級本期記錄表中共有學生檔案記錄數為: <span runat="server" id="man"></span></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<table width="100%" cellpadding="2" cellspacing="2" style=" border:1px dashed gray; border-top:none">
<tr>
<td><asp:Label ID="sid" runat="server" Width="25" Visible="false" Text='<%#Container.DataItem("student_id")%>'></asp:Label></td>
<td><asp:Label ID="Label1" runat="server" Width="150">學生姓名:<%#container.DataItem("name") %></asp:Label></td>
<td>學生本期成績:<asp:TextBox ID="TextBox1" runat="server" Width="100" Text='<%#container.DataItem("cjfz")%>'></asp:TextBox></td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
<asp:Button ID="Button2" runat="server" Text="更新分值信息" Width="188px" />
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -