📄 edithomepark.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="edithomepark.aspx.cs" Inherits="addpavilion" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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>test</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><IMG alt="" src="image/r_1.gif"></TD>
<TD width="100%" background=image/r_0.gif></TD>
<TD><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" style="height: 23px"> 添加住户停车车位</td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 26px">
单元名称:</td>
<td colspan="1" style="height: 26px">
<asp:Label ID="Label1" runat="server" Font-Bold="True" ForeColor="#FF0000" Text="Label"
Width="71px"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="width: 17%; height: 26px;" align="right">
<strong><span style="color: #003373; background-color: #ffffff">停车场名称:</span></strong></td>
<td colspan="1" style="height: 26px">
<asp:DropDownList ID="parkname" runat="server" Width="122px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 9px">
停车位:</td>
<td colspan="1" style="height: 9px">
<asp:TextBox ID="txtcarplace" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtcarplace"
ErrorMessage="请输入车位号"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 9px">
车牌号码:</td>
<td colspan="1" style="height: 9px">
<asp:TextBox ID="txtcarcode" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtcarcode"
ErrorMessage="请输入车牌号"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 9px">
车型号:</td>
<td colspan="1" style="height: 9px">
<asp:TextBox ID="txttype" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 9px">
购买日期:</td>
<td colspan="1" style="height: 9px">
<asp:TextBox ID="txtbuydate" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" colspan="2" style="width: 17%; height: 9px">
颜色:</td>
<td colspan="1" style="height: 9px">
<asp:TextBox ID="txtcolor" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" colspan="3" style="height: 9px; text-align: left;">
<asp:Button ID="Button1" runat="server" Text="编辑" Width="61px" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="取消" Width="61px" />
</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 + -