📄 editroom.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editroom.aspx.cs" Inherits="admin_Default2" %>
<!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 align="right" colspan="3" style="height: 28px; text-align: left">
当前单元ID:<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="Label" Width="58px"></asp:Label>单元名称:<asp:Label
ID="Label2" runat="server" ForeColor="Red" Text="Label" Width="65px"></asp:Label>楼宇:<asp:Label
ID="Label3" runat="server" ForeColor="Red" Text="Label" Width="73px"></asp:Label></td>
</tr>
<tr>
<td colspan="2" width="25%" style="height: 28px" align="right">
<strong><span style="color: #003373; background-color: #ffffff">房间类型:</span></strong></td>
<td colspan="1" style="height: 28px">
<asp:DropDownList ID="GG" runat="server" Width="84px">
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="2" align="right">
朝向:</td>
<td colspan="1">
<asp:DropDownList ID="CX" runat="server" Width="85px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 28px">
功能:</td>
<td colspan="1" style="height: 28px">
<asp:DropDownList ID="GN" runat="server" Width="83px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 28px">
装修标准:</td>
<td colspan="1" style="height: 28px">
<asp:DropDownList ID="ZX" runat="server" Width="85px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 28px">
建筑面积:</td>
<td colspan="1" style="height: 28px">
<asp:TextBox ID="txtbuildarea" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" align="right">
使用面积:</td>
<td colspan="1">
<asp:TextBox ID="txtusearea" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" colspan="2">
</td>
<td colspan="1">
<asp:Button ID="Button2" runat="server" ForeColor="Red" OnClick="Button2_Click" Text="提交"
Width="47px" />
<asp:Button ID="Button1" runat="server" Text="返回" Width="50px" /></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</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 + -