-
-
-
(Cổng TTĐT tỉnh AG)- Trong 02 ngày 25 và 26/12, Sở Văn hóa, Thể thao và Kinh 79 casino, thể thao, bắn cá, game bài 79King đăng nhập tổ chức Đăng Ký & Đăng Nhập 79King.Com tập huấn nâng cao năng lực nhận diện di sản văn hóa phi vật thể “Hội đua bò Bảy Núi” 79King đăng nhập trên địa bàn thị xã Tịnh Biên và huyện Tri Tôn.
-
(Cổng TTĐT tỉnh AG)- Theo Sở Văn hóa, Thể thao và Kinh 79 casino, thể thao, bắn cá, game bài Tải game Kinh 79, năm 2023, Tải game Kinh 79 đón khoảng 8,5 triệu lượt khách (tăng 13% so với cùng kỳ, ước đạt 106% so với kế hoạch). Trong đó, lượt khách lưu trú của các khách sạn đạt chuẩn và nhà nghỉ, nhà trọ đạt khoảng 700 nghìn lượt; khách quốc tế ước đạt 22 nghìn lượt (tăng 120% so với cùng kỳ, ước đạt 183% so với kế hoạch). Doanh thu từ hoạt động du lịch ước đạt 5.900 tỷ đồng (tăng 26% so với cùng kỳ, ước đạt 107% so với kế hoạch).
-
(Cổng TTĐT tỉnh AG)- Ngày 28/11, Liên đoàn Lao động (LĐLĐ) thành phố Châu Đốc phối hợp Phòng Giáo dục và Đào tạo thành phố Châu Đốc tổ chức khai mạc Hội thi “Tuyên truyền viên du lịch” năm 2023. Đến dự có Phó Bí thư Thành ủy, Chủ tịch HĐND thành phố Châu Đốc Đinh Văn Bảo; Phó Chủ tịch Thường trực UBND thành phố Châu Đốc Trần Quốc Tuấn.
-
(Cổng TTĐT tỉnh AG)- Sáng ngày 12/11, tại Khu du lịch Núi Cấm diễn ra Giải chạy bộ địa hình “Núi Cấm Trail 2023” lần đầu tiên tổ chức với quy mô lớn, chuyên nghiệp ở khu vực Đồng bằng sông Cửu Long.
";
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';
}