کنسرت در کره شمالی

کره شمالی هفتادوهشتمین سالگرد تأسیس این کشور را با برگزاری یک کنسرت و نمایش آتش‌بازی در پیونگ‌یانگ گرامی داشت.







{“@context”:”https://schema.org”,”@type”:”BreadcrumbList”,”itemListElement”:[{“@type”:”ListItem”,”position”:1,”name”:”u062eu0627u0646u0647″,”item”:”https://fararu.com”},{“@type”:”ListItem”,”position”:2,”name”:”u0648u06ccu062fu06ccu0648″,”item”:”https://fararu.com/u0628u062eu0634-%D9%88%DB%8C%D8%AF%DB%8C%D9%88-21″}]}




کنسرت در کره شمالی


کره شمالی هفتادوهشتمین سالگرد تأسیس این کشور را با برگزاری یک کنسرت و نمایش آتش‌بازی در پیونگ‌یانگ گرامی داشت.





















var setCommentParentId = function(parentId) {
document.getElementById(‘commentParent’).value = parentId;

// —- ADDED CLASS TO COMMENT FORM —-
var commentBoxForm = document.getElementById(‘newsCommentBoxForm’);
commentBoxForm.classList.add(‘modal’);

// —- ADDED STYLE TO CLOSE COMMENT FORM —-
var closeModal = document.getElementById(‘close_icon’);
closeModal.style.display = ‘block’;

// —- EVERY CLICK ON BACKGROUND FOR CLOSED REPLY FORM —-
commentBoxForm.addEventListener(‘click’, function(event) {
if (event.target === commentBoxForm) {
commentBoxForm.classList.remove(‘modal’);
closeModal.style.display = ‘none’; // hide the close button when form is hidden
}
});

// —- BUTTON FOR CLOSE MODAL COMMENT —-
document.getElementById(‘close_icon’).addEventListener(‘click’, function() {
var commentBoxForm = document.getElementById(‘newsCommentBoxForm’);
commentBoxForm.classList.remove(‘modal’);
closeModal.style.display = ‘none’; // hide the close button when form is hidden
});
};
document.addEventListener(“DOMContentLoaded”, function() {
var commentSelector = document.querySelector(“#newsCommentBoxForm form”);
if (commentSelector) {
new CommentForm(commentSelector,
{“object_master_id”:”5737820″,”category_id”:21,”model”:8}, {
onSubmit: function() {
var elem = document.querySelector(‘#newsCommentBoxForm .statusBox’);
// var elemFieldset = document.querySelector(‘#newsCommentBoxForm .fieldset’);
var elemBtn = document.querySelector(‘#newsCommentBoxForm button’);
elem.classList.add(‘block’);
elem.innerHTML = ‘در حال ارسال نظر…’;
// elemFieldset.setAttribute(“disabled”, “disabled”);
elemBtn.classList.remove(‘block’);
},
onError: function() {
var elem = document.querySelector(‘#newsCommentBoxForm .statusBox’);
elem.classList.add(‘block’);
elem.innerHTML = ‘ارسال نظر با خطا مواجه شد.’;
var elemBtn = document.querySelector(‘#newsCommentBoxForm button’);
elemBtn.classList.remove(‘block’);
},
onSuccess: function() {
var elem = document.querySelector(‘#newsCommentBoxForm .statusBox’);
var elemBtn = document.querySelector(‘#newsCommentBoxForm button’);
elem.classList.add(‘block’);
elem.innerHTML = “نظر شما با موفقیت ارسال شد و پس از تایید، قابل مشاهده است.”;
setTimeout(function() {
elem.classList.remove(‘block’);
}, 5000);
elemBtn.classList.add(‘block’);
var elemForm = document.querySelector(‘#newsCommentBoxForm form’);
elemForm.reset();

var commentBoxForm = document.getElementById(‘newsCommentBoxForm’);
commentBoxForm.classList.remove(‘modal’);
var closeModal = document.getElementById(‘close_icon’);
closeModal.style.display = ‘none’; // Hide the close button after submission
}
});
}
});


منبع  : فرارو

برای مشاهده کامل مطلب کلیک کنید

اشتراک‌گذاری

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *