Habermetrik
← Ana Sayfa
Edirne 07 Eylül 2026 15:05
✍ Editör: Habermetrik · Editör Politikası

Edirne Belediyesi Meclisi toplantısında gerginlik yaşandı

Edirne Belediyesi Meclisi toplantısında gerginlik yaşandı
Görsel kaynağı: Hürriyet Gündem

document.addEventListener('DOMContentLoaded', () => {const isLezizz = document.querySelector(".header-lezizz");const loginText = isLezizz ? "Giriş" : "GİRİŞ";try {if (DM) {DM.auth.oidc.init('btn-dm-signin', {'storage': 'nostorage','acr_values': 'hurriyet','onsuccess': onSuccess,'onfailure': onFailure});function loadGoogleTapOneJs(src) {let script = document.createElement('script');script.src = src;script.async = true;script.defer = true;document.head.appendChild(script);}function onSuccess(dmUser) {let full_name = `${dmUser.profile.firstName?.trim()} ${dmUser.profile.lastName?.trim()}`;let parent = DM.auth.clickElement.parentElement;if (parent) {parent.removeChild(DM.auth.clickElement);parent.appendChild(DM.auth.clickElement.cloneNode(true));}const sidebarPremiumBox = document.querySelector(".sidebar__external--signin"),loginAccount = document.querySelector('.header__external--account'),gmConnectBtn = document.querySelector(".gm-connect-btn"),gmLoginAfter = document.querySelector(".login-after"),gmLoginInfoElements = document.querySelectorAll("#gmUserName"),gmLogoutButtons = document.querySelectorAll(".gm-connect-box .gm-link"),gmLoginContainers = document.querySelectorAll(".gm-login-container"),h16Header = document.querySelector(".h16-header"),backdrop = document.querySelector('.header__backdrop');let profileLink = " loginUrl = " lastUrl = "?lasturl= (sidebarPremiumBox) {sidebarPremiumBox.innerHTML = GetShortName(full_name);sidebarPremiumBox.setAttribute("href", profileLink);}if (loginAccount) {let parent = loginAccount.parentElement;parent.removeChild(loginAccount);parent.appendChild(loginAccount);const advancedHeader = document.querySelector(".category-advanced-header");let userProfile = null;if (advancedHeader) {let shortName = full_name.split(' ').map(name => name[0] + '').join('');const capitalizeFullName = full_name.toLocaleLowerCase('tr-TR').split(' ').map(word => word.charAt(0).toLocaleUpperCase('tr-TR') + word.slice(1)).join(' ');userProfile = ` ${shortName} ${capitalizeFullName} Kullanıcı Bilgilerim Çıkış Yap `;}else {userProfile = ` Profili Gör Çıkış Yap `;}loginAccount.classList.add('login');let shortOrFullName;if (IsMobile()) {shortOrFullName = full_name.split(' ').map(name => name[0] + '.').join('');} else {shortOrFullName = full_name;}loginAccount.innerHTML = GetShortName(shortOrFullName);loginAccount.setAttribute("href", "javascript:;");loginAccount.innerHTML += userProfile;const mobileUserTarget = document.querySelector('.mobile-user-profile-menu');if (mobileUserTarget) {mobileUserTarget.innerHTML = userProfile;}loginAccount.addEventListener("click", () => {const isOpened = loginAccount.classList.toggle("opened");if (window.innerWidth {setCookie("firstLogin", false, -1);setCookie("isPopupShow", true, 7);document.location = loginUrl +"/accounts/logout" + lastUrl;});}}if (h16Header) {h16Header.setAttribute("href", profileLink);let loginPlaces = document.querySelectorAll(".login-user");[].forEach.call(loginPlaces, element => {element.innerText = GetShortName(full_name)});}trackFirstLogin(dmUser);if (gmConnectBtn && gmLoginAfter) {gmConnectBtn.remove();gmLoginAfter.remove();[].forEach.call(gmLoginContainers, element => {element.classList.add('gm-show');});[].forEach.call(gmLoginInfoElements, element => {element.innerHTML = GetShortName(full_name);});[].forEach.call(gmLogoutButtons, element => {element.setAttribute("href", "javascript:void(0);");});}}function onFailure(error) {let loginUrl = " lastUrl = "?lasturl= false, -1);if (document.getElementById('logoutbtn') != null) {document.getElementById('logoutbtn').style.display = 'none';}document.getElementById('btn-dm-signin').innerText = loginText;document.getElementById('btn-dm-signin').href = loginUrl + "/accounts/login" + lastUrl;let loginAccount = document.querySelector('.header__external--account');let h16Header = document.querySelector(".h16-header");if (loginAccount) {loginAccount.classList.remove('login');}if (h16Header) {loginAccount.setAttribute("href", "javascript:void(0)");let loginPlaces = document.querySelectorAll(".login-user");[].forEach.call(loginPlaces, element => {element.innerText = loginText;});}window.consoleLog?.('onFailure', error);}function trackFirstLogin(dmUser) {if (getCookie("firstLogin") !== "") {return;}const actionNames = {7: "google",5: "twitter",4: "facebook",17: "apple" };let action = "manuel";try {const referrer = dmUser.profile.referrer;action = actionNames[referrer] || action;} catch (e) {window.consoleLog?.("Error referrer", e);}const script = document.createElement("script");script.innerHTML = `window.dataLayer = window.dataLayer || [];window.dataLayer.push({'event': 'login','Category': 'login','Action': '${action}','Label': 'hurriyet.com'});`;document.getElementsByTagName('head')[0].appendChild(script);setCookie("firstLogin", true, 15);};function popupShowRule() {let isReferralValid = false;let isWebSiteFirstVisit = false;let isMainPageAutoReload = false;let documentReferrer = document.referrer;if (documentReferrer.includes(".hurriyet.com.tr") || documentReferrer.includes("localhost") || documentReferrer == "") {isReferralValid = true;}if (isReferralValid) {if (getCookie("isWebSiteFirstVisit") == "") {setCookie("isWebSiteFirstVisit", true, 1);isWebSiteFirstVisit = true;}if (isWebSiteFirstVisit == false && getCookie("isPopupShow") == "") {setCookie("isPopupShow", true, 7);let googleFastLoginControlText = document.getElementById("googleFastLoginControl").value;if (googleFastLoginControlText == 1) {window.consoleLog?.("OneTap: Mobile, Web On");loadGoogleTapOneJs(" if (googleFastLoginControlText == 2 && IsMobile()) {window.consoleLog?.("OneTap: Mobile On, Web Off");loadGoogleTapOneJs(" if (googleFastLoginControlText == 3 && !IsMobile()) {window.consoleLog?.("OneTap: Mobile Off, Web On");loadGoogleTapOneJs(" setCookie(cname, cvalue, exdays) {const d = new Date();d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));let expires = "expires=" + d.toUTCString();document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";}function getCookie(cname) {let name = cname + "=";let decodedCookie = decodeURIComponent(document.cookie);let ca = decodedCookie.split(';');for (let i = 0; i 1) {for (var i = 1; i #credential_picker_container {z-index: 9999999 !important;}.dm-modal-container {font-family: 'Metropolis Medium';} .adserviceOop{position: fixed;top: 0px;left: 0px;width: 0px;height: 0px;} .news-inline-banner {img {@media screen and (max-width: 767px) {max-height: 165px;height: auto;}@media screen and (min-width: 768px) {max-height: 200px;height: auto;width: auto;max-width: 100%;}}} HABERLER Gündem Haberleri Edirne Belediyesi Meclisi toplantısında gerginlik yaşandı Güncelleme Tarihi: Eylül 07, 2026 17:23 Edirne Belediye Meclisi olağan eylül ayı toplantısı, Edirne Belediye Başkanı Filiz Gencan başkanlığında Atatürk Kültür Merkezi'nde gerçekleştirildi. Kent gündemine dair maddelerin görüşüldüğü toplantı sonrasında, meclis üyeleri arasında yaşanan sert tartışma, kavgaya dönüştü. Toplantıda AK Parti Belediye Meclis Üyesi Celal Demir, Edirne'nin hizmet götürülmeyen mahalleleri olduğunu iddia etti. Demir’in sözlerine Yeni Parti Belediye Meclis Üyesi Asım Uyguner karşılık verdi. Toplantı sırasında ikili arasında bir süre tartışma yaşandı. Toplantının sona ermesiyle birlikte meclis salonundan ayrılan taraflar arasındaki gerginlik sürdü. Demir ile Uyguner arasında itişme yaşandı. Kavga diğer meclis üyeleri ve belediye personelinin araya girmesiyle sonlandırıldı. Uyguner, Demir’in kendisine tokat attığını iddia etti. Olay sonrası Celal Demir ve Asım Uyguner çalışma arkadaşları tarafından salondan uzaklaştırıldı. Türkiye ve dünyadaki en güncel gelişmelerden haberdar olmak için, bültenlerin gönderileceği e-posta adresini girin. Türkiye gündeminden son dakika haberleri, bugün yaşanan en son gelişmeler, siyaset gündeminden güncel haberler ve bütün son dakika haberleri için Hürriyet'in internet haber sitesi hurriyet.com.tr; Hurriyet.com.tr haber içerikleri kaynak gösterilmeden alıntı yapılamaz, Kanuna aykırı ve izinsiz olarak kopyalanamaz, başka yerde yayınlanamaz.

Kaynaklar: Hürriyet Gündem
Haber metni ve görseller Hürriyet Gündem sitesine aittir; tam içerik kaynak sitede yayınlanır.
Haber Künyesi
Kategori: Siyaset · Bölge: Edirne
Yayın: 07 Eylül 2026 15:05 · Kaynak: Hürriyet Gündem
Kaynağı Oku ↗
Paylaş: X WhatsApp