📄 checkperform.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckPerform.aspx.cs" Inherits="web_Performance_CheckPerform" %>
<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>
<%@ Register Src="../Common/header.ascx" TagName="header" TagPrefix="uc1" %>
<!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">
<font face="宋体">
<table id="Table3" border="0" cellpadding="0" cellspacing="0" height="100%" style="z-index: 101;
left: 8px; position: absolute; top: 8px" width="100%">
<tr height="100" valign="top">
<td colspan="2">
<uc1:header ID="Header1" runat="server" />
</td>
</tr>
<tr valign="top">
<td align="left" width="130" bgcolor="#b0bccf">
<uc2:left ID="Left1" runat="server" />
</td>
<td align="center" valign="top">
<asp:Panel ID="pnlPageFix" runat="server" Height="10px" Width="700px">
</asp:Panel>
<asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
<p>
<font face="宋体">
<asp:Label ID="lblMessage" runat="server"></asp:Label></font></p>
<asp:Panel ID="pnlHeader" runat="server">
<asp:Label ID="lblDeptID" runat="server" Visible="False"></asp:Label>
<br />
<p>
<table id="Table2" border="0" cellpadding="1" cellspacing="1" width="500">
<tr>
<td colspan="2" style="height: 25px" width="50%">
<font face="宋体">
<asp:Label ID="lblYear" runat="server"></asp:Label>年
<asp:Label ID="lblSeason" runat="server"></asp:Label>季度的报告如下:</font></td>
<td colspan="1" rowspan="1" style="height: 25px" width="25%">
<font face="宋体"></font>
</td>
<td style="height: 25px">
<font face="宋体"></font>
</td>
</tr>
<tr>
<td colspan="1" rowspan="1" style="height: 26px" width="25%">
</td>
<td style="height: 26px">
<asp:Label ID="lblNoResult" runat="server" Font-Bold="True" ForeColor="Red" Height="8px"
Width="72px">无记录。</asp:Label></td>
<td style="height: 26px">
<font face="宋体"></font>
</td>
<td style="height: 26px">
<font face="宋体"></font>
</td>
</tr>
<tr>
<td>
<asp:Button ID="btnPrev" runat="server" OnClick="btnPrev_Click" Text="上一季度(<<)" Width="88px" /></td>
<td>
<font face="宋体"></font>
</td>
<td>
<font face="宋体"></font>
</td>
<td>
<font face="宋体">
<asp:Button ID="btnNext" runat="server" OnClick="btnNext_Click" Text="下一季度(>>)" Width="90px" /></font></td>
</tr>
</table>
</p>
<p align="left">
<asp:DataGrid ID="grdResult" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Size="14px"
Width="450px" OnItemCommand="grdResult_ItemCommand">
<SelectedItemStyle BackColor="LemonChiffon" Font-Bold="True" />
<ItemStyle ForeColor="#000066" Wrap="False" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
<FooterStyle BackColor="White" ForeColor="#000066" />
<Columns>
<asp:BoundColumn DataField="业绩评定编号" HeaderText="报告编号"></asp:BoundColumn>
<asp:BoundColumn DataField="员工编号" HeaderText="EmployeeID" Visible="False"></asp:BoundColumn>
<asp:BoundColumn DataField="员工姓名" HeaderText="员工姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="提交时间" DataFormatString="{0:yyyy-MM-dd HH:mm}" HeaderText="提交时间">
<ItemStyle Wrap="False" />
</asp:BoundColumn>
<asp:BoundColumn DataField="年份" HeaderText="报告年份"></asp:BoundColumn>
<asp:BoundColumn DataField="季度" HeaderText="报告季度" Visible="False"></asp:BoundColumn>
<asp:BoundColumn DataField="状态" HeaderText="状态"></asp:BoundColumn>
<asp:ButtonColumn ButtonType="PushButton" CommandName="Check" Text="审核"></asp:ButtonColumn>
</Columns>
<PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
</asp:DataGrid>
</p>
</asp:Panel>
<p>
</p>
</asp:Panel>
</td>
</tr>
</table>
</font>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -