القاهرة – أ ش أ وجه الدكتور عصام شرف رئيس مجلس الوزراء المحافظين لسرعة حصر دور العبادة المسيحية غير المرخصة للاستفادة من هذاالحصر عند إعادة دراسة مشروع قانون وقواعد واشتراطات بناء دور العبادة، جاء ذلك خلال اجتماع مجلس المحافظين اليوم الخميس، برئاسة الدك… القاهرة – أ ش أ وجه الدكتور عصام شرف رئيس مجلس الوزراء المحافظين لسرعة حصر دور العبادة المسيحية غير المرخصة للاستفادة من هذاالحصر عند إعادة دراسة مشروع قانون وقواعد واشتراطات بناء دور العبادة، جاء ذلك خلال اجتماع مجلس المحافظين اليوم الخميس، برئاسة الدكتور عصام شرف وحضور الدكتور حازم الببلاوى نائب رئيس مجلس الوزراء ووزير المالية وزراء الكهرباء والتخطيط والتعاون الدولى والتضامن والعدالة الاجتماعية والداخلية والاعلام والتنمية المحلية والصحة . وصرح السفير محمد حجازى، المتحدث باسم مجلس الوزراء، بأن الدكتور عصام شرف أشار خلال الاجتماع إلى أن مشروع قانون قواعد واشتراطات بناء دور العبادة بدأت الحكومة فى إعداده منذ فترة وتمت مراجعته بالازهر والكنيسة وبيت العائلة ولجنة العدالة الوطنية وجميعها أرسلت ملاحظاتها وسيعاد دراسة المشروع مرة أخرى فى ضوء هذه الملاحظات. تابع المزيد من الشروق على فيسبوك يوتيوب ‘ + post.Body.replace(“\n”, “”) + ”) //inject into the container .appendTo($(‘#posts’)) }); $(‘.commentsMore’).removeAttr(“disabled”); $(”) .addClass(‘clear’) .appendTo($(‘#posts’)) }; //first, take care of the “load more” //when someone clicks on the “load more” DIV var PageSize = parseInt(‘0’); var loadMore = $(‘.commentsMore’); loadMore.unbind(“click”); //load event / ajax loadMore.click(function () { //add the activate class and change the message loadMore.addClass(‘activate’).text(msgLoad); loadMore.attr(“disabled”, “true”); //begin the ajax attempt $.ajax({ url: ‘/_Services/ContentCommentService.asmx/GetComments’, type: ‘Post’, dataType: ‘json’, data: “{‘start’: ‘” + start + “‘,’commentsCount’:'” + PageSize + “‘,’contentId’:'” + ContentId + “‘,’orderDescending’:'” + OrderDescending + “‘,’contentType’:'” + ContentType + “‘,’commentOrderBy’:'” + CommentOrderBy + “‘}”, contentType: “application/json; charset=utf-8”, cache: false, success: function (responseJSON) { //reset the message loadMore.text(msgCMore); //increment the current status start = start + parseInt(PageSize) > parseInt(‘0’) ? parseInt(‘0’) : start + parseInt(PageSize); //add in the new posts postHandler(responseJSON.d); }, //failure class error: function (jqXHR, textStatus, errorThrown) { alert(“Error- Status: ” + textStatus + ” jqXHR Status: ” + jqXHR.status + ” jqXHR Response Text:” + jqXHR.responseText) }, //complete event complete: function () { //remove the spinner loadMore.removeClass(‘activate’); } }); }); }