Ban quản lý Khu kinh tế lấy ý kiến đối với nội dung Dự thảo Tờ trình dự thảo Nghị quyết và Dự thảo Nghị quyết về Nhiệm vụ điều chỉnh Quy hoạch chung xây dựng Khu kinh tế cửa khẩu rr88 tải đến năm 2045
20/09/2024, 20:50
Nội dung
Thực hiện nhiệm vụ được giao, Ban Quản lý Khu kinh tế phối hợp với đơn vị tư vấn đã hoàn chỉnh nội dung Nhiệm vụ điều chỉnh quy hoạch chung xây dựng Khu kinh tế cửa khẩu rr88 tải, tỉnh rr88 tải đến năm 2045 theo rr8811 số 188/TB-VPrr888.com ngày 22/7/2024 của Văn phòng rr888.com tỉnh và đã trình rr888.com tỉnh báo cáo Ban Cán sự Đảng rr888.com tỉnh thống nhất tổ chức thông qua nội dung Nhiệm vụ điều chỉnh Quy hoạch chung xây dựng Khu kinh tế cửa khẩu rr88 tải. Theo khoản 4 Điều 34 Luật Xây dựng năm 2014 có quy định:
“4. Ủy ban nhân dân các cấp tổ chức lập quy hoạch xây dựng có trách nhiệm trình Hội đồng nhân dân cùng cấp quyết định trước khi được cơ quan nhà nước có thẩm quyền xem xét, phê duyệt”.
Để có cơ sở tham mưu Uỷ ban nhân dân tỉnh trình Hội đồng nhân dân tỉnh trong kỳ họp cuối năm 2024. Ban Quản lý Khu kinh tế gửi đến các Quý đơn vị Dự thảo Tờ trình dự thảo Nghị quyết và Dự thảo Nghị quyết về Nhiệm vụ điều chỉnh Quy hoạch chung xây dựng Khu kinh tế cửa khẩu rr88 tải, tỉnh rr88 tải đến năm 2045 và các hồ sơ kèm theo. Kính đề nghị Quý đơn vị có ý kiến và gửi về Ban Quản lý Khu kinh tế qua hệ thống quản lý văn bản VNPT-iOffice hoặc qua địa chỉ email: [email protected] đến hết ngày 30 tháng 9 năm 2024. Thông tin khi cần liên hệ: ông Ngô Bá Tùng (Phòng Quản lý Quy hoạch và Xây dựng – Ban Quản lý Khu kinh tế), điện thoại: 0985399587.
";
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';
}