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

📄 homerepair.aspx

📁 后台管理模块有:小区管理、设备管理、楼盘管理、收费管理、停车管理、用户管理 小区基本信息 添加周边设施 编辑周边设施 添加公告 编辑公告 楼盘信息添加 编辑楼盘信息 房产信息添加 房产信息查
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homerepair.aspx.cs" Inherits="homerepair"%>

<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>

<!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 width="100%" bgColor=#c4d8ed border=0>
  <TBODY>
  <TR>
    <TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD>
    <TD width="100%" background=image/r_0.gif style="height: 5px"></TD>
    <TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR>
    
  <TR>
    <TD></TD>
    <TD>
      
 
      <table class="toptable grid" cellspacing=1 cellpadding=1 align=center 
      border=1>
        <tbody>
          <tr>
            <td class=category colspan="3">&nbsp;添加报修内容</td>
          </tr>
          <tr>
            <td colspan="3" align="right" rowspan="2" style="height: 23px">
                <strong><span style="color: #003373; background-color: #ffffff"></span></strong>
                &nbsp;&nbsp;</td>
          </tr>
            <tr>
            </tr>
            <tr>
                <td align="right" colspan="3" style="height: 100%; width: 100%; text-align: left;">
                    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                        BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px"
                        CellPadding="4" DataKeyNames="ID" OnPageIndexChanging="GridView1_PageIndexChanging"
                        OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting1"
                        OnRowEditing="GridView1_RowEditing" PageSize="5" Width="721px">
                        <FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
                        <Columns>
                            <asp:BoundField DataField="ID" HeaderText="报修编号" SortExpression="ID">
                                <ItemStyle HorizontalAlign="Center" />
                            </asp:BoundField>
                            <asp:BoundField DataField="repairDate" HeaderText="报修日期" />
                            <asp:BoundField DataField="repairText" HeaderText="报修内容" />
                            <asp:BoundField DataField="sign" HeaderText="是否审核" />
                            <asp:CommandField HeaderText="编辑" ShowEditButton="True" />
                            <asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
                            <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="homerepairinfo.aspx?ID={0}"
                                HeaderText="详细信息" Target="_blank" Text="详细信息" />
                        </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" />
                        <EmptyDataTemplate>
                            <span style="color: #ff0000">无相关的记录!</span>
                        </EmptyDataTemplate>
                    </asp:GridView>
                    &nbsp;<a href="~/bin/FreeTextBox.dll"><span style="color: #0000ff; text-decoration: underline"></span></a></td>
            </tr>
            <tr>
                <td align="right" colspan="2" style="height: 23px; width: 124px;">
                </td>
                <td colspan="1" style="height: 23px">
                    &nbsp;&nbsp;</td>
            </tr>
        </tbody>
      </table>
 
    </TD>
    <TD></TD></TR>
    
    
    
    
  <TR>
    <TD><IMG alt="" src="image/r_4.gif"></TD>
    <TD></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 + -