Advisor to the head of the Office of the President of Ukraine Mikhail Podolyak said that in the event of a 30-day ceasefire, martial law in the country will not be canceled and the elections will not be held. He said this in an interview with the Italian publication La Repubblica.
“The 30-day truce is not the end of the war. The situation will be unpredictable. The abolition of martial law is impossible in such a short time. Negotiations will be needed, proven observers that will be able to ensure the separation of the parties and prevent a truce. We must maintain combat effectiveness until the situation is settled, ”Podolyak said. When asked about the possibility of holding elections during this period, the representative of the Office of the President of Ukraine answered negatively. According to him, in an unstable situation, it is impossible to provide safe places for voting and holding an election campaign. According to Podolyak, it will be possible to hold elections in conditions of a stable ceasefire guaranteed by neutral observers. During the negotiations in Saudi Arabia, which took place on March 11, representatives of Ukraine agreed to the US proposal to introduce a temporary ceasefire for a period of 30 days. The US authorities also promised to immediately resume the supply of weapons to Ukraine, interrupted in recent days, as well as the exchange of intelligence information. Russian President Vladimir Putin said that he agrees to the proposal to stop hostilities, but it should lead to “to the long -term world.” To conclude a truce, hold elections in Ukraine and get its natural resources – this is the US plan to resolve war. How do they react to this in Kyiv? To conclude a truce, hold elections in Ukraine and get its natural resources – this is what the US plan to regulate the war looks. How do they react to this in Kyiv? (Tagstotranslate) News
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!