⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 homerepair.aspx

📁 物业管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homerepair.aspx.cs" Inherits="admin_fixrepair" %>

<!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="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
    <form id="form1" runat="server">
   <TABLE cellSpacing=0 cellPadding=0 bgColor=#c4d8ed border=0>
  <TBODY>
  <TR>
    <TD style="height: 13px"><IMG alt="" src="image/r_1.gif"></TD>
    <TD background=image/r_0.gif style="height: 13px"></TD>
    <TD style="height: 13px"><IMG alt="" src="image/r_2.gif"></TD></TR>
    
  <TR>
    <TD style="height: 39px"></TD>
    <TD style="width: 766px; height: 39px;"><table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid">
        <tbody>
            <tr>
                <td align="left" class="category" colspan="2" style="width: 763px; height: 15px">
                    住户报修管理</td>
            </tr>
            <tr>
                <td align="left" class="category" colspan="2" style="width: 763px; height: 15px">
                    &nbsp; &nbsp; &nbsp; &nbsp; 楼宇名称:<asp:DropDownList ID="ddlPavilion" runat="server"
                        AutoPostBack="True" OnSelectedIndexChanged="ddlPavilion_SelectedIndexChanged"
                        Width="93px">
                    </asp:DropDownList>
                    &nbsp; &nbsp;&nbsp; 单元:<asp:DropDownList ID="ddlCell" runat="server" AutoPostBack="True"
                        OnSelectedIndexChanged="ddlCell_SelectedIndexChanged" Width="97px">
                    </asp:DropDownList>
                    层数:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                        ErrorMessage="*" ValidationGroup="select"></asp:RequiredFieldValidator>
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="查询" ValidationGroup="select" />
                    <asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="显示所有" />&nbsp;
                </td>
            </tr>
            <tr>
                <td style="width: 763px; height: 0px; text-align: left;" align="right" class="category" colspan="2">
                    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
                        AutoGenerateColumns="False" BackColor="White" BorderColor="#3366CC" BorderStyle="None" DataKeyNames="ID"
                        BorderWidth="1px" CellPadding="4" Width="717px" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" OnSelectedIndexChanging="GridView1_SelectedIndexChanging">
                        <FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
                        <Columns>
                            <asp:BoundField DataField="ID" HeaderText="报修编号" />
                            <asp:BoundField DataField="ownerID" HeaderText="单元名称" />
                            <asp:BoundField DataField="repairText" HeaderText="报修内容" />
                            <asp:BoundField DataField="repairDate" HeaderText="报修日期" />
                            <asp:BoundField DataField="sign" HeaderText="是否审核" />
                            <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="homerepairinfo.aspx?ID={0}"
                                HeaderText="报修信息" Text="报修处理" />
                            <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
                            <asp:CommandField ButtonType="Button" HeaderText="通过|取消" SelectText="直接受理" ShowSelectButton="True" />
                        </Columns>
                        <RowStyle BackColor="White" ForeColor="#003399" />
                        <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
                        <PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
                        <HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
                    </asp:GridView>
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="2" style="width: 763px">
                    <strong><span style="color: #003373; background-color: #ffffff"></span></strong>
                </td>
            </tr>
        </tbody>
    </table>
 
    </TD>
    <TD style="height: 39px"></TD></TR>
    
    
    
    
  <TR>
    <TD><IMG alt="" src="image/r_4.gif"></TD>
    <TD style="width: 766px"></TD>
    <TD><IMG alt="" 
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
  </form>
</BODY>
  

</html>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -