<%@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 %> 领导简介
 
  检索 高级检索
|
|
|
|
|
|
|
|
政务公开
 书  记:杨发升
 副书记:彭双彦  王云龙
   委:杨发升  彭双彦
         王云龙  张晓梅
         姚明东    
         赵众炜  董治军
         王处机
 主  任:景忠义
 副主任:朱邦武  朱明忠
         张晓明  李淑芳
 县  长:彭双彦
 副县长:赵众炜  姚明东
         王处机  南锡诚
         王成平  尚志江
 主  席:张亚龙
 副主席:黎明清  杨国斌
         杨  谦  靳海清
         李婉玉
  您当前的位置 :首 页 > 政务公开 > 领导简介
 
县委书记: 杨发升
    杨发升,男,汉族,甘肃临洮人,1961年8月出生,1984年10月加入中国共产党,1982年7月参加工作,中央党校函授学院法律专业本科,现任中共渭源县委书记。
    主持县委全面工作。
详细>>  
县人大常委会主任: 景忠义
    景忠义,男,汉族,甘肃渭源人,1954年6月出生,1984年10月加入中国共产党,1978年9月参加工作,中央党校函授学院经济管理专业本科。现任渭源县人大常委会主任。    
详细>>  
县人民政府县长: 彭双彦
    彭双彦,女,汉族,在职研究生学历,1964年9月出生,1981年3月参加工作,1993年6月加入中国共产党,现任中共渭源县委副书记、渭源县人民政府县长。
    主持县政府全面工作。主管监察、审计、财政工作。
详细>>  
县政协主席: 张亚龙
    张亚农,男,汉族,甘肃陇西人,1956年12月出生,1976年1月加入中国共产党,1974年3月参加工作,甘肃省委党校经济管理专业本科。现任渭源县政协主席。
详细>> 
主办:渭源县人民政府    承办:渭源县经济信息中心
备案序号:甘ICP备05024460号
<% ChinanewsData.Close() Set ChinanewsData = Nothing %>