|
|
![]() |
<%
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
%>
|
![]() |
| 一班级主页
|
二班级主页 |
| 三班级主页 |
四班级主页 |
| 五班级主页 |
六班级主页 |
教师师主页 |
|
|
|