OldMatStatusSearch.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:7k
- <%@ page language="C#" autoeventwireup="true" inherits="SearchP_Status, App_Web_w2dfzsmw" theme="Normal" %>
- <!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="style/gridStyle.css" rel="Stylesheet" />
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr> <td background="../Images/toolbarbg.jpg" height="25px">
- <strong> 废 旧 物 质 扭 转 监 测</strong>
- </td></tr>
- <tr>
- <td>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr><td align="center" colspan="6">
- <table border="0" cellpadding="0" cellspacing="0" width="98%">
- <tr><td>
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="#CDCDCF" BorderWidth="0px" DataKeyNames="MatID"
- CssClass="Grid" SelectedRowStyle-CssClass="SelectedRow" HeaderStyle-CssClass="GridHeader" RowStyle-CssClass="HeadingCellText"
- FooterStyle-CssClass="GridFooter" ShowFooter="True" CellSpacing="1" CellPadding="0" Width="100%"
- HeaderStyle-ForeColor="black" HeaderStyle-Font-Size="12px" HeaderStyle-Font-Underline="false" AllowPaging="True" AllowSorting="True"
- OnRowDataBound="GridView1_RowDataBound" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowCommand="GridView1_RowCommand">
- <AlternatingRowStyle BackColor="#F0F0F0" />
- <RowStyle BackColor="#F9FAFC" CssClass="HeadingCellText" Height="25px" />
- <Columns>
- <asp:BoundField DataField="WFName" HeaderText="工作流名称">
- </asp:BoundField>
- <asp:BoundField DataField="MatName" HeaderText="项目名称">
- </asp:BoundField>
- <asp:BoundField DataField="CreateUserID" HeaderText="启动者">
- </asp:BoundField>
- <asp:BoundField DataField="CreateDate" HeaderText="启动时间" DataFormatString="{0:yyyy-MM-dd}" HtmlEncode="false">
- </asp:BoundField>
- <asp:BoundField DataField="status" HeaderText="项目状态">
- </asp:BoundField>
- <asp:BoundField DataField="opname" HeaderText="状态">
- </asp:BoundField>
-
- <asp:ButtonField CommandName="save" ButtonType="Image" ImageUrl="~/Images/icon3.gif" HeaderText="查看活动">
- <ItemStyle BorderWidth="0px" HorizontalAlign="Center" />
- </asp:ButtonField>
- </Columns>
- <FooterStyle CssClass="GridFooter" />
- <PagerStyle CssClass="GridPage" HorizontalAlign="Center" />
- <PagerTemplate>
- <asp:Label ID="LabelCurrentPage" runat="server">当前页:<%# ((GridView)Container.NamingContainer).PageIndex + 1 %></asp:Label>
- <asp:Label ID="LabelPageCount" runat="server" >总页数:<%# ((GridView)Container.NamingContainer).PageCount %></asp:Label>
- <asp:LinkButton ID="LinkButtonFirstPage" runat="server" CommandArgument="First" CommandName="Page" Enable="<%# ((GridView)Container.NamingContainer).PageIndex != 0 %>">首页</asp:LinkButton>
- <asp:LinkButton ID="LinkButtonPreviousPage" runat="server" CommandArgument="Prev" CommandName="Page" Enable="<%# ((GridView)Container.NamingContainer).PageIndex != 0 %>">上一页</asp:LinkButton>
- <asp:LinkButton ID="LinkButtonNextPage" runat="server" CommandArgument="Next" CommandName="Page" Enable="<%# ((GridView)Container.NamingContainer).PageIndex != ((GridView)Container.NamingContainer).PageCount - 1 %>">下一页</asp:LinkButton>
- <asp:LinkButton ID="LinkButtonLastPage" runat="server" CommandArgument="Last" CommandName="Page" Enable="<%# ((GridView)Container.NamingContainer).PageIndex != ((GridView)Container.NamingContainer).PageCount - 1 %>">尾页</asp:LinkButton>
- 转到第:<asp:TextBox ID="LinkTextBoxNewPage" runat="server" Width="20px" Text='<%# ((GridView)Container.Parent.Parent).PageIndex + 1 %>'></asp:TextBox>页
- <asp:RangeValidator ID="RangeValidator1" runat="server" ErrorMessage="0-99999" ValidationGroup="goto" ControlToValidate="LinkTextBoxNewPage"
- MaximumValue="99999" MinimumValue="0" Display="Dynamic" ></asp:RangeValidator>
- <asp:linkbutton id="btnGo" runat="server" causesvalidation="False" commandargument="-1" commandname="Page" text="GO" ValidationGroup="goto" />
- </PagerTemplate>
- <EmptyDataTemplate>
- <center class="EmpetyData"> 系统提示:请输入查询条件,也可以新增用户数据。</center>
- </EmptyDataTemplate>
- <HeaderStyle Font-Size="12px" Font-Underline="False" ForeColor="Black" BackColor="#DFDFDF" CssClass="GridHeader" Height="25px" />
- <SelectedRowStyle CssClass="SelectedRow" />
- </asp:GridView>
- </td></tr></table>
- </td></tr>
- <tr><td> </td></tr>
- </table>
- </td></tr>
- </table>
-
- </div>
- </form>
- </body>
- </html>