日期:2014-05-17 浏览次数:21182 次
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="tableBorder">
<tr>
<th height=25 colspan="3" class="tableHeaderText"> </th>
</tr>
<tr class="tableHeaderText" height=25>
<td width="155" align="center"><b>区县名称</b></td>
<td width="653" align="center"><b>学校名称</b></td>
<td width="177" align="center"><b>到校人数</b></td>
</tr>
<%set rsy=conn.execute("select * from t_tdd where m_bmdw="""&qu_dm&""" order by m_id asc")
if not rsy.eof then
do while not rsy.eof
zxmc=rsy("m_zxmc")
%>
<%set rsq=conn.execute("select count(*) as numq from t_tdd where m_bmdw="""&qu_dm&""" and m_zxmc="""&zxmc&"""")
numq=rsq("numq")
%>
<tr onMouseOver="this.style.background='#FFFFCC'" onMouseOut="this.style.background='#EEF7FD'">
<td align="center"><%=s_mc%></td>
<td align="center"><%=zxmc%></td>
<td align="center"><%=numq%></td>
</tr>
<%rsy.movenext
loop
end if%>
<tr >
<td height="25" colspan="3" aligh="right"> </td>
</tr>
</table>