📄 pe_houselist.htm
字号:
<html>
<head>
<title>显示房产信息列表标签设置</title>
<script language="javascript">
function objectTag() {
var strJS
var ShowInfoType
switch(document.form1.ShowInfoType.selectedIndex)
{
case 0: ShowInfoType='1'; break;
case 1: ShowInfoType='2'; break;
case 2: ShowInfoType='3'; break;
case 2: ShowInfoType='4'; break;
case 2: ShowInfoType='5'; break;
}
switch(document.form1.InfoSource.selectedIndex)
{
case 0: InfoSource='1'; break;
case 1: InfoSource='2'; break;
}
strJS = '{$GetHouseList(';
strJS+=ShowInfoType;
strJS+=","+InfoSource;
strJS+=","+document.form1.InfoNum.value;
strJS+=","+document.form1.IsShowHot.checked;
strJS+=","+document.form1.IsShowElite.checked;
strJS+=","+document.form1.IsShowContactName.checked;
strJS+=","+document.form1.IsShowHouseDiZhi.checked;
strJS+=","+document.form1.IsShowHouseHuXing.checked;
strJS+=","+document.form1.IsShowHouseLeiXing.checked;
strJS+=","+document.form1.IsShowPrice.checked;
strJS+=","+document.form1.IsShowMianJi.checked;
strJS+=","+document.form1.IsShowTime.checked;
strJS+=","+document.form1.IsShowSource.checked;
strJS+=')}';
window.returnValue = strJS;
window.close();
}
</script>
<link href='Admin_Style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<form name="form1">
<table width="560" border="0" class='border' cellpadding='2' cellspacing='1'>
<tr>
<td colspan="2" class='title' align='center'><strong>显示房产信息列表标签设置:</strong></td>
</tr>
<tr class=tdbg>
<td align=right height=25>房产信息类型:</td>
<td height=25>
<Select id=ShowInfotType name=ShowInfoType>
<Option value=1 selected>出售</Option>
<Option value=2>出租</Option>
<Option value=3>求购</Option>
<Option value=4>求租</Option>
<Option value=5>合租</Option>
</Select>
</td>
</tr>
<tr class=tdbg>
<td align=right height=25>信息来源:</td>
<td>
<Select id="InfoSource" name="InfoSource">
<Option value=1 selected>中介</Option>
<Option value=2>个人</Option>
</Select>
</td>
</tr>
<tr class=tdbg>
<td align=right height=25>每页显示的信息条数:</td>
<td><input name="InfoNum" type="text" size="12" value="5"></td>
</tr>
<tr class=tdbg>
<td align=right height=25>信息内容:</td>
<td height=25>
<Input id="IsShowHot" type="checkbox" value=1 name="IsShowHot">显示热点信息
<Input id="IsShowElite" type="checkbox" value=1 name="IsShowElite">显示推荐信息
<Input id="IsShowContactName" type="checkbox" value=1 name="IsShowContactName">显示联系人
<Input id="IsShowHouseDiZhi" type="checkbox" value=1 name="IsShowHouseDiZhi">显示房产地址 <br>
<Input id="IsShowHouseHuXing" type="checkbox" value=1 name="IsShowHouseHuXing">显示户型
<Input id="IsShowHouseLeiXing" type="checkbox" value=1 name="IsShowHouseLeiXing">显示物业类型
<Input id="IsShowPrice" type="checkbox" value=1 name="IsShowPrice">显示价格或租金
<Input id="IsShowMianJi" type="checkbox" value=1 name="IsShowMianJi">显示房产面积 <br>
<Input id="IsShowTime" type="checkbox" value=1 name="IsShowTime">显示发表时间
<Input id="IsShowSource" type="checkbox" value=1 name="IsShowSource">显示信息来源
</td>
</tr>
<tr class='tdbg'>
<td colspan=2 align='center'><input TYPE='button' value=' 确 定 ' onCLICK='objectTag()'> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -