|
|
![]() |
<%
dim sqlRoot,rsRoot,trs,arrClassID,TitleStr
sqlRoot="select C.ClassID,C.ClassName,C.RootID,L.LayoutFileName,L.LayoutID,C.Child,C.Readme From ArticleClass C inner join Layout L on C.LayoutID=L.LayoutID where C.ParentID=0 and C.IsElite=True and C.LinkUrl='' and C.BrowsePurview>=" & UserLevel & " order by C.RootID"
Set rsRoot= Server.CreateObject("ADODB.Recordset")
rsRoot.open sqlRoot,conn,1,1
if rsRoot.bof and rsRoot.eof then
response.Write("还没有任何栏目,请首先添加栏目。")
else
do while not rsRoot.eof
%>
|
|
<%
rsRoot.movenext
loop
end if
rsRoot.close
set rsRoot=nothing
%>
|
![]() |
 |
|
| 中心执班:5029336 |
| 工商局:5019073 |
| 建设局:5025070 |
| 公安局:5013010 |
| 质监局:5031071 |
| 卫生局:5025063 |
| 民政局:5025062 |
| 交通局:5029023 |
| 林业局:5023065 |
| 国土资源局:5029067 |
|
|
|