|
|
![]() |
<%
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
%>
|
|
|
 没有任何图片文章 |
|
|
|
|
|
|
|
序号 |
上课时间 |
课程 |
教师 |
传送形式 |
| 1 |
08年7月5日
(周六) |
世界银行发展报告评介 |
程漱兰教授主讲 |
面授 |
| 2 |
08年7月6日(周日) |
世界银行发展报告评介 |
程漱兰教授主讲 |
面授 |
|
|
|
|
<%
rsRoot.movenext
loop
end if
rsRoot.close
set rsRoot=nothing
%>
|
![]() |
|