📄 search_index1.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Search_Index1.ascx.cs" Inherits="HouseSystem.Controls.Search_Index1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table border="0" width="100%">
<TR>
<TD width="10"> </TD>
<TD><INPUT title="出租" type="radio" CHECKED value="1" name="radType"><FONT face="宋体">出租<span lang="en-us">
</span></FONT><INPUT type="radio" name="radType" value="2">出售</TD>
</TR>
<tr>
<td>
</td>
<td>类别:
<asp:dropdownlist id="dropHouseType" runat="server"></asp:dropdownlist></td>
</tr>
<tr>
<td>
</td>
<td>中介:
<asp:dropdownlist id="dropAgency" runat="server">
<asp:ListItem Value="0">不限...</asp:ListItem>
<asp:ListItem Value="1">个人信息</asp:ListItem>
<asp:ListItem Value="2">中介信息</asp:ListItem>
</asp:dropdownlist>
</td>
</tr>
<tr>
<td style="HEIGHT: 13px">
</td>
<td style="HEIGHT: 13px">区域:
<asp:dropdownlist id="dropArea" runat="server"></asp:dropdownlist>
</td>
</tr>
<tr>
<td>
</td>
<td>面积:
<asp:DropDownList id="dropSquare" runat="server">
<asp:ListItem Value="0">不限...</asp:ListItem>
<asp:ListItem Value="0,50">50平米以下</asp:ListItem>
<asp:ListItem Value="50,100">50-100平米</asp:ListItem>
<asp:ListItem Value="100,150">100-150平米</asp:ListItem>
<asp:ListItem Value="150,200">150-200平米</asp:ListItem>
<asp:ListItem Value="200,M">200平米以上</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td>
</td>
<td>时间:
<asp:DropDownList id="dropTime" runat="server">
<asp:ListItem Value="0">不限...</asp:ListItem>
<asp:ListItem Value="3">三天以内</asp:ListItem>
<asp:ListItem Value="7">一周以内</asp:ListItem>
<asp:ListItem Value="15">半月以内</asp:ListItem>
<asp:ListItem Value="30">一个月内</asp:ListItem>
<asp:ListItem Value="90">三个月内</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>
</td>
<td><asp:ImageButton id="imgSearch" runat="server" Height="19" Width="49" src="Images/sou.gif" BorderWidth="0"></asp:ImageButton></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -