📄 park.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="park.aspx.cs" Inherits="admin_fix" %>
<!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="width: 12px"><IMG alt="" src="image/r_1.gif"></TD>
<TD background=image/r_0.gif style="width: 862px"></TD>
<TD style="width: 10px"><IMG alt="" src="image/r_2.gif"></TD></TR>
<TR>
<TD style="height: 152px; width: 12px;"></TD>
<TD style="width: 862px; height: 152px">
<table class="toptable grid" cellspacing=0 cellpadding=1 align=center
border=1 id="TABLE1" runat="server">
<tbody>
<tr>
<td class=category colspan="3" style="height: 23px; width: 1116px;">
小区设备信息查看</td>
</tr>
<tr>
<td colspan="3" align="right" rowspan="10" style="width: 1116px; text-align: left">
<strong><span style="color: #003373; background-color: #ffffff"></span></strong>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" DataKeyNames="parkID"
BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4" AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing" Width="693px">
<FooterStyle BackColor="#99CCCC" ForeColor="#003399" />
<Columns>
<asp:BoundField DataField="Name" HeaderText="停车场名称" />
<asp:BoundField DataField="Amount" HeaderText="停车位数量" />
<asp:BoundField DataField="Memo" HeaderText="停车场说明">
<ItemStyle Width="150px" />
</asp:BoundField>
<asp:CommandField HeaderText="编辑|详细" ShowEditButton="True" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="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>
</td>
</tr>
</tbody>
</table>
</TD>
<TD style="width: 10px; height: 152px"></TD></TR>
<TR>
<TD style="width: 12px"><IMG alt="" src="image/r_4.gif"></TD>
<TD style="width: 862px"></TD>
<TD style="width: 10px"><IMG alt=""
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -