<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables Dim MM_editAction Dim MM_abortEdit Dim MM_editQuery Dim MM_editCmd Dim MM_editConnection Dim MM_editTable Dim MM_editRedirectUrl Dim MM_editColumn Dim MM_recordId Dim MM_fieldsStr Dim MM_columnsStr Dim MM_fields Dim MM_columns Dim MM_typeArray Dim MM_formVal Dim MM_delim Dim MM_altVal Dim MM_emptyVal Dim MM_i MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString) End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Redirect if username exists MM_flag="MM_insert" If (CStr(Request(MM_flag)) <> "") Then MM_dupKeyRedirect="../../My%20webs/admin/loginerror.htm" MM_rsKeyConnection=MM_conn_STRING MM_dupKeyUsernameValue = CStr(Request.Form("userpass")) MM_dupKeySQL="SELECT userpass FROM js WHERE userpass='" & MM_dupKeyUsernameValue & "'" MM_adodbRecordset="ADODB.Recordset" set MM_rsKey=Server.CreateObject(MM_adodbRecordset) MM_rsKey.ActiveConnection=MM_rsKeyConnection MM_rsKey.Source=MM_dupKeySQL MM_rsKey.CursorType=0 MM_rsKey.CursorLocation=2 MM_rsKey.LockType=3 MM_rsKey.Open If Not MM_rsKey.EOF Or Not MM_rsKey.BOF Then ' the username was found - can not add the requested username MM_qsChar = "?" If (InStr(1,MM_dupKeyRedirect,"?") >= 1) Then MM_qsChar = "&" MM_dupKeyRedirect = MM_dupKeyRedirect & MM_qsChar & "requsername=" & MM_dupKeyUsernameValue Response.Redirect(MM_dupKeyRedirect) End If MM_rsKey.Close End If %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) = "form1") Then MM_editConnection = MM_conn_STRING MM_editTable = "js" MM_editRedirectUrl = "../../My%20webs/admin/main.asp" MM_fieldsStr = "username|value|userpass|value" MM_columnsStr = "username|none,none,NULL|userpass|none,none,NULL" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it Dim MM_tableValues Dim MM_dbValues If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_formVal = MM_fields(MM_i+1) MM_typeArray = Split(MM_columns(MM_i+1),",") MM_delim = MM_typeArray(0) If (MM_delim = "none") Then MM_delim = "" MM_altVal = MM_typeArray(1) If (MM_altVal = "none") Then MM_altVal = "" MM_emptyVal = MM_typeArray(2) If (MM_emptyVal = "none") Then MM_emptyVal = "" If (MM_formVal = "") Then MM_formVal = MM_emptyVal Else If (MM_altVal <> "") Then MM_formVal = MM_altVal ElseIf (MM_delim = "'") Then ' escape quotes MM_formVal = "'" & Replace(MM_formVal,"'","''") & "'" Else MM_formVal = MM_delim + MM_formVal + MM_delim End If End If If (MM_i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End If MM_tableValues = MM_tableValues & MM_columns(MM_i) MM_dbValues = MM_dbValues & MM_formVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString) MM_valUsername=CStr(Request.Form("username")) If MM_valUsername <> "" Then MM_fldUserAuthorization="编号" MM_redirectLoginSuccess="../../My%20webs/admin/main.asp" MM_redirectLoginFailed="../../My%20webs/admin/loginerror.htm" MM_flag="ADODB.Recordset" set MM_rsUser = Server.CreateObject(MM_flag) MM_rsUser.ActiveConnection = MM_conn_STRING MM_rsUser.Source = "SELECT username, userpass" If MM_fldUserAuthorization <> "" Then MM_rsUser.Source = MM_rsUser.Source & "," & MM_fldUserAuthorization MM_rsUser.Source = MM_rsUser.Source & " FROM js WHERE username='" & Replace(MM_valUsername,"'","''") &"' AND userpass='" & Replace(Request.Form("userpass"),"'","''") & "'" MM_rsUser.CursorType = 0 MM_rsUser.CursorLocation = 2 MM_rsUser.LockType = 3 MM_rsUser.Open If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> 揭阳建设网
首 页 建设风采 政务资讯 业界动态 行业管理 企业展台 政策法规 建设英才 协会学会
会员中心

 

关于加强元旦春节期间安全生产工作的通知

各县 ( 市、 区 ) 建设局、城建局、房管局、供水局,局直属各有关单位:

     为认真做好我市建设系统元旦、 春节期间的安全生产工作, 确保社会稳定和经济发展, 现提出有关工

作要求, 请结合省建设厅《关于加强元旦春节期间建筑施工安,全生产工作的通知》 ( 粤建管(2004)59

0 号 ) 和市建设局《关于切实做好今冬明春燃气安全工作的通知》 ( 揭市建城 (2004 1 7 号 ) 一并贯

彻执行。

     一、进一步提高安全生产工作重要性和紧迫性的认识

   各单位要认真学习和落实党的十六届四中全会精神,进一步·深入宣传和贯彻“一决定、 两条例”和

2004 年 9 月 23 日 全国安全生产电视电话会议精神,从贯彻落实科学发展观的高度, 切实提高对元旦

春节期间安全生产工作重要性和紧迫性的认识, 全面落实安全生产责任制,采取切实有效的措施,确保元

旦春节期间安全生产的稳定局面。

    二、认真部署,切实加大节日期间安全生产专项检查工作方力度

    各单位要根据自己的职能范围, 认真部署, 深入开展安全生产大检查, 重点要做好所属辖区内建筑施

工现场、燃气企业和自来水厂的安全检查工作。

    1 、加强节日期间建筑施工现场的安全防护及节后工程复王的检查工作。

   (1) 要督促落实施工单位安排好施工人员进退场工

作,做好节假日期间的轮值和保卫工作 , 制订值班制度,明确职责,做到全天候有人值班、巡逻,认真做

好值班记录。

   (2) 对停工的施工现场,要组织全面的检查清理,重点加强对“四口”防护、脚手架、 高支模、施工

用电、施工机械的检查,落实安全措施。

   (3) 对在建市政道路工程应加强路口封闭、坑井覆盖并设立日夜警示标志。

   (4) 对易燃易爆物资和仓库必须加强防范, 责任落实到具体人, 防止火灾失窃、破坏等事故发生,保

证重要物资的安全。

   (5) 各施工单位在节后工程复工之前, 要在项目经理的组织带领下进行一次系统的安全检查,达到安

全标准后方可施工。检查情况应及时向当地安全监督站汇报,分管安监人员应到现场指导工作,确保节后

的安全施工。

    2 、加强节日期间的燃气安全检查工作。

   针对冬春季节燃气用气事故高发的特点, 要进一步加大燃气安全生产日常监管工作力度,督促燃气企业

认真做好节前燃气设施检查和维护,加强节日期间巡查和抢修值班, 同时要针对燃气生产、经营、使用过程

中易发事故的各个环节, 组织力量对各自辖区内的燃气储灌站和燃气销售网点进行全面检查。要认真督促燃

气企业健全安全管理制度, 落实安全生产岗位责任制,完善安全事故应急预案,做到防患于未燃。

    3 、加强节日期间供水安全保卫工作。

   要落实值班制度,明确职责,做到全天候有人值班、巡逻,认真做好值班记录, 防止意外事故的发生,

确保节日期间自来水供应正常。

4 、房屋管理部门要做好各自职能范围内公房、危房的检查工作。

    三、加强领导,狠抓落实

    1 、加强组织领导。在元旦、春节期间安全生产检查中,各单位要认真制定安全生产检查方案,主要领

导要亲自部署,分管领导要亲自带队检查,认真解决安全生产中的薄弱环节,强化管理,确保安全生产工作

落到实处。

    2 、狠抓专项检查的落实。检查中要认真落实“五整顿、二关闭”。要狠抓安全生产控制指标的落实,

强化企业的安全责任主体,进一步夯实安全生产基础。要严格各项安全生产监督检查制度,大力排查各种事

故隐患。检查员中发现事故隐患,要及时指出,登记造册,并责成有关单位、落实整改。 对于存在严重”事

故隐;患的企业,该关闭的;要坚决关闭。

    3 、进一步完善各项规章制度。各单位要进一步完善安全生产责任追究制度、事故报告制度和检查报告

制度。发现重大问题应妥善处理并及时上报。

附:省建设厅《关于加强元旦春节期间建筑施工安全生产工作的通知》 ( 粤建管函 [2004]590 号 ) 。

 

 

                                                    二 00 四年十二月三十一日