|
|
<%
if not rs.eof then
do while not rs.eof
if c1<>"" and c2="" then
subclass=rs("class1")
c1_=c1
c2_=rs("class1_id")
end if
if c2<>"" and c3="" then
subclass=rs("class2")
c1_=c1
c2_=c2
c3_=rs("class2_id")
end if
if c3<>"" and c4="" then
subclass=rs("class3")
c1_=c1
c2_=c2
c3_=c3
c4_=rs("class3_id")
end if
response.write " | "&subclass&" |  | "
rs.movenext
loop
end if
%>
|
部门统计调查项目
|
|
统计标准
|
|
统计指标
|
|
统计制度
|
|
 |
|
|
<% view_sec psize,c1,c2,c3,c4,tmp%>
|
|
|