<!-- Notification Bar -->
<script type="text/javascript">
function getNewNotification() {
/* document.getElementById('notificationloading').style.visibility='visible';
oldNotification = document.getElementById('notificationid').value;
jQuery.get("http://psi.giga.de/bar.php", {old: ""+oldNotification+""}, function(data){
if (data) {
document.getElementById("notificationid").value = data.logid;
if (data.logid==0) {
document.getElementById('notificationloading').style.visibility='hidden';
jQuery('#notificationtext').html(data.meldung);
AusZeit = setTimeout("getNewNotification()",20000);
} else {
jQuery('#notificationtext').html(data.meldung);
document.getElementById('notificationloading').style.visibility='hidden';
if (oldNotification==0) {
/* kein Pulsier-Effekt im Forum, da Prototype mit vBulletin-Javascripts konfliktet und die jQuery-Effekte irgendwie nicht funktionieren... */
}
AusZeit = setTimeout("getNewNotification()",120000);
}
} else {
document.getElementById("notificationid").value=0;
AusZeit = setTimeout("getNewNotification()",60000);
}
}, "jsonp");
*/
}
</script>
<style type="text/css">
#notificationbar {
position: fixed;
bottom: 0px;
left: 0px;
z-index: 7132;
width: 100%;
height: 32px;
background: transparent url(http://static4.gigagfx.de/2008/grafik/notification/kachel.png) repeat-x;
color: #fff;
text-align: center;
padding: 18px 0 2px 0;
font-size: 14px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
* html #notificationbar {
position: absolute;
}
#notificationloading {
vertical-align: middle;
}
.notificationmessage,
.notificationmessage a {
color: #00a513;
text-decoration: none;
}
.ntf_arrow {
vertical-align: middle;
margin-bottom: 2px;
}
.okbtn {
cursor: pointer;
vertical-align: bottom;
}
</style>
<div id="notificationbar">
<div id="notificationtext"><img id="notificationloading" src="showthread.php-Dateien/spacer.gif" alt="" style="visibility: hidden;" width="21" height="20">Dein Text: visit: www.pivotforum.de</div>
<!--[if lte IE 6]>
<a href="http://www.microsoft.com/germany/windows/downloads/ie/getitnow.mspx" target="_blank"><img src="http://static4.gigagfx.de/2008/grafik/notification/ie-icon.gif" width="34" height="34" alt="Im Internet Explorer 6 kann die PSI-Leiste leider nicht optimal dargestellt werden - jetzt Internet Explorer 7 herunterladen!" title="Im Internet Explorer 6 kann die PSI-Leiste leider nicht optimal dargestellt werden - jetzt Internet Explorer 7 herunterladen!" style="position:absolute;bottom:7px;right:5px;border:none;"></a>
<![endif]-->
</div>
<input id="notificationid" name="notificationid" value="0" type="hidden">
<script type="text/javascript">
AusZeit = setTimeout("getNewNotification()",20000);
</script>