-1) {
var s = strcode.indexOf("", e);
// Add to scripts array
scripts.push(strcode.substring(s_e+1, e));
// Strip from strcode
strcode = strcode.substring(0, s) + strcode.substring(e_e+1);
}
// Loop through every script collected and eval it
for(var i=0; i
"+data+"<\/td><\/tr><\/table>";
document.onmousemove = follow;
if (fade_message) {
$('#ajax_message').fadeIn();
}
}
}
function mouseX(evt) {
if (!evt) evt = window.event;
if (evt.pageX) return evt.pageX;
else if (evt.clientX) return evt.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
else return 0;
}
function mouseY(evt) {
if (!evt) evt = window.event;
if (evt.pageY) return evt.pageY;
else if (evt.clientY)return evt.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
else return 0;
}
function follow(evt) {
if (evt == null)
{
return;
}
$('#'+MESSAGE_DIV_ID).css('top', parseInt(mouseY(evt))+offY).css('left', parseInt(mouseX(evt))+offX);
}
function addPermUser(caller,event) {
var select_type = document.getElementById("perm_type_user");
var select_user = document.getElementById("perm_user");
var type = select_type.options[select_type.selectedIndex].value;
var uid = select_user.options[select_user.selectedIndex].value;
ajaxCommand(caller,event,"pa"+"---"+"u"+"---"+uid+"---"+type+":target_detect");
}
function addPermGroup(caller,event) {
var select_type = document.getElementById("perm_type_group");
var select_group = document.getElementById("perm_group");
var type = select_type.options[select_type.selectedIndex].value;
var gid = select_group.options[select_group.selectedIndex].value;
ajaxCommand(caller,event,"pa"+"---"+"g"+"---"+gid+"---"+type+":target_detect");
}
function addTag(caller,event) {
var select_tag = document.getElementById("tag_id");
var input_comment = document.getElementById("tag_comment");
var comment = input_comment.value;
comment = comment.replace(/---/g,"");
comment = comment.replace(/:/g,"");
var tid = select_tag.options[select_tag.selectedIndex].value;
ajaxCommand(caller,event,"ta"+"---"+tid+"---"+comment+":target_detect");
}
function deactivateTips() {
$("#tiptip_holder").fadeOut();
}
function processAutoRefresh() {
if ($('.ajax-refresh').length)
{
$('.ajax-refresh').each(function (index,element) {
sendAjaxCommand(null,"noop:"+$(this).attr('id'),false);
});
setTimeout('processAutoRefresh()',5000);
}
}
function initAutoRefresh() {
processAutoRefresh();
if (typeof adaptDynamics != "undefined") {
adaptDynamics();
}
}
var coords_syncing = false;
function setCoords(){
var myPageX;
var myPageY;
if (document.all)
{
myPageX = document.body.scrollLeft;
myPageY = document.body.scrollTop;
}
else
{
myPageX = window.pageXOffset;
myPageY = window.pageYOffset;
}
sendAjaxCommand(null,"coords_"+myPageX+"_"+myPageY+":null");
coords_syncing = false;
}
function setAccordionLastActive(index){
sendAjaxCommand(null,"accordion_last_"+index+":null");
}
function onScrollTasks() {
if (!coords_syncing)
{
setTimeout('setCoords()',2000);
coords_syncing = true;
}
}
function onLoadTasks(){
initAutoRefresh();
}
$(window).load(onLoadTasks)
$(window).scroll(onScrollTasks).resize(onScrollTasks)
// decloak
|
|
|
|
|
|
LOGIN:
|
|
|
|
bitte warten ..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Die von Ihnen eingegebene URL verweist zwar auf diesen Server, ist jedoch zu keinem entsprechenden Auftritt konfiguriert.
|
|
|
|
|
|
|
|
|