اعتصام عمال مصر ايران لليوم الثالث على التوالى رامز صبحى قطع المئات من عمال مصر ايران للغزل المعتصمين منذ يومين ا… اعتصام عمال مصر ايران لليوم الثالث على التوالى رامز صبحى قطع المئات من عمال مصر ايران للغزل المعتصمين منذ يومين امام مجلس الوزراء اليوم شارع القصر العيني امام حركة المرور لمدة ساعة .مطالبين بإقالة العضو المنتدب ومجلس ادارة الشركة بالكامل مؤكدين انهم المسئولين عن الوضع المتردي للشركة حاليا. في حين يواصل باقي العمال الاضراب عن العمل في مقر الشركة بالسويس والذي بدأوه منذ أسيوعين . ورفع المتظاهرون لافتات مكتوب عليها “شدى حيلك يابلد.. مصر إيران هتتولد”، “يا عصام قول لعنان.. السوايسة فى الميدان”، “يا مشير يا عنان.. دول خربوا مصر إيران”، “الله يسلم الله يعين.. عالعمال المظلومين””.. يذكر ان شركة مصر ايران هي شركة مساهمة بين الجانب الايراني الذي يمتلك نحو 49% من اسهم الشركة والمصري الذي يستحوز على 51% من الاسهم تابع المزيد من الشروق على فيسبوك يوتيوب ‘ + 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’); } }); }); }