|
|
|
|
部门概况 |
北京教育志编纂委员会办公室(以下简称教志
办)是北京市编办批准的全额拨款事业单位,同时
加挂北京教育年鉴编辑部牌子。主要负责北京地区
18个区县、 高校、直属单位和民办学校150个教育
单位史志、年鉴工作业务指导及全市教育资料汇总
自成立至今,共出版有《北京基础教育志稿》‚《北
京普通中等专业教育志稿》、《北京普通高等教育
志》以及《北京教育年鉴》1997至2005卷、《北京
市教育委员会文件选编》1997至2005卷。
<%
set rs=conn.execute("select * from news_list_all where typ='校内新闻' order by id desc ")
i1=0
dim dt2,mt2,img,more
do while i1<6
if left(right(rs("dateandtime"),2),1)="-" then
dt2="0" & right(rs("dateandtime"),1)
else
dt2=right(rs("dateandtime"),2)
end if
if right(left(rs("dateandtime"),7),1) = "-" then
mt2="0" & right(left(rs("dateandtime"),6),1)
else
mt2=right(left(rs("dateandtime"),7),2)
end if
if rs("img")="是" then img="[图]" else img=""
if len(rs("title"))>14 then more="..." else more=""
response.write "| " & left(rs("title"),14) & img & more & " | " & mt2 & "-" & dt2 & " | "
i1=i1+1
rs.movenext
loop
%>
|
|
|
工作通讯 |
|
|
|
理论研究 |
|
|
|
|
|
|
| |
|
|
教育大事记 |
|
|
|
教育大事记 |
|
|
|
文件下载 |
|
<%
set rs=conn.execute("select * from news_list_all where typ='学生作品展示' order by id desc ")
i1=0
do while i1<6
if left(right(rs("dateandtime"),2),1)="-" then
dt2="0" & right(rs("dateandtime"),1)
else
dt2=right(rs("dateandtime"),2)
end if
if right(left(rs("dateandtime"),7),1) = "-" then
mt2="0" & right(left(rs("dateandtime"),6),1)
else
mt2=right(left(rs("dateandtime"),7),2)
end if
if rs("img")="是" then img="[图]" else img=""
if len(rs("title"))>14 then more="..." else more=""
response.write "| " & left(rs("title"),15) & img & more & " | " & mt2 & "-" & dt2 & " | "
i1=i1+1
rs.movenext
loop
%>
|
|
|
|
|
|
|