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