📄 pgren_index.asp
字号:
<tr height="1">
<td height="1" background="../ima/back.gif" class="p13"></td>
</tr>
<tr>
<td height="22" class="p13"><a href="pingu_more.asp?pgtype=%B9%A4%D2%B5%CE%EF%D2%B5%C6%C0%B9%C0" class="linkone"><font color="#FFFFFF">3、工业物业评估</font></a></td>
</tr>
<tr height="1">
<td height="1" background="../ima/back.gif" class="p13"></td>
</tr>
<tr>
<td height="22" class="p13"><a href="pingu_more.asp?pgtype=%CD%C1%B5%D8%C6%C0%B9%C0" class="linkone"><font color="#FFFFFF">4、土地评估</font></a></td>
</tr>
<tr height="1">
<td height="1" background="../ima/back.gif" class="p13"></td>
</tr>
<tr>
<td height="22" class="p13"><a href="pingu_more.asp?pgtype=%C6%E4%CB%FC%CE%EF%D2%B5%C6%C0%B9%C0" class="linkone"><font color="#FFFFFF">5、其它物业评估</font></a></td>
</tr>
<tr height="1">
<td height="1" background="../ima/back.gif" class="p13"></td>
</tr>
<tr height="10">
<td class="p13" height="10"></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<TR>
<TD></TD></TR>
<tr>
<form name="form1" method="get" action="house/hs.asp">
</form></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR></TR>
<TR>
</TR></TBODY></TABLE>
<div align="right">
<TABLE height=30 cellSpacing=0 cellPadding=0 width=710 border=0>
<TBODY>
<TR>
<TD width=5><IMG height=30 src="../img/news1a.gif" width=5></TD>
<TD width=150 background=../img/news4a.gif>
<IMG height=9
src="../img/arr_w2.gif" width=9> <b><a href="pgren_index.asp"><font color="#FFFFFF">评 估</a></font><a href="pgren_index.asp">
</a></b>
</TD>
<TD width=5><IMG height=30 src="../img/news2a.gif" width=5></TD>
<TD background=../img/news5a.gif> </TD>
<TD width=5><IMG height=30 src="../img/news3a.gif"
width=5></TD></TR></TBODY></TABLE>
</div>
<TABLE height=3 cellSpacing=0 cellPadding=0 width=75 border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<div align="right">
<TABLE class=out4s_green cellSpacing=0 cellPadding=0 width=705 border=0>
<TBODY>
<TR>
<td width="705" align="center" valign="top">
<div align="center">
<table width="705" border="0" cellpadding="0" cellspacing="1" bgcolor="#E7F7E6" class="main">
<tr bgcolor="#F9DE8E">
<td width="56" height="25" class="p13" bgcolor="#D9F2D7"> <div align="center"><font color="#FF711B">物业名称</font></div></td>
<td width="111" height="25" class="p13" bgcolor="#D9F2D7"> <div align="center"><font color="#FF711B">地理位置</font></div></td>
<td width="117" height="25" class="p13" bgcolor="#D9F2D7"> <div align="center"><font color="#FF711B">户型</font></div></td>
<td width="69" height="25" class="p13" bgcolor="#D9F2D7"> <div align="center"><font color="#FF711B">提交时间</font></div></td>
<td width="61" height="25" class="p13" bgcolor="#D9F2D7"> <div align="center"><font color="#FF711B">状态</font></div></td>
<td width="61" height="25" class="p13" bgcolor="#D9F2D7"><font color="#FF711B"> </font></td>
</tr>
<%
dim curpage
if request("curpage")="" then
curpage=1
else
curpage=request("curpage")
end if
const numperpage=15
opendataconn
pgtype=changechr(request("pgtype"))
sql="select * from pinggu where ispingu='"&pgtype&"' order by dateandtime desc"
rs.open sql,conn,1,1
if rs.eof then
response.write "<table><tr><td><br></br><center>现在还没有记录!</center><br></br></td></tr></table>"
' response.end
end if
if not rs.eof then
rs.pagesize=numperpage
dim totalpages
totalpages=rs.pagecount
rs.absolutepage=curpage
end if
dim count
count=0
do while not rs.eof and count<numperpage
If count mod 2=0 Then
bgcolor="#FEFAEE"
Else
bgcolor="#FFFFFF"
End If
%>
<tr onMouseOver="this.style.backgroundColor='#FEEAD3';" onMouseOut="this.style.backgroundColor='<%=bgcolor%>'" bgcolor="<%=bgcolor%>">
<td height="20"> <div align="center"> <%=trim(rs("wuyename"))%></div></td>
<td height="20"> <div align="center"><%=trim(rs("area"))%></div></td>
<td height="20"> <div align="center"><%=trim(rs("huxing"))%></div></td>
<td height="20"> <div align="center">
<%response.write year(rs("dateandtime")) & "-" & month(rs("dateandtime")) & "-" & day(rs("dateandtime"))%>
</div></td>
<td height="20"> <div align="center">
<% if trim(rs("ispingu"))="1" then response.write "已评估" else response.write "未评估" end if%>
</div></td>
<td height="20"> <div align="center"><a href='pgren_pingu.asp?id=<%=trim(rs("id"))%>' class="linkone">我来评估</a></div></td>
</tr>
<%
rs.movenext
count=count+1
loop
rs.close
%>
</table>
</div>
<table width="527" height="48" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
<tr>
<td align="center"> <% if cint(curpage)<>1 then %> <a href="pgren_index.asp?curpage=1&pgtype=<%=pgtype%>" class="linkone">首页 </a>
<% else %>
首页 <% end if %> <% if cint(curpage)>1 then %> <a href="pgren_index.asp?curpage=<%=curpage-1%>&pgtype=<%=pgtype%>" class="linkone">上一页 </a>
<% else %> 上一页
<% end if %> <% if cint(curpage)<>cint(totalpages) then %> <a href="pgren_index.asp?curpage=<%=curpage+1%>&pgtype=<%=pgtype%>" class="linkone"> 下一页
<% else %>
下一页
<% end if %>
<% if cint(curpage)<>cint(totalpages) then %>
</a><a href="pgren_index.asp?curpage=<%=totalpages%>&pgtype=<%=pgtype%>" class="linkone"> 末页
<% else %>
末页
<% end if %>
</a> 第<%=curpage%>页/共<%=totalpages%>页 </td>
</tr>
</table></td>
</div>
<TABLE height=5 cellSpacing=0 cellPadding=0 width=75 border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<div align="right">
<TABLE cellSpacing=0 cellPadding=0 width=708
background=../img/bomgreen2.gif border=0>
<TBODY>
<TR>
<TD width=20>
<IMG height=27 src="../img/bomgreen1.gif"
width=13></TD>
<TD align=right>
</TD></TR></TBODY></TABLE></div>
</TD></TR></TBODY></TABLE>
<!--#include file="../end.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -