<%@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年8月出生,甘肃陇西县人,中共党员,研究生学历。现任中共渭源县委常委、政法委书记。
    1987年12月至1989年8月在漳县物资公司工作;1989年9月至1991年7月在省经济管理干部学院学习;1991年8月至1992年4月在漳县物资公司工作;1992年4月至1996年8月任漳县物资公司副经理;1996年8月至1998年10月任漳县商业局局长;1998年10月至2002年11月任漳县广播电视局局长;2002年11月至2003年8月任中共定西县委常委、宣传部长;2003年8月至2007年12月任中共安定区委常委、宣传部长;2008年1月至今任中共渭源县委常委、政法委书记。
领导讲话:
 
主办:渭源县人民政府    承办:渭源县经济信息中心
备案序号:甘ICP备05024460号
<% ChinanewsData.Close() Set ChinanewsData = Nothing %>