|
|
|
<%
MaxPerPage=SchoolPageNum*2
dim totalPut
dim CurrentPage
if not isempty(request("page")) then
currentPage=Request("page")
else
currentPage=1
end if
set rs=server.createobject("adodb.recordset")
rs.open "select id,Schoolname,aboutSchool,MyAlbum from School order by Taxis desc",conn,1,1
if rs.eof and rs.bof then
Response.Write "
对不起,暂无任何信息!
"
else
totalPut=rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*MaxPerPage>totalput then
if (totalPut mod MaxPerPage)=0 then
currentpage= totalPut \ MaxPerPage
else
currentpage= totalPut \ MaxPerPage + 1
end if
end if
if currentPage=1 then
showContent
if (totalPut / MaxPerPage)>1 then showpage totalput,MaxPerPage,"mxtj.Asp" end if
else
if (currentPage-1)*MaxPerPage
 |
第三届 |
 |
主办单位:
教育部艺术教育委员会
中央电视台
中国关心下一代工作委员会
承办单位:
北京三老体育发展咨询中心
协办单位:
人民音乐出版社
大赛宗旨:
第三届大赛仍将秉承首届和第二届大赛“让孩子们在美好的歌声中成长”的宗旨。通过对优秀少年儿童歌曲的学唱和传唱,培养孩子们成为有理想、有道德、有文化、有纪律的公民。
大赛规程:
大赛分幼儿(5-7岁)、儿童(8-11岁)、少年(12-15岁)三个年龄组;设大奖3名、一等奖6名、二等奖10名。有来自全国二十四个省、市、自治区的260名小选手参加了本次比赛。经过初赛、复赛,最后有20人进入决赛。
决赛定于1999年8月16日在北京举行。
大赛简介:
决赛评委名单:
主 任: 晨 耕 著名作曲家
委 员: 李华德 著名指挥家
秋 里 著名指挥家
瞿希贤 中国音乐家协会副主席
谷建芬 著名作曲家
李光曦 著名歌唱家
马玉涛 著名歌唱家
升 茂 著名作曲家
新歌曲获奖名单:
幼儿组:
一等奖: 一年级的小男生 詹怀宇 词 阿金 曲
小桥流水 李众 词 孟庆云 曲
二等奖: 九九归一的拍手歌 李幼容 词 潘振声 曲
丑小鸭 李众 词 郭成志 曲
钥匙挂在脖子上 李如会 词 姜春阳 曲
儿童组:
一等奖: 山里的小姐姐 盖尧 词 李嘉评 曲
彩桥架到台湾岛 陈燕如 词 潘振声 曲
二等奖: 记住江边的大树 李幼容 词 刘磬声 曲
阳光下的孩子 张名河 词 晓丹 曲
拨浪鼓 杨春华 词、曲
梦中的星星 晨枫 词 郑冷横 曲
少年组:
一等奖: 山里有个小小 金兆钧 词 丁晓里 曲
山路弯弯 李京利 词 黄磊 曲
二等奖: 牧童哪里去了 黄平 词 黄磊 曲
祝福祖国 金波 词 杨春华 曲
童心世界 梁志伟 词 宋小兵 曲
获奖选手名单: |
大
奖(幼儿组) |
一
等 奖(幼儿组) |
二
等 奖(幼儿组) |
|
|
|
大
奖(儿童组) |
一
等 奖(儿童组) |
一
等 奖(儿童组) |
|
|
|
二 等
奖(儿童组) |
二 等
奖(儿童组) |
二 等
奖(儿童组) |
|
|
|
大
奖(少年组) |
一
等 奖(少年组) |
一
等 奖(少年组) |
|
|
|
二
等 奖(少年组) |
二
等 奖(少年组) |
二
等 奖(少年组) |
|
|
|
|
|
|
|
 |
<%
if rs.eof then exit for
rs.movenext
next
end sub
function showpage(totalnumber,maxperpage,filename)
dim n
response.write("")
response.write("")
if totalnumber mod maxperpage=0 then
n= totalnumber \ maxperpage
else
n= totalnumber \ maxperpage+1
end if
if CurrentPage<2 then
response.write " | "
response.write " | "
else
response.write " | "
response.write " | "
end if
for r=1 to n
if r=cint(currentpage) then
response.write("")
response.Write(""&r&"")
response.write (" | ")
if r<>n then response.Write("| | ")
else
response.write("")
response.Write ""&r&""
response.write (" | ")
if r<>n then response.Write("| | ")
end if
next
if n-currentpage<1 then
response.write " | "
response.write " | "
else
response.write " | "
response.write " | "
end if
response.write ("
| ")
end function
%>
|
|
|
|
|
|
|