<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_data2_STRING Recordset1.Source = "SELECT * FROM news inner join sort on sort.sortid=news.sort ORDER BY Newsid" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 《大儒还乡》将在南宁、柳州等11城市巡回演出
中国桂林桂剧艺术团

 

《大儒还乡》将在南宁、柳州等11城市巡回演出

桂剧《大儒还乡》

    据中新广西网5月28日电(唐咸武) 记者今日从桂林市有关部门获悉,广西区纪委、宣传部和区文化厅将于今年六月至八月约五十天时间安排桂剧《大儒还乡》在广西南宁、柳州、来宾、贵港等十一个地级市巡回演出,旨在数新风正气,促廉政从政,届时各级党员干部尤其是领导干部将是重要观众。

    《大儒还乡》讲述了广西历史名人清代一品官吏,东阁大学士兼工部尚书陈宏谋一生清政廉洁、求真务实、在告老还乡回归桂林故里途中,面对自己在位时发生的一桩曾认为是政绩,实际上是坑农、害农的事件,冒着犯上的风险,深刻百思、毅然纠错的感人事迹。正如编剧齐致翔对记者说的“陈宏谋可贵之处就是发现自己的虚假政绩勇敢自责,这对当前追求虚假政绩的官员无非是一剂良药”。

    由桂林市桂剧团创作演出的桂剧《大儒还乡》于二零零七年二月、二零零六年十二月分别荣获二零零五至二零零六年度国家舞台艺术精品工程十大精品剧目奖、全国优秀地方戏剧展演评比一等奖。该剧自二零零四年首演至今演出三百多场,场场爆满,收到很好的艺术效果,令观众赞不绝口。今年五月十八日,中共中央政治局常委李长春在广东省委书记张德江、省长黄华华陪同下考察在深圳召开的第三届中国国际文化产业博览交易会时参观了在展出的《大儒还乡》剧情介绍。

    在接受采访的有关领导对记者说,《大儒还乡》对当前社会如何为官、如何做人都具有深刻的教育意义,是当前对领导干部转变作风、进行廉政教育的生动形象的直观教材。(完)

 

版板所有:中国桂林桂剧艺术团 未经允许不得转载    地址:桂林市解放西路19号     邮编:541001    电话:0773-2837340   传真:0773-2837340
E-mail:glyishu@163.com         联系人:郑先生   王小姐   全程策划:桂林郑点策划工作室    技术支持:王春桂

 

<% Recordset1.Close() Set Recordset1 = Nothing %>