?? recoverlist.aspx
字號:
?<%@ Page AutoEventWireup="false" Inherits="px.recoverlist" %>
<!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="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
</head>
<script src="../js/riqi.js" type="text/javascript" ></script>
<body>
<form id="form1" runat="server">
<div>
<br />
<table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr><td><A href="#">系統(tǒng)首頁</A> » <a href ="recover.aspx" target= "_self" >信息還原</a>?個人數(shù)據(jù)記錄明細</td></tr></tbody></table>
<br />
<table class="tableborder" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr class="header">
<td style="height: 30px">
個人數(shù)據(jù)記錄明細</td>
</tr>
<tr>
<td style="text-align: left; height: 2em; ">
<strong><span style="color: #3399cc">姓名:<asp:Label ID="iname" runat="server" Text="Label"></asp:Label>
學(xué)號:<asp:Label
ID="inum" runat="server" Text="Label"></asp:Label></span></strong></td>
</tr>
<tr>
<td style="height: 2em; text-align: left; vertical-align: top;">
<asp:GridView ID="gv" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Width="100%" AllowPaging="True" PageSize="30">
<FooterStyle BackColor="White" ForeColor="#000066" />
<Columns>
<asp:BoundField DataField="year" HeaderText="學(xué)期" />
<asp:BoundField DataField="classname" HeaderText="項目名" />
<asp:BoundField DataField="prize" HeaderText="獎懲范圍" />
<asp:BoundField DataField="prizetype" HeaderText="等級" />
<asp:BoundField DataField="scores" HeaderText="分值" />
<asp:BoundField DataField="addtime" HeaderText="添加時間" />
<asp:BoundField DataField="deltime" HeaderText="撤銷時間" />
<asp:CheckBoxField DataField="show" HeaderText="是否有效" />
<asp:BoundField DataField="recorder" HeaderText="操作人" />
</Columns>
<RowStyle ForeColor="#000066" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
</asp:GridView>
</td>
</tr>
<tr>
<td style="height: 2em; text-align: left"><strong><span style="color: #3399cc"></span></strong></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -