|
|
![]() |
<%
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 |
2010年3月27-28日 |
管理者的自我情绪管理 |
陈正达教授 |
| 2 |
2010年4月24日 |
商务演讲与口才 |
颜永平 |
| 3 |
2010年5月21-23日 |
中国商业模式战略 |
郎咸平教授等 |
| 4 |
2010年6月26日 |
商务礼仪 |
孙正光 |
|
|
|
|
<%
rsRoot.movenext
loop
end if
rsRoot.close
set rsRoot=nothing
%>
|
![]() |
|