Login
Willkommen beim PagepeelAdmin. Hier haben Sie die Möglichkeit Ihre Pagepeels zu Verwalten.
Bitte Loggen Sie sich ein :
var __x = 0; var __y = 0; function do_getMP3(obj,ident) { var txtField = obj; obj = document.getElementById(obj); document.getElementById('imageList').style.display = "none"; var xy = findPos(obj); __y = xy[1]+obj.offsetHeight+1;//obj.offsetTop; __x = xy[0];//obj.offsetLeft; x_getMp3List(ident, txtField, do_displayMP3s); } function do_displayMP3s(data){ var obj = document.getElementById('imageList'); // add Attributes obj.style.border = "1px solid #000000"; obj.style.background = "#FFFFFF"; obj.style.padding = "0px"; obj.style.display = ""; obj.style.position = "absolute"; obj.style.left = __x+"px"; obj.style.top = __y+"px"; obj.style.zIndex = "1500"; obj.innerHTML = data; } function do_getImages(obj,ident) { var txtField = obj; obj = document.getElementById(obj); document.getElementById('imageList').style.display = "none"; var xy = findPos(obj); __y = xy[1]+obj.offsetHeight+1;//obj.offsetTop; __x = xy[0];//obj.offsetLeft; x_getImageList(ident, txtField, do_displayImages); } function do_displayImages(data){ var obj = document.getElementById('imageList'); // add Attributes obj.style.border = "1px solid #000000"; obj.style.background = "#FFFFFF"; obj.style.padding = "0px"; obj.style.display = ""; obj.style.position = "absolute"; obj.style.left = __x+"px"; obj.style.top = __y+"px"; obj.style.zIndex = "1500"; obj.innerHTML = data; } /* ******************************************************** */ function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft curtop = obj.offsetTop while (obj = obj.offsetParent) { curleft += obj.offsetLeft curtop += obj.offsetTop } } return [curleft,curtop]; } function closeImgList(){ obj = document.getElementById('imageList'); obj.style.display = "none"; obj.innerHTML = ""; } function writeImgValue(txtField,value, id){ var obj = document.getElementById(txtField); var img = document.getElementById(id); if(value.indexOf('.swf')>0){ obj.value = 'http://www.waldgasthof.com//'+value; }else{ obj.value = img.src;//value; } closeImgList(); } function writeMP3Value(txtField,value, id,uri){ var obj = document.getElementById(txtField); obj.value = "http://"+uri+"/"+value; closeImgList(); }//-->

Willkommen beim PagepeelAdmin. Hier haben Sie die Möglichkeit Ihre Pagepeels zu Verwalten.
Bitte Loggen Sie sich ein :