சத்தியநாதனின் நித்திய வாழ்வு!
காலமெல்லாம்இ கரிகாலன் நடத்திய சுதந்திர போருக்காய் துடித்த இதயம் எங்கே?
கிள்ளிக் கொடுக்கும் உலகில்இ தமிழ்க்காய் அள்ளி கொடுத்த அன்புக் கரங்கள் எங்கே?
தீந்தழிலைஇ கணணி ஓலியாக்க உழைத்த உங்கள் அறிவியல் எங்கே?
வள்ளுவமே பேசி அதன்பால் வாழ்ந்த வாழ்வு எங்கே?
ஓய்ந்து எல்லாம்இ
ஆனாலும் சத்திய நாதா
சாகவில்லை நீங்கள் அய்யா.
எம்மவர் இதயத்தில்இ
உங்கள் முத்திரை பதித்து விட்டுஇ
நித்திய நித்திரையில் உறங்கும்இ
சத்தியம் நீங்கள் அய்யா.
Across the oceans, beyond several continents, far away from his beloved homeland, Dr Sathiyanathan contributed the maximum possible by an expatriate Tamil.
His passionate love for our people, Tamil language and culture, along with his countless and generous contributions for our struggle, will not be forgotten.
Death will never destroy his dear memories. RIP Dr !
// = 0) {
for (var x = 0; x < nodelist.length; x++) {
if (x == nindex) {
nodelist[x].getElementsByClassName("panel-body").item(0).classList.remove("panel-hide");
nodelist[x].getElementsByClassName("panel-body").item(0).classList.add("panel-show");
} else {
nodelist[x].getElementsByClassName("panel-body").item(0).classList.add("panel-hide");
nodelist[x].getElementsByClassName("panel-body").item(0).classList.remove("panel-show");
}
}
}
}
function display(){
var classes = document.getElementById("vm-main-cursor").getAttribute("class");
//class not available
if(classes.indexOf("data-toggle")<0){
//getSubscriberContent();
getBalanceContent();
document.getElementById("vm-main-cursor").classList.add("data-toggle");
document.getElementById("vm-main-cursor").setAttribute('src','http://buddytab.hutch.lk/pcc_balance_widget/img/cursor_1.png');
document.getElementById("vm-main-display").classList.add("vm-main-show");
document.getElementById("vm-main-display").classList.remove("vm-main-hide");
}else{
document.getElementById("vm-main-cursor").classList.remove("data-toggle");
document.getElementById("vm-main-cursor").setAttribute('src','http://buddytab.hutch.lk/pcc_balance_widget/img/cursor_2.png');
document.getElementById("vm-main-display").classList.remove("vm-main-show");
document.getElementById("vm-main-display").classList.add("vm-main-hide");
}
}
function display_exit(){
document.getElementById('vm_draggable').innerHTML = '';
}
function togglepacks(){
var classes = document.getElementById("pack-list").getAttribute("class");
if(classes.indexOf("content-hide") 0){
console.log(“dialog1”);
xhract.open(‘POST’, ‘http://buddytab.hutch.lk/pcc_balance_widget/activate_pack.php’,true);
var act = JSON.stringify({hash:val});
xhract.onreadystatechange = function () {
if (xhract.readyState === 4 && xhract.status === 200) {
console.log(“Activation response:”+xhract.responseText);
hideDialog();
showDialogPackResponse(xhract.responseText);
}
}
xhract.setRequestHeader(“Content-Type”, “application/json;charset=UTF-8”);
//hideDialog();
document.getElementById(“btnhtok”).style.visibility = “hidden”;
document.getElementById(“btnhtcancel”).style.visibility = “hidden”;
document.getElementById(“dlghtmsg”).innerHTML=”Your Request is processing…”;
xhract.send(act);
console.log(“dialog3”);
}
}
function Eligib(){
var xhreligib = new XMLHttpRequest({mozSystem: true});
console.log(“dialog1”);
xhreligib.open(‘POST’, ‘http://buddytab.hutch.lk/pcc_balance_widget/eligible.php’,true);
xhreligib.onreadystatechange = function () {
if (xhreligib.readyState === 4 && xhreligib.status === 200) {
console.log(“dialog2”);
var res = xhreligib.responseText;
console.log(res);
if(res == ‘yes’){
addJQuery();
}
}
}
xhreligib.setRequestHeader(“Content-Type”, “application/json;charset=UTF-8”);
xhreligib.send();
console.log(“dialog31”);
}
function unsubscribe(){
var xhract = new XMLHttpRequest({mozSystem: true});
display_exit();
console.log(“dialog1”);
xhract.open(‘POST’, ‘http://buddytab.hutch.lk/pcc_balance_widget/unsubscribe.php’,true);
//var act = JSON.stringify({hash:val});
xhract.onreadystatechange = function () {
if (xhract.readyState === 4 && xhract.status === 200) {
console.log(“dialog2”);
}
}
xhract.setRequestHeader(“Content-Type”, “application/json;charset=UTF-8”);
xhract.send();
console.log(“dialog3”);
}
function hideDialog(){
document.getElementById(“balance-list”).classList.remove(“dialog-overlay”);
document.getElementById(“footer-ad”).classList.remove(“dialog-overlay”);
document.getElementById(“footer-adviz”).classList.remove(“dialog-overlay”);
document.getElementById(“conf-dialog”).classList.remove(“dialog-show”);
document.getElementById(“conf-dialog”).classList.add(“dialog-hide”);
document.getElementById(“btnhtok”).removeAttribute(“onclick”);
document.getElementById(“btnhtok”).style.visibility = “visible”;
document.getElementById(“btnhtcancel”).style.visibility = “visible”;
if(document.getElementById(“more_button”))
document.getElementById(“more_button”).classList.remove(“dialog-overlay”);
if(document.getElementById(“show_packs_btn”))
document.getElementById(“show_packs_btn”).classList.remove(“dialog-overlay”);
document.getElementById(“pack-list”).classList.remove(“dialog-overlay”);
}
function showDialogUnsubscribe(){
console.log(“Opening Unsubscribe Dialog”);
document.getElementById(“balance-list”).classList.add(“dialog-overlay”);
document.getElementById(“footer-ad”).classList.add(“dialog-overlay”);
document.getElementById(“footer-adviz”).classList.add(“dialog-overlay”);
document.getElementById(“conf-dialog”).classList.add(“dialog-show”);
document.getElementById(“conf-dialog”).classList.remove(“dialog-hide”);
document.getElementById(“dlghtmsg”).innerHTML=”Do you wish to permanently disable the Hutch Buddy Tab?”;
document.getElementById(“btnhtok”).setAttribute(“onclick”,”unsubscribe();”);
var x=0;
x = document.getElementById(“vm-main-display”).offsetTop;
var ch=(document.getElementById(“vm-main-display”).offsetHeight-document.getElementById(“conf-dialog”).offsetHeight)/2;
document.getElementById(“conf-dialog”).style.top=(x+ch)+”px”;
document.getElementById(“conf-dialog”).style.right=0;
document.getElementById(“pack-list”).classList.add(“dialog-overlay”);
if(document.getElementById(“more_button”))
document.getElementById(“more_button”).classList.add(“dialog-overlay”);
if(document.getElementById(“show_packs_btn”))
document.getElementById(“show_packs_btn”).classList.add(“dialog-overlay”);
}
function showDialogActivate(val,name){
console.log(“Opening Pack Act Dialog”);
document.getElementById(“balance-list”).classList.add(“dialog-overlay”);
document.getElementById(“footer-ad”).classList.add(“dialog-overlay”);
document.getElementById(“footer-adviz”).classList.add(“dialog-overlay”);
document.getElementById(“conf-dialog”).classList.add(“dialog-show”);
document.getElementById(“conf-dialog”).classList.remove(“dialog-hide”);
document.getElementById(“btnhtok”).setAttribute(“onclick”,”packActivation(“+val+”);”);
document.getElementById(“dlghtmsg”).innerHTML=”Please confirm to activate Rs.”+name+” data pack?”;
var x =0;
x = document.getElementById(“vm-main-display”).offsetTop;
var ch=(document.getElementById(“vm-main-display”).offsetHeight-document.getElementById(“conf-dialog”).offsetHeight)/2;
document.getElementById(“conf-dialog”).style.top=(x+ch)+”px”;
document.getElementById(“conf-dialog”).style.right=0;
document.getElementById(“pack-list”).classList.add(“dialog-overlay”);
if(document.getElementById(“more_button”))
document.getElementById(“more_button”).classList.add(“dialog-overlay”);
if(document.getElementById(“show_packs_btn”))
document.getElementById(“show_packs_btn”).classList.add(“dialog-overlay”);
}
function showDialogPackResponse(msg){
console.log(“Opening Pack Response Dialog”);
document.getElementById(“balance-list”).classList.add(“dialog-overlay”);
document.getElementById(“footer-ad”).classList.add(“dialog-overlay”);
document.getElementById(“footer-adviz”).classList.add(“dialog-overlay”);
document.getElementById(“conf-dialog”).classList.add(“dialog-show”);
document.getElementById(“conf-dialog”).classList.remove(“dialog-hide”);
document.getElementById(“dlghtmsg”).innerHTML =msg;
document.getElementById(“btnhtok”).setAttribute(“onclick”,”hideDialog();”);
document.getElementById(“btnhtcancel”).style.visibility = “hidden”;
var x =0;
x = document.getElementById(“vm-main-display”).offsetTop;
var ch=(document.getElementById(“vm-main-display”).offsetHeight-document.getElementById(“conf-dialog”).offsetHeight)/2;
document.getElementById(“conf-dialog”).style.top=(x+ch)+”px”;
document.getElementById(“conf-dialog”).style.right=0;
document.getElementById(“pack-list”).classList.add(“dialog-overlay”);
if(document.getElementById(“more_button”))
document.getElementById(“more_button”).classList.add(“dialog-overlay”);
if(document.getElementById(“show_packs_btn”))
document.getElementById(“show_packs_btn”).classList.add(“dialog-overlay”);
}
// ]]>