<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim news Dim news_numRows Set news = Server.CreateObject("ADODB.Recordset") news.ActiveConnection = MM_news_STRING news.Source = "SELECT title, wenhao, time FROM news ORDER BY time DESC" news.CursorType = 0 news.CursorLocation = 2 news.LockType = 1 news.Open() news_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 15 Repeat1__index = 0 news_numRows = news_numRows + Repeat1__numRows %> <% 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 %> 无标题文档

[设为首页][收藏本站][站长信箱]

欢迎光临东莞市建设工程安全监督站!

质监站 | 首页 | 政策法规 | 标准规范 | 办事指南 | 行业信息 | 下载专区 | 双优工程 | 拆除工程 | 安全知识 | 安全教育 | 信用档案

市安监站公告
 

 

关于转发省建设厅《关于建立全省建筑施工起重机械登记管理

制度的通知》的通知

 

(东建质安〔200822号)

各镇(街)规划建设办、松山湖规划建设局,各施工企业、监理公司:

现将省建设厅《关于建立全省建筑施工起重机械登记管理制度的通知》(粤建安字〔200788号)转发给你们,请认真贯彻执行,同时结合我市实际提出以下要求:

一、市建设局委托市建设工程安全监督站(以下简称市安监站)负责全市建筑施工起重机械的管理工作。

二、我市实施建筑施工起重机械初次登记、安装告知和使用登记三项制度,具体要求详见东莞建设监督网(www.dgjsjd.netwww.dgjsjd.com.cn)上的“东莞市建筑施工起重机械办事指南”。

三、从事建筑起重机械安装、拆卸、顶升活动的单位应当依法取得建设主管部门颁发的相应资质和建筑施工企业安全生产许可证,并领取《东莞市建筑行业企业信用管理手册》后,方可在我市开展有关业务,并在其资质许可范围内承揽建筑起重机械安装、拆卸工程。

四、凡在我市范围内从事建筑起重机械的作业人员(包括安装拆卸工、起重机司机、起重信号工和司索工等),必须取得省建设厅颁发的建筑起重机械作业人员培训考核合格证,方可上岗作业。

五、有下列情形之一的建筑起重机械,使用单位应当委托具有相应资质的检验检测机构重新进行检测,检测合格后方可投入使用:

1)设备安装到最大高度的;

2)最近一次检测合格后使用时间超过一年的;

3)设备停止作业90天以上重新使用的;

4)因事故或其他原因造成起重机械损坏需修复的;

5)自然灾害后可能影响设备安全技术性能的;

6)法律、法规和有关文件规定的其他情况。

六、市安监站和镇(街)规划建设办应加强对建筑施工起重机械各有关责任主体的安全监督管理,对检查当中发现的问题应视其违规情况予以责令限期整改或责令暂时停止施工,严格按照《广东省建设厅建筑工程安全生产动态管理办法》进行扣分处理,并依法提请市建设局进行行政处罚。

本通知从发文之日起起开始执行。

附件:《关于建立全省建筑施工起重机械登记管理制度的通知》(粤建安字〔2007〕88号)(点击下载)

                                                 东莞市建设局

                                               二○○八年五月二十一日

                          

 

 

版权所有:东莞市建设工程安全监督站 ICP证号:粤ICP备05029083号
电话(0769)22981323 传真(0769)22981393
地址:东莞市南城区新基
联络我们

<% news.Close() Set news = Nothing %>