LỊCH CÔNG TÁC của Chủ tịch và các Phó Chủ tịch rr888.com tỉnh (từ ngày 24/01/2025 đến ngày 28/01/2025)
Thời gian | Nội dung | Cơ quan mời | Địa điểm | Lãnh đạo rr888.com tỉnh |
Thứ sáu 24/01/2025 25 âl/12 | Sáng | Đi họp ở Hà Nội | | | Chủ tịch Hồ Văn Mừng |
-8 giờ 10 Tòa Giám mục Giáo phận Long Xuyên thăm, chúc Tết. | | Phòng khách 2 | Phó Chủ tịch Lê Văn Phước |
-8 giờ 30 Bộ CHQS tỉnh đến chúc Tết. | | Phòng khách 2 | Phó Chủ tịch Ngô Công Thức |
-8 giờ 45 Tập đoàn Nam Việt đến chúc Tết. | | Phòng khách 2 | Phó Chủ tịch Ngô Công Thức |
Chiều | -14 giờ Họp Đảng ủy Văn phòng | | Phòng họp 4 | |
-15 giờ 30 Họp mặt Văn phòng Tết Ất Tỵ 2025 | | Hội trường rr888.com tỉnh | |
Thứ bảy 25/01/2025 26 âl /12 | | Đi chúc Tết tại Thành phố Hồ Chí Minh | | Thành phố HCM | Phó Chủ tịch Lê Văn Phước |
-Đi rr88 tải app cùng Đoàn của Lãnh đạo TW | | | Phó Chủ tịch Ngô Công Thức |
Chủ nhật 26/01/2025 27 âl/12 | | | | | |
Thứ hai 27/01/2025 28 âl/12 | | | | | |
Thứ ba 28/01/2025 29 âl/12 | Chiều | Cùng Đoàn Bí thư Tỉnh ủy thăm, chúc tết: - Bệnh viện Đa khoa Trung tâm tỉnh, - Ban Chỉ huy Quân sự thành phố Long Xuyên, - Công an thành phố Long Xuyên, - Công nhân đang làm vệ sinh đường phố (do rr888.com LX chọn). | | | Phó Chủ tịch Lê Văn Phước |
| | 15 giờ 30 Đi thăm, chúc Tết: -Bệnh viện Sản Nhi, -Phòng Cảnh sát Giao thông thuộc Công an tỉnh; - Công nhân đang làm vệ sinh đường phố (do rr888.com thành phố Long Xuyên chọn). | | | Phó Chủ tịch Ngô Công Thức |
/vi/lich-cong-tac-cua-chu-tich-va-cac-pho-chu-tich-ubnd-tinh-tu-ngay-24012025-den-ngay-28012025
";
var footstr = "";
var newstr = document.all.item(text).innerHTML;
//var newstr = document.getElementById(text).innerHTML;
var oldstr = document.body.innerHTML;
document.body.innerHTML = headstr + newstr + footstr;
window.print();
document.body.innerHTML = oldstr;
return false;
}
function printDiv2(text) {
var content = document.getElementById(text).innerHTML;
var printWindow = window.open('', '', 'height=600,width=800');
printWindow.document.write('
');
printWindow.document.write('');
printWindow.document.write(content);
printWindow.document.write('');
printWindow.document.close();
printWindow.print();
}
function share_fb(url) {
window.open('https://www.facebook.com/sharer/sharer.php?u='+url,'facebook-share-dialog',"width=626, height=436")
}
function toggleBackgroundColor() {
const element = document.getElementById('contrast');
const currentColor = window.getComputedStyle(element).backgroundColor;
if (currentColor === 'rgb(220, 220, 220)') {
element.style.backgroundColor = '#fff';
} else {
element.style.backgroundColor = 'rgb(220, 220, 220)';
}
}
var liActive = Array.from(document.querySelectorAll('.posts-list-noibat .post-title'));
if (Array.isArray(liActive) && liActive.length ) {
liActive[0].classList.add('active');
}
function increaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) + 2;
if (newSize <= 40) {
textElement.style.fontSize = newSize + 'px';
}
}
function decreaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) - 2;
if (newSize >= 12) {
textElement.style.fontSize = newSize + 'px';
}
}
function resetFontSize() {
var textElement = document.getElementById('text');
textElement.style.fontSize = '18px';
}