X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1515428.tpl;fp=data%2Ftemplates%2Fown_templates%2F1515428.tpl;h=0000000000000000000000000000000000000000;hb=f9b322cc7cb38f9d23168c291ebc3e49040a4999;hp=f9faffa80f37c54119ce952b22350e342d97d00c;hpb=673e23209e2e3b9782c037e70156a1a20154a5b9;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1515428.tpl b/data/templates/own_templates/1515428.tpl deleted file mode 100644 index f9faffa..0000000 --- a/data/templates/own_templates/1515428.tpl +++ /dev/null @@ -1,88 +0,0 @@ -function stswitch() { - document.forms[0].submit(); -} - -submenuTimer = false; -timer = 500; - -var IE = document.all?true:false -if (!IE) document.captureEvents(Event.MOUSEMOVE) -document.onmousemove = getMouseXY; -var tempX = 0 -var tempY = 0 - -function getMouseXY(e) { - if (navigator.userAgent.indexOf("Konqueror")!=-1) { // grab the x-y pos.s if browser is Konqueror - tempX = e.clientX - tempY = e.clientY - } else if (IE) { // grab the x-y pos.s if browser is IE - tempX = event.clientX + document.body.scrollLeft - tempY = event.clientY + document.body.scrollTop - } else { // grab the x-y pos.s if browser is NS - tempX = e.pageX - tempY = e.pageY - } - if (tempX < 0){tempX = 0} - if (tempY < 0){tempY = 0} - return true -} - -function sm(name,id,node) { - var t = tempY - 10; - var l = tempX - 10; - - var cnt = ""; - cnt += "userinfo"; - cnt += "
"; - cnt += ""; - cnt += "
"; - cnt += "
"; - cnt += ""; - cnt += ""; - cnt += "
"; - - if (p) { - p.innerHTML = cnt; - p.style.top = t + "px"; - p.style.left = l + "px"; - p.style.display = "block"; - } -} - -function sm_mail(name,id,node) { - var t = tempY - 10; - var l = tempX - 10; - - var cnt = ""; - cnt += "userinfo"; - cnt += "posta"; - cnt += "filter_by"; - cnt += "
"; - cnt += ""; - cnt += ""; - cnt += ""; - cnt += "
"; - - if (p) { - p.innerHTML = cnt; - p.style.top = t + "px"; - p.style.left = l + "px"; - p.style.display = "block"; - } -} - -function hideSubmenu() { - submenuTimer = setTimeout("hideSubmenu2()", timer); -} - -function hideSubmenu2() { - if (p) { - p.style.display = "none"; - } -} - -function km() { - if (submenuTimer) { - clearTimeout(submenuTimer); - } -} \ No newline at end of file