📄 change_sell.asp
字号:
</td>
<td height="30" class="font" > 物业类型:
<select name=wylx class="textinput" >
<%if rs("wylx")="未知" then%><option value="0" selected>未知</option><%else%><option value="0" >未知</option><%end if%>
<%if rs("wylx")="商品房" then%><option value="商品房" selected>商品房</option><%else%><option value="商品房">商品房</option><%end if%>
<%if rs("wylx")="集资房" then%><option value="集资房" selected>集资房</option><%else%><option value="集资房">集资房</option><%end if%>
<%if rs("wylx")="拆迁房" then%><option value="拆迁房" selected>拆迁房</option><%else%><option value="拆迁房">拆迁房</option><%end if%>
<%if rs("wylx")="写字楼" then%><option value="写字楼" selected>写字楼</option><%else%><option value="写字楼">写字楼</option><%end if%>
<%if rs("wylx")="公房" then%><option value="公房" selected>公房</option><%else%><option value="公房">公房</option><%end if%>
<%if rs("wylx")="店面" then%><option value="店面" selected>店面</option><%else%><option value="店面">店面</option><%end if%>
<%if rs("wylx")="民房" then%><option value="民房" selected>民房</option><%else%><option value="民房">民房</option><%end if%>
<%if rs("wylx")="别墅" then%><option value="别墅" selected>别墅</option><%else%><option value="别墅">别墅</option><%end if%>
</select>
</td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> 竣工时间:
<input name="jg_time" type="text" class="textinput" size="20" maxlength="20" value="<%=rs("jg_time")%>">
</td>
<td height="30" class="font" > 面 积:
<input name="jz_area" type="text" class="textinput" size="10" maxlength="20" value="<%=rs("jz_area")%>">
㎡ </td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> 建筑结构:
<select name="jg" class="textinput" >
<%if rs("jg")="未知" then%><option value="0" selected>未知</option><%else%><option value="0">未知</option><%end if%>
<%if rs("jg")="框架结构" then%><option value="框架结构" selected>框架结构</option><%else%><option value="框架结构">框架结构</option><%end if%>
<%if rs("jg")="转混结构" then%><option value="转混结构" selected>转混结构</option><%else%><option value="转混结构">转混结构</option><%end if%>
<%if rs("jg")="预制版结构" then%><option value="预制版结构" selected>预制版结构</option><%else%><option value="预制版结构">预制版结构</option><%end if%>
</select>
</td>
<td height="30" class="font" > 杂 物 间:
<input name="sy_area" type="text" class="textinput" size="10" maxlength="20" value="<%=rs("sy_area")%>">
㎡ </td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> 装修程度:
<select name="zxcd" class="textinput">
<%if rs("zxcd")="未知" then%><option value="0" selected>未知</option><%else%><option value="0">未知</option><%end if%>
<%if rs("zxcd")="一般" then%><option value="一般" selected>一般</option><%else%><option value="一般">一般</option><%end if%>
<%if rs("zxcd")="中档" then%><option value="中档" selected>中档</option><%else%><option value="中档">中档</option><%end if%>
<%if rs("zxcd")="高档" then%><option value="高档" selected>高档</option><%else%><option value="高档">高档</option><%end if%>
<%if rs("zxcd")="豪华" then%><option value="豪华" selected>豪华</option><%else%><option value="豪华">豪华</option><%end if%>
<%if rs("zxcd")="无装修" then%><option value="无装修" selected>无装修</option><%else%><option value="无装修">无装修</option><%end if%>
</select>
</td>
<td height="30" class="font" > 楼层总数: <%if rs("sum_floor")<>"未知" then%>
<select name="sum_floor" class="textinput">
<%for i=1 to 60
if i=int(rs("sum_floor")) then
%>
<option value=<%=rs("sum_floor")%> selected><%=rs("sum_floor")%></option>
<%else%>
<option value=<%=i%> ><%=i%></option>
<%end if%>
<%next%>
</select>
<%end if%>
</td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> 交易价格:
<input name="pay" type="text" class="textinput" size="10" maxlength="30" value="<%=rs("pay")%>">
元</td>
<td height="30" class="font" ><span class="font"> 所在楼层:</span>
<select name="do_floor" class="textinput">
<%for i=1 to 60
if i=int(rs("do_floor")) then
%>
<option value=<%=rs("do_floor")%> selected><%=rs("do_floor")%></option>
<%else%>
<option value=<%=i%> ><%=i%></option>
<%end if%>
<%next%>
</select>
</td>
</tr>
<tr align="left" valign="middle">
<td height="101" colspan="2" class="font">
<table width="562" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="76" height="95" align="left" valign="top" class="font"> 配套设施:</td>
<td width="495">
<textarea name="pb" cols="90" rows="6" class="textinput"><%=rs("pb")%></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> 联 系 人:
<input name="man" type="text" class="textinput" size="20" maxlength="20" value="<%=rs("man")%>">
</td>
<td height="30" class="font" ><span class="font"> 联系电话:</span>
<input name="tel" type="text" class="textinput" size="20" maxlength="20" value="<%=rs("tel")%>">
</td>
</tr>
<tr align="left" valign="middle">
<td height="30" class="font"> <strong>E-mail</strong>:
<input name="email" type="text" class="textinput" size="20" maxlength="20" value="<%=rs("email")%>">
</td>
<td height="30" class="font" > 公车路线:
<input name="bus" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("bus")%>">
</td>
</tr>
<tr align="left" valign="middle">
<td height="111" colspan="2" class="font">
<table width="562" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="76" height="95" align="left" valign="top" class="font"> 房式描述:</td>
<td width="495">
<textarea name="house_ms" cols="90" rows="6" class="textinput" ><%=rs("house_ms")%></textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input name="id" type="text" class="textinput2" id="accp_id" value="<%=rs("id")%>" size="5" readonly>
<br>
<font color="#FF0000">是否通过</font>
<select name="pass" class="textinput" >
<%if rs("pass")="否" then%>
<option value="否" selected>否</option>
<%else%>
<option value="否" >否</option>
<%end if%>
<%if rs("pass")="是" then%>
<option value="是" selected>是</option>
<%else%>
<option value="是">是</option>
<%end if%>
</select>
<br>
<br>
<table width="578" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<input type="submit" name="Submit" value="修改" class="textbotton">
<input type="reset" name="Submit2" value="重填" class="textbotton">
</td>
</tr>
</table>
<br>
</form>
</td>
</tr>
</table>
<%
end if
%>
</body>
</html>
<!--#include file=../include/foot.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -