Blame | Letzte Änderung | Log anzeigen | RSS feed
<?session_start();foreach($_SESSION[MSG] as $msg) {if ($msg[MD5] == $_GET[msg]) {break;}}if ($msg[MD5] != $_GET[msg]) {exit;}?><html><head><title><?=$msg[name];?></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="/styles/basket.css" rel="stylesheet" type="text/css"></head><body bgcolor="#FFFFFF" text="#000000" style="padding:3px; margin:3px;"><div class="basket" align="center"><div class="basket_oben" style="height:180px; text-align:justify;"><?=nl2br($msg[text]);?><div align="right" style="bottom:20px; right:20px; position:absolute;"><a href="javascript:window.close();" onMouseOver="window.status='';return false;"><img name="forward" border="0" src="images/webelemente/buttons/bt_ok.gif"></a></div></div><div class="basket_unten"></div></div></body></html>