
8:52 AM IST: യുക്രെയിൻ സംഘർഷം കൂടി ഉൾപ്പെടുത്തിയുള്ള സംയുക്തപ്രഖ്യാപനത്തിൽ റഷ്യയോട് വിട്ടുവീഴ്ച ചെയ്തെന്ന വിമർശനം അമേരിക്കൻ മാധ്യമങ്ങൾ ഉയർത്തി. റഷ്യയെ ശക്തമായി അപലപിക്കാതെ കടന്നുകയറ്റങ്ങൾക്കെതിരെ താക്കീത് നല്കിയാണ് പ്രഖ്യാപനത്തിൽ സമവായം സാധ്യമാക്കിയത്.
ഇതിനെതിരെയാണ് അമേരിക്കൻ മാധ്യമങ്ങൾ വിമർശനമുയർത്തുന്നത്. എന്നാൽ റഷ്യൻ കടന്നുകയറ്റത്തിൽ ശക്തമായ താക്കീതുണ്ടെന്നാണ് യുഎസ് എൻഎസ്എ ജേക്ക് സള്ളിവൻ പ്രതികരിച്ചത്.
അഭിമാനിക്കാൻ ഒന്നുമില്ലെന്നായിരുന്നു യുക്രെയ്ൻ പ്രതികരണം. 8:52 AM IST: ജി20 ഉച്ചകോടിക്ക് ഇന്ന് ദില്ലിയിൽ സമാപനം.
‘ഒരു ഭാവി’ എന്ന ഉച്ചകോടിയുടെ ശേഷിക്കുന്ന സെഷൻ ഇന്ന് നടക്കും. 10.30 മുതൽ പന്ത്രണ്ടര വരെയാണ് ചർച്ചകൾ നടക്കുക.
രാവിലെ രാജ് ഘട്ടിൽ സന്ദർശനം നടത്തുന്ന ലോക നേതാക്കൾ ഗാന്ധിജിയുടെ സ്മൃതി കുടീരത്തിൽ ആദരമർപ്പിക്കും. ജി20 വേദിയായ ഭാരത മണ്ഡപത്തിൽ നേതാക്കൾ മരത്തൈ നടും.
ഇന്നലെ സംയുക്ത പ്രസ്താവന പുറത്തിറക്കിയ ജി 20 യോഗത്തിൽ ആഫ്രിക്കൻ യൂണിയനും അംഗത്വം നൽകാൻ തീരുമാനമായിരുന്നു. വൈകിട്ട് ലോക നേതാക്കൾ രാഷ്ട്രപതി ദ്രൗപതി വിളിച്ച അത്താഴ വിരുന്നിലും പങ്കെടുത്തിരുന്നു. 8:51 AM IST: നിയമസഭ കയ്യാങ്കളി കേസിൽ രണ്ട് മുൻ കോണ്ഗ്രസ് എംഎൽഎമാരെ കൂടി പ്രതിചേർക്കും.
എം എ വാഹിദ്, ശിവദാസൻ നായർ എന്നിവരെ പ്രതിചേർത്ത് ക്രൈം ബ്രാഞ്ച് കോടതിയിൽ റിപ്പോർട്ട് നൽകും. വനിതാ എംഎൽഎ തടഞ്ഞുവെന്ന ചുറ്റം ചുമത്തിയാണ് പ്രതി ചേർക്കുക.
ഇതേവരെ ഇടതു നേതാക്കള് മാത്രമുണ്ടായിരുന്ന കേസിലാണ് കോണ്ഗ്രസ് നേതാക്കളെ കൂടി പ്രതി ചേർക്കുന്നത്. var requestOptions = {
method: 'GET',
redirect: 'follow'
};
var locationObject = {};
fetch("https://www./geoinfo", requestOptions)
.then(response => response.text())
.then(result =>{
result = JSON.parse(result);
if(result.CountryCode !== "IN"){
$('.btnlogin, .btnloginmobile').hide();
}else{
window.onload = function () {
google.accounts.id.initialize({
client_id: '154180282365-0fnmmnnc5api7rmetko7v1ujd104m7n9.apps.googleusercontent.com',
callback: handleCredentialResponse
});
google.accounts.id.renderButton(
document.getElementById("buttonDiv"),
{ theme: "outline", size: "large" , width: "314px" } // customization attributes
);
let userData = JSON.parse(localStorage.getItem("asianetLogin"));
if(!userData){
google.accounts.id.prompt(); // also display the One Tap dialog
}
}
}
console.log(result)
})
.catch(error => console.log('error', error));
function handleOpenLogin(){
var loginData = JSON.parse(localStorage.getItem("asianetLogin"));
if(loginData){
let nameupdate = document.getElementById("loggedInName");
nameupdate.innerHTML = loginData.name;
let emailupdate = document.getElementById("loggedInEmail");
emailupdate.innerHTML = loginData.email;
let profilepicupdate = document.getElementById("loggedInImagesrc");
profilepicupdate.src = loginData.profileImg;
document.getElementById('loggedOutState').style.display = "none";
document.getElementById('loggedInState').style.display = "";
document.getElementById('loggedOutImageDiv').style.display = "none";
document.getElementById('loggedInImageDiv').style.display = "";
}else{
document.getElementById('loggedInState').style.display = "none";
document.getElementById('loggedOutState').style.display = "";
document.getElementById('loggedInImageDiv').style.display = "none";
document.getElementById('loggedOutImageDiv').style.display = "";
}
}
function getDetails(clientId, token, loginType){
const apiUrl = loginType == "google" ? 'https://5pusunhjjf.execute-api.ap-south-1.amazonaws.com/v1/frontendUser/googleLogin' : 'https://5pusunhjjf.execute-api.ap-south-1.amazonaws.com/v1/frontendUser/fbLogin';
fetch(apiUrl, {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify({"clientId": clientId, "credential": token,"accessToken":token, "accountId": "site/50et4t1p5", loginType: loginType }),
})
.then((res) => {
if(res.status==200) {
return res.json();
}
}).then(resData => {
localStorage.setItem("asianetLogin", JSON.stringify({name: resData.fullName, email: resData.email, profileImg: resData.imageUrl}));
$('.loginpopup').removeClass('open');
console.log("response", resData);
$('.btnlogin, .btnloginmobile').find('img').attr('src', resData.imageUrl);
$('.btnlogin, .btnloginmobile').find('img').css({"border-radius": "50%"});
})
.catch((err) => {
console.error(err);
return {};
});
}
document.addEventListener('DOMContentLoaded', function () {
let userData = JSON.parse(localStorage.getItem("asianetLogin"));
if (userData) {
let btnLogin = document.querySelector('.btnlogin');
let imgElement = btnLogin.querySelector('img');
imgElement.src = userData.profileImg;
imgElement.style.borderRadius = '50%';
let btnloginmobile = document.querySelector('.btnloginmobile');
let imgElementMobile = btnloginmobile.querySelector('img');
imgElementMobile.src = userData.profileImg;
imgElementMobile.style.borderRadius = '50%';
}
});
function handleCredentialResponse(response) {
let clientId = '154180282365-0fnmmnnc5api7rmetko7v1ujd104m7n9.apps.googleusercontent.com';
var res = getDetails(clientId,response.credential, "google");
console.log("google_response",response,res);
}
function handleLogout(){
if(typeof window != undefined){
let storageData = JSON.parse(localStorage.getItem("asinetLogin"));
localStorage.removeItem("asianetLogin");
$('.btnlogin, .btnloginmobile').find('img').attr('src', 'https://static./v1/user-icon.svg');
$('.btnlogin, .btnloginmobile').find('img').css({"border-radius": "50%"});
$('.loginpopup').removeClass('open');
$('body,html').css('overflow','');
}
}
function handleFbLogin(){
FB.login(function(response){
if (response.authResponse) {
getDetails('962655038083531', response.authResponse.accessToken, "fb");
}
}, {scope: 'public_profile,email'});
}
window.fbAsyncInit = function() {
// FB JavaScript SDK configuration and setup
FB.init({
appId : '962655038083531', // FB App ID
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse social plugins on this page
version : 'v3.2' // use graph api version 2.8
});
};
// Load the JavaScript SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
document.addEventListener('DOMContentLoaded', function () {
const btnLogin = document.querySelector('.btnlogin');
const btnLoginMobile = document.querySelector('.btnloginmobile');
const loginPopup = document.querySelector('.loginpopup');
const loginPopupOverlay = document.querySelector('.loginpopupoverlay');
const newsHubContainer = document.getElementById('iz-news-hub-main-container');
btnLogin.addEventListener('click', function () {
loginPopup.classList.add('open');
document.body.style.overflow = 'hidden';
newsHubContainer.style.zIndex = '999';
});
btnLoginMobile.addEventListener('click', function () {
loginPopup.classList.add('open');
document.body.style.overflow = 'hidden';
newsHubContainer.style.zIndex = '999';
});
function closeLoginPopup() {
loginPopup.classList.remove('open');
document.body.style.overflow = '';
newsHubContainer.style.zIndex = '';
}
const closeBtns = document.querySelectorAll('.closeloginpopup, .loginpopupoverlay');
closeBtns.forEach(function (btn) {
btn.addEventListener('click', closeLoginPopup);
});
});
…
ദിവസം ലക്ഷകണക്കിന് ആളുകൾ വിസിറ്റ് ചെയ്യുന്ന ഞങ്ങളുടെ സൈറ്റിൽ നിങ്ങളുടെ പരസ്യങ്ങൾ നൽകാൻ ബന്ധപ്പെടുക വാട്സാപ്പ് നമ്പർ 7012309231 Email ID [email protected]