X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=basic-data%2Ftemplates%2Fown_templates%2F1502254.tpl;fp=basic-data%2Ftemplates%2Fown_templates%2F1502254.tpl;h=0000000000000000000000000000000000000000;hb=28a0f9d30ba36c49c48b59cad22a855a0337161a;hp=94265f0bf1434cfe70d8f222f566c305e2923ba1;hpb=a1797ae2365c0b45e3456fd6bc98b2993ffc87a8;p=mirrors%2FKyberia-bloodline.git diff --git a/basic-data/templates/own_templates/1502254.tpl b/basic-data/templates/own_templates/1502254.tpl deleted file mode 100644 index 94265f0..0000000 --- a/basic-data/templates/own_templates/1502254.tpl +++ /dev/null @@ -1,26 +0,0 @@ -function vymena() { - var browser = navigator.appName; - document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; - if(browser == "Microsoft Internet Explorer") { - xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); - } - else { - xmlhttp = new XMLHttpRequest(); - } - get_id_url = '/ajax/get_id_by_name.php?name='; - get_id_url += document.formular.mail_to.value; - xmlhttp.open("GET", get_id_url); - xmlhttp.onreadystatechange = function() { - if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { - id = xmlhttp.responseText; - document.images['fricon'].src = '/images/nodes/' + id.substr(0, 1) + '/' + id.substr(1, 1) + '/' + id + '.gif'; - } - } - xmlhttp.send(null); -} - -function chngto(name,id) { - document.formular.mail_to.value = name ; - name = name.toLowerCase() ; - document.images['fricon'].src = '/images/nodes/' + id.substr(0, 1) + '/' + id.substr(1, 1)+'/' + id + '.gif'; -} \ No newline at end of file