📄 homereportyes.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="homereportyes.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"> 添加报修内容</td>
</tr>
<tr>
<td colspan="3" align="right" rowspan="2">
<strong><span style="color: #003373; background-color: #ffffff"></span></strong>
</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_PageIndexChanging1"
OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting1" 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="reportDate" HeaderText="投诉日期" />
<asp:BoundField DataField="reportText" HeaderText="投诉内容" />
<asp:BoundField DataField="sign" HeaderText="是否审核" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
<asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="homereportinfo.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>
<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">
</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 + -