<%@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 %> 领导简介 赵众炜
 
  检索 高级检索
|
|
|
|
|
|
|
|
|
政务公开
 书  记:杨发升
 副书记:彭双彦  王云龙
   委:杨发升  彭双彦
         王云龙  张晓梅
         姚明东    
         赵众炜  董治军
         王处机
 主  任:景忠义
 副主任:朱邦武  朱明忠
         张晓明  李淑芳
 县  长:彭双彦
 副县长:赵众炜  姚明东
         王处机  南锡诚
         王成平  尚志江
 主  席:张亚农
 副主席:黎明清  杨国斌
         杨  谦  靳海清
         李婉玉
  您当前的位置 :首 页 > 政务公开 > 领导简介 > 赵众炜
县委常委、县政府副县长:赵众炜
    负责县政府常务工作,协助县长主持县政府日常工作。负责依法行政、人事、劳动和社会保障、民族宗教、工业商贸、安全生产、信访、劳务及人大代表议案、意见、建议和政协委员提案办理工作,协助县长分管监察、审计工作。
简  历:
    赵众炜,男,汉族,甘肃静宁人,1968年9月出生,2000年6月加入中国共产党,1990年7月参加工作,西北师范大学化学专业本科(理学学士),西安交通大学高级工商管理(MBA)专业研究生结业。现任中共渭源县委常委、县政府副县长。
  1990年7月至1996年4月,在白银公司研究所分析室工作、任助理工程师;1996年4月至1999年3月,任白银公司天水物料部质检科副科长、工程师;1999年3月至2000年3月,任白银公司质量检验处成品科副科长、工程师;2000年3月至2001年7月,任白银公司质量检验处物料科副科长、工程师,2000年10月被聘为中国质量认证中心评审员;2001年7月至2002年1月,任白银公司质量检验处副处长、工程师(期间于2000年10月至2002年10月参加白银公司西安交通大学高级工商管理(MBA)培训班学习);2002年1月至2003年4月,任白银公司检测控制中心副主任、工程师;2003年4月至2006年11月任渭源县人民政府副县长;2006年11月至今任中共渭源县委常委、县政府副县长。
领导讲话:
 
主办:渭源县人民政府    承办:渭源县经济信息中心
备案序号:甘ICP备05024460号
<% ChinanewsData.Close() Set ChinanewsData = Nothing %>