<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim ChinanewsData__MMColParam ChinanewsData__MMColParam = "1" If (Request.QueryString("Chinanews_id") <> "") Then ChinanewsData__MMColParam = Request.QueryString("Chinanews_id") End If %> <% Dim ChinanewsData Dim ChinanewsData_numRows Set ChinanewsData = Server.CreateObject("ADODB.Recordset") ChinanewsData.ActiveConnection = MM_conn_STRING ChinanewsData.Source = "SELECT * FROM ChinanewsData WHERE Chinanews_id = " + Replace(ChinanewsData__MMColParam, "'", "''") + " ORDER BY Chinanews_time DESC" ChinanewsData.CursorType = 0 ChinanewsData.CursorLocation = 2 ChinanewsData.LockType = 1 ChinanewsData.Open() ChinanewsData_numRows = 0 %> <% 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 %> <% function HTMLEncode(fString) fString = replace(fString, ">", ">") fString = replace(fString, "<", "<") fString = Replace(fString, CHR(32), " ") fString = Replace(fString, CHR(13), "") fString = Replace(fString, CHR(10) & CHR(10), "

") fString = Replace(fString, CHR(10), "
") HTMLEncode = fString end function %> 领导简介 赵 华
 
  检索 高级检索
|
|
|
|
|
|
|
|
|
政务公开
 书  记:杨发升
 副书记:彭双彦  王云龙
   委:杨发升  彭双彦
         王云龙  张晓梅
         姚明东    
         赵众炜  董治军
         王处机
 主  任:景忠义
 副主任:朱邦武  朱明忠
         张晓明  李淑芳
 县  长:彭双彦
 副县长:赵众炜  姚明东
         王处机  南锡诚
         王成平  尚志江
 主  席:张亚农
 副主席:黎明清  杨国斌
         杨  谦  靳海清
         李婉玉
  您当前的位置 :首 页 > 政务公开 > 领导简介 > 赵 华
县委常委、宣传部部长:赵 华
    负责意识形态、思想理论工作和精神文明建设,分管计划生育、广播影视、旅游及文联工作,联系科教文卫体工作。
简  历:
    赵华,男,生于1967年7月18日,汉族,漳县人,现任中共渭源县委常委、宣传部部长。
  1974年9月至1979年8月在漳县草滩小学读书;1979年9月至1989年8月在漳县一中读书;1989年9月至1992年8月在甘肃广播电视大学读书;1992年9月至1993年2月在漳县三岔乡人民政府工作;1993年3月至2002年10月在漳县人民政府办公室工作,先后任科员、副主任、督察室主任、主任、县政府总支书记;2002年11月至2005年7月在中共漳县县委办公室工作,任办公室主任、县委机要室主任、县委总支书记;2005年8月至今任中共渭源县委常委、宣传部部长。
领导讲话:
 
主办:渭源县人民政府    承办:渭源县经济信息中心
备案序号:甘ICP备05024460号
<% ChinanewsData.Close() Set ChinanewsData = Nothing %>