📄 sell.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="sell.aspx.cs" Inherits="_Default" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Font-Size="24pt" Height="24px" Style="z-index: 100;
left: 518px; position: absolute; top: 365px" Text="SELL/LEASE" Width="134px"></asp:Label>
<asp:Panel ID="Panel1" runat="server" Height="296px" Style="z-index: 101; left: 305px;
position: absolute; top: 477px" Width="624px" BorderColor="#0000C0" BorderStyle="Double">
<asp:Label ID="Label2" runat="server" Font-Size="16pt" Style="z-index: 100; left: 224px;
position: absolute; top: 24px" Text="Select Type And City"></asp:Label>
<asp:Label ID="Label3" runat="server" Font-Underline="True" Style="z-index: 101;
left: 144px; position: absolute; top: 88px" Text="Type" Width="56px"></asp:Label>
<asp:Label ID="Label4" runat="server" Font-Underline="True" Style="z-index: 102;
left: 440px; position: absolute; top: 88px" Text="City"></asp:Label>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Style="z-index: 103; left: 144px;
position: absolute; top: 152px">
<asp:ListItem Selected="True">SELL</asp:ListItem>
<asp:ListItem>LEASE</asp:ListItem>
</asp:RadioButtonList>
<asp:RadioButtonList ID="RadioButtonList2" runat="server" Style="z-index: 104; left: 440px;
position: absolute; top: 136px" OnSelectedIndexChanged="RadioButtonList2_SelectedIndexChanged">
<asp:ListItem Selected="True">Delhi</asp:ListItem>
<asp:ListItem>Gurgaon</asp:ListItem>
<asp:ListItem>Noida</asp:ListItem>
</asp:RadioButtonList>
<asp:LinkButton ID="LinkButton1" runat="server" Style="z-index: 106; left: 288px;
position: absolute; top: 240px" Font-Size="14pt" Height="24px" Width="56px" OnClick="LinkButton1_Click">Go>></asp:LinkButton>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" BorderColor="#0000C0" BorderStyle="Double"
Height="208px" Style="z-index: 102; left: 8px; position: absolute; top: 16px"
Width="232px">
<asp:Image ID="Image2" runat="server" Height="203px" ImageUrl="~/69.jpg" Style="z-index: 100;
left: 0px; position: absolute; top: 0px" Width="229px" />
</asp:Panel>
<asp:Panel ID="Panel3" runat="server" BackColor="Lavender" BorderColor="#0000C0"
BorderStyle="Double" Height="208px" Style="z-index: 103; left: 248px; position: absolute;
top: 16px" Width="711px">
<asp:Label ID="Label5" runat="server" Font-Bold="True" Font-Size="32pt" Height="40px"
Style="z-index: 100; left: 72px; position: absolute; top: 56px" Text="eProperties.com"
Width="200px"></asp:Label>
<asp:Label ID="Label6" runat="server" Font-Bold="True" ForeColor="#FF8080" Style="z-index: 101;
left: 369px; position: absolute; top: 128px" Text="India Property listing service"
Width="200px"></asp:Label>
<asp:Image ID="Image1" runat="server" Height="198px" ImageUrl="~/e11.bmp" Style="z-index: 103;
left: 729px; position: absolute; top: 3px" Width="223px" />
</asp:Panel>
<asp:Panel ID="Panel4" runat="server" BorderColor="#0000C0" BorderStyle="Double"
Height="208px" Style="z-index: 104; left: 974px; position: absolute; top: 14px"
Width="232px">
</asp:Panel>
<asp:TextBox ID="TextBox4" runat="server" Font-Size="8pt" Height="40px" Style="z-index: 111;
left: 8px; position: absolute; top: 808px" TextMode="MultiLine" Width="1204px" BorderColor="#0000C0" OnTextChanged="TextBox4_TextChanged">BEST VIEWED WITH 800X600 RESOLUTION IN NETSCAPE/INTERNET EXPLORER 4.0 & ABOVE . Copyright 2008 eproperties.com. All Rights reserved. No part of this site may be reproduced without the explicit permission of the owners.</asp:TextBox>
<asp:Panel ID="Panel5" runat="server" BackColor="Lavender" BorderColor="#0000C0"
BorderStyle="Double" Height="40px" Style="z-index: 105; left: 16px; position: absolute;
top: 240px" Width="232px">
<asp:HyperLink ID="HyperLink1" runat="server" Style="z-index: 100; left: 136px; position: absolute;
top: 8px" NavigateUrl="rent.aspx">Buy/Rent</asp:HyperLink>
<asp:HyperLink ID="HyperLink2" runat="server" Style="z-index: 102; left: 32px; position: absolute;
top: 8px" NavigateUrl="sell.aspx">Sell/Lease</asp:HyperLink>
</asp:Panel>
<asp:Panel ID="Panel6" runat="server" BackColor="Lavender" BorderColor="#0000C0"
BorderStyle="Double" Height="40px" Style="z-index: 106; left: 974px; position: absolute;
top: 237px" Width="231px">
<asp:HyperLink ID="HyperLink3" runat="server" Style="z-index: 100; left: 24px; position: absolute;
top: 8px" NavigateUrl="homelog.aspx">Sign Out</asp:HyperLink>
<asp:HyperLink ID="HyperLink4" runat="server" Style="z-index: 101; left: 98px; position: absolute;
top: 8px" NavigateUrl="registration.aspx">Register</asp:HyperLink>
<asp:HyperLink ID="HyperLink5" runat="server" Style="z-index: 103; left: 176px; position: absolute;
top: 8px" NavigateUrl="home.aspx">Home</asp:HyperLink>
</asp:Panel>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -