Hier mal mein Quellcode, in diesem Profil ist gerade eine IM angekommen
Klapptext Inhalt anzeigen
|
HTML - Code Anfang: (881 Zeilen) | Code markieren
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de-DE" />
<title>Eisern bis zum letzten Atemzug</title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="robots-revisit" content="7 days" />
<link rel="shortcut icon" href="fx/union.ico" type="image/x-icon" />
<meta name="generator" content="PHPKIT WCMS - Web Content Managment System - mxbyte GbR copyright 2002-2009" />
<meta name="date" content="Mon, 15 Feb 2010 14:15:02 GMT" />
<script type="text/javascript">
function oeffne(welches) {
if(document.getElementById(welches).style.display == 'none') {
document.getElementById(welches).style.display = '';
document.getElementById('img'+welches).src = 'images/minus.gif';
}else{
document.getElementById(welches).style.display = 'none';
document.getElementById('img'+welches).src = 'images/plus.gif';
}
}
</script>
<link rel="alternate" href="include.php?path=rss&mode=contents" title="Inhalts-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=articles" title="Artikel-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=news" title="News-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=links" title="Verweis-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=downloads" title="Dowloads-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=forums" title="Foren-Feed" type="application/rss+xml" />
<link rel="stylesheet" href="include.php?fx=style&id=11" type="text/css" />
<!-- Link US burnerfm.de & pimpyourkit.de -->
<link href="fx/mylinkus/mylinkus.css" rel="stylesheet" type="text/css" />
<!-- Link US burnerfm.de & pimpyourkit.de -->
</head>
<body>
<div id="pkbody">
<a id="head"></a>
<div id="pkouterpage">
<div id="pkpageheader"></div>
<div id="pkpagedecoration">
<div id="pkpage">
<div id="pkbranding">
</div>
<div id="pkadview" style="display:none;">
<div id="pkadviewbox"></div>
</div>
<a id="navigation"></a>
<div id="pkcontent_top"><ul class="pkcontent_box_top"><li class="pkcontent_hl_top"><h3><a href="?path=start" id="pkncid9" class="pkcontent_hl_top">Home</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=news" id="pkncid10" class="pkcontent_hl_top">News</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=forumsdisplay" id="pkncid37" class="pkcontent_hl_top">Forum</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=content&contentid=79" id="pkncid34" class="pkcontent_hl_top">Spielplan</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=link" id="pkncid35" class="pkcontent_hl_top">Links</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=contact" id="pkncid12" class="pkcontent_hl_top">Kontakt</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=guestbook" id="pkncid32" class="pkcontent_hl_top">Gästebuch</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=content&contentid=4" id="pkncid33" class="pkcontent_hl_top">Impressum</a></h3></li></ul></div>
<div id="pkcontent_sub_top" style="display:none;"></div>
<div id="pksitedate">Montag, 15. Februar 2010</div>
<div id="pkcontent">
<a id="content"></a>
<div id="pkbreadcrumbnavigation" style="display:none;"></div>
<table class="pkcontent" cellspacing="0" cellpadding="0">
<tr>
<td class="pkcontent_left">
<div id="pkcontent_left"><ul id="pknavboxid1" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Hauptmenü</h3></li><li class="pkcontent_li_left"><a href="?path=start" id="pknid1" class="pkcontent_a_left">Startseite</a></li><li class="pkcontent_li_left"><a href="?path=news" id="pknid2" class="pkcontent_a_left">News</a></li><li class="pkcontent_li_left"><a href="?path=pollarchive" id="pknid11" class="pkcontent_a_left">Umfragen</a></li></ul><ul id="pknavboxid31" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Verein</h3></li><li class="pkcontent_li_left"><a href="include.php?path=galerie_main.php" id="pknid23" class="pkcontent_a_left">Bildergalerie</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=11" id="pknid14" class="pkcontent_a_left">Mitglieder</a></li><li class="pkcontent_li_left"><a href="?path=contentarchive&catid=7" id="pknid18" class="pkcontent_a_left">MitgliederTreffen</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=72" id="pknid28" class="pkcontent_a_left">Mitgliedsantrag</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=97" id="pknid32" class="pkcontent_a_left">Satzung</a></li><li class="pkcontent_li_left"><a href="?path=mylinkus" id="pknid25" class="pkcontent_a_left">Unsere Banner</a></li><li class="pkcontent_li_left"><a href="http://pshop.shirtway.de/shops/12050" id="pknid29" class="pkcontent_a_left" target="_blank">Shirtshop</a></li></ul><ul id="pknavboxid15" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Union</h3></li><li class="pkcontent_li_left"><style type="text/css">
<!--
.ueberschrift {
text-align:center;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;
margin-bottom: 3px;
margin-top:3px;
font-weight:bold;
}
.naechstes {
font-size:10px;
}
-->
</style>
<!--Das n�chste Spiel-->
<table border="0">
<tr>
<td class="ueberschrift">Das nächste Spiel</td>
</tr>
<tr>
<td align="center"><img src="images/logos/koblenz_h.gif" vspace="3" /><br />
<font class="naechstes">Fr. 19.02.2010<br />18:00 Uhr
</td>
</tr>
</table>
<!--Das letzte Spiel-->
<table border="0">
<tr>
<td class="ueberschrift">Das letzte Spiel</td>
</tr>
<tr>
<td align="center"><img src="images/logos/paderborn_a.gif" alt="Logo" vspace="3" /></td>
</tr>
<tr>
<td align="center" style="font-size:16px; font-weight:bold;">3 : 0</td>
</tr>
</table>
<table width="148" border="0">
<tr>
<td class="ueberschrift">Tabelle (Auszug)</td>
</tr>
<tr>
<td align="center">
<table width="98%" cellpadding="0" cellspacing="0">
<tr>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Pl</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Mannschaft</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Diff</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Pk</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">5.</td>
<td style="color:#000000; font-size:10px;">Düsseldorf </td>
<td style="color:#000000; font-size:10px; text-align:center;">12</td>
<td style="color:#000000; font-size:10px; text-align:center;">37</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">6.</td>
<td style="color:#000000; font-size:10px;">Duisburg </td>
<td style="color:#000000; font-size:10px; text-align:center;">6</td>
<td style="color:#000000; font-size:10px; text-align:center;">34</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">7.</td>
<td style="color:#000000; font-size:10px;">Paderborn</td>
<td style="color:#000000; font-size:10px; text-align:center;">0</td>
<td style="color:#000000; font-size:10px; text-align:center;">31</td>
</tr>
<tr style="background-color:#FF0000;">
<td style="color:#000000; font-size:10px; font-weight:bold;">8.</td>
<td style="color:#000000; font-size:10px; font-weight:bold;">1. FC Union</td>
<td style="color:#000000; font-size:10px; font-weight:bold; text-align:center;">-1</td>
<td style="color:#000000; font-size:10px; font-weight:bold; text-align:center;">30</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">9.</td>
<td style="color:#000000; font-size:10px;">Greuther Fürth</td>
<td style="color:#000000; font-size:10px; text-align:center;">3</td>
<td style="color:#000000; font-size:10px; text-align:center;">28</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">10.</td>
<td style="color:#000000; font-size:10px;">Aachen</td>
<td style="color:#000000; font-size:10px; text-align:center;">-4</td>
<td style="color:#000000; font-size:10px; text-align:center;">28</td>
</tr>
</table>
</td>
</tr>
</table></li></ul><ul id="pknavboxid8" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Umfragen</h3></li><li class="pkcontent_li_left"><h5 class="small">Wie findest du unsere Website</h5>
<form method="post" action="include.php?path=pollarchive&mode=count&vid=6">
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">super gut</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="72" alt="72 Prozent - 136 Stimmen" src="images/vote_odd.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 72%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">nett gemacht</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="14" alt="14 Prozent - 26 Stimmen" src="images/vote_even.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 14%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">sinnvoll</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="2" alt="2 Prozent - 3 Stimmen" src="images/vote_odd2.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 2%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">Hilfreich</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="0" alt="0 Prozent - 0 Stimmen" src="images/vote_even2.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 0%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">überflüssig</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="4" alt="4 Prozent - 7 Stimmen" src="images/vote_odd.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 4%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">grauenhaft</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="9" alt="9 Prozent - 17 Stimmen" src="images/vote_even.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 9%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2" align="center"><br />
<font class="small">189 Stimmen </font></td>
</tr>
<tr>
<td colspan="2" align="center">
<a class="small" href="include.php?path=pollarchive">Archiv</a>
<a class="small" href="include.php?path=pollarchive&vid=6">Ergebnis</a><br />
</td>
</tr>
</table>
</form></li></ul>
<div class="pkcontentclear"> </div>
</div></td>
<td class="pkcontent_main">
<div id="pkcontent_main"><table class="userbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads">Persönlicher Bereich</td>
</tr>
<tr>
<td class="standard">
<table border="0" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td width="35%"> </td>
<td width="35%"> </td>
<td width="30%"> </td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=edit">Benutzerprofil</a></font><br />
Machen Sie hier Angaben zu ihrem persönlichen Profil. Hier können sie außerdem
ihren angezeigten Nicknamen, ihre Passwort und ihre E-Mail-Adresse ändern.<br />
<br />
<b><a href="include.php?path=userinfo">Ihre Profilansicht</a></b>, wie sie für andere Benutzer sichtbar ist,
finden sie hier.</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=options">Optionen</a></font><br />
Nehmen Sie hier weitere Einstellungen vor. Legen Sie zum Beispiel fest, ob Sie private Nachrichten
empfangen möchten.</td>
<td valign="top" align="left" rowspan="4">
<div align="justify"><table class="userbody" cellspacing="1" cellpadding="2" width="100%">
<tr>
<td class="heads" align="center">Kurznachrichten</td>
</tr>
<tr>
<td class="right" align="center">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><a href="include.php?path=privatemessages&imid=new"><img align="top" border="0" alt="Sie haben 1 neue Kurznachricht(en)" src="images/sendim.gif" /></a></td>
<td> </td>
<td nowrap="nowrap"><a href="include.php?path=privatemessages&imid=new" title="Sie haben 1 neue Kurznachricht(en)">1 neue Nachricht(en)</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br /></div></td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=privatemessages">PN-Center</a></font><br />
Verschicken Sie private Nachrichten (PN) an andere Benutzer und sehen Sie ihre empfangenen und gesendeten Nachrichten.</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=friends">Freunde</a></font><br />
Die Liste Ihrer Freunde.<br />
Hier finden Sie die Links zu deren Profilen, der Onlinestatus und weitere Angaben.</td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userslist">Benutzer</a></font><br />
Übersicht aller registrierten Benutzer der Union FanClub Community-Community.
</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=team">Team</a></font><br />
Auflistung aller Adminstratoren und Moderatoren der Union FanClub Community-Website.</td>
</tr>
<tr>
</tr>
<tr>
<td align="right" colspan="3">
<font class="small">Angemeldet als <b>UFC-Team</b> online seit: 15.02.2010 - 14:14<br />
» <a class="small" href="include.php?logout=1">Abmelden</a></font></td>
</tr>
</table>
</td>
</tr>
</table><script type="text/javascript">
/******************************************
* Popup Box- By Jim Silver @ jimsilver47@yahoo.com
* Visit Hier mal mein Quellcode, in diesem Profil ist gerade eine IM angekommen
[klapp][htm]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de-DE" />
<title>Eisern bis zum letzten Atemzug</title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="robots-revisit" content="7 days" />
<link rel="shortcut icon" href="fx/union.ico" type="image/x-icon" />
<meta name="generator" content="PHPKIT WCMS - Web Content Managment System - mxbyte GbR copyright 2002-2009" />
<meta name="date" content="Mon, 15 Feb 2010 14:15:02 GMT" />
<script type="text/javascript">
function oeffne(welches) {
if(document.getElementById(welches).style.display == 'none') {
document.getElementById(welches).style.display = '';
document.getElementById('img'+welches).src = 'images/minus.gif';
}else{
document.getElementById(welches).style.display = 'none';
document.getElementById('img'+welches).src = 'images/plus.gif';
}
}
</script>
<link rel="alternate" href="include.php?path=rss&mode=contents" title="Inhalts-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=articles" title="Artikel-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=news" title="News-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=links" title="Verweis-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=downloads" title="Dowloads-Feed" type="application/rss+xml" />
<link rel="alternate" href="include.php?path=rss&mode=forums" title="Foren-Feed" type="application/rss+xml" />
<link rel="stylesheet" href="include.php?fx=style&id=11" type="text/css" />
<!-- Link US burnerfm.de & pimpyourkit.de -->
<link href="fx/mylinkus/mylinkus.css" rel="stylesheet" type="text/css" />
<!-- Link US burnerfm.de & pimpyourkit.de -->
</head>
<body>
<div id="pkbody">
<a id="head"></a>
<div id="pkouterpage">
<div id="pkpageheader"></div>
<div id="pkpagedecoration">
<div id="pkpage">
<div id="pkbranding">
</div>
<div id="pkadview" style="display:none;">
<div id="pkadviewbox"></div>
</div>
<a id="navigation"></a>
<div id="pkcontent_top"><ul class="pkcontent_box_top"><li class="pkcontent_hl_top"><h3><a href="?path=start" id="pkncid9" class="pkcontent_hl_top">Home</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=news" id="pkncid10" class="pkcontent_hl_top">News</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=forumsdisplay" id="pkncid37" class="pkcontent_hl_top">Forum</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=content&contentid=79" id="pkncid34" class="pkcontent_hl_top">Spielplan</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=link" id="pkncid35" class="pkcontent_hl_top">Links</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=contact" id="pkncid12" class="pkcontent_hl_top">Kontakt</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=guestbook" id="pkncid32" class="pkcontent_hl_top">Gästebuch</a></h3></li><li class="pkcontent_hl_top"><h3><a href="?path=content&contentid=4" id="pkncid33" class="pkcontent_hl_top">Impressum</a></h3></li></ul></div>
<div id="pkcontent_sub_top" style="display:none;"></div>
<div id="pksitedate">Montag, 15. Februar 2010</div>
<div id="pkcontent">
<a id="content"></a>
<div id="pkbreadcrumbnavigation" style="display:none;"></div>
<table class="pkcontent" cellspacing="0" cellpadding="0">
<tr>
<td class="pkcontent_left">
<div id="pkcontent_left"><ul id="pknavboxid1" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Hauptmenü</h3></li><li class="pkcontent_li_left"><a href="?path=start" id="pknid1" class="pkcontent_a_left">Startseite</a></li><li class="pkcontent_li_left"><a href="?path=news" id="pknid2" class="pkcontent_a_left">News</a></li><li class="pkcontent_li_left"><a href="?path=pollarchive" id="pknid11" class="pkcontent_a_left">Umfragen</a></li></ul><ul id="pknavboxid31" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Verein</h3></li><li class="pkcontent_li_left"><a href="include.php?path=galerie_main.php" id="pknid23" class="pkcontent_a_left">Bildergalerie</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=11" id="pknid14" class="pkcontent_a_left">Mitglieder</a></li><li class="pkcontent_li_left"><a href="?path=contentarchive&catid=7" id="pknid18" class="pkcontent_a_left">MitgliederTreffen</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=72" id="pknid28" class="pkcontent_a_left">Mitgliedsantrag</a></li><li class="pkcontent_li_left"><a href="?path=content&contentid=97" id="pknid32" class="pkcontent_a_left">Satzung</a></li><li class="pkcontent_li_left"><a href="?path=mylinkus" id="pknid25" class="pkcontent_a_left">Unsere Banner</a></li><li class="pkcontent_li_left"><a href="http://pshop.shirtway.de/shops/12050" id="pknid29" class="pkcontent_a_left" target="_blank">Shirtshop</a></li></ul><ul id="pknavboxid15" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Union</h3></li><li class="pkcontent_li_left"><style type="text/css">
<!--
.ueberschrift {
text-align:center;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;
margin-bottom: 3px;
margin-top:3px;
font-weight:bold;
}
.naechstes {
font-size:10px;
}
-->
</style>
<!--Das n�chste Spiel-->
<table border="0">
<tr>
<td class="ueberschrift">Das nächste Spiel</td>
</tr>
<tr>
<td align="center"><img src="images/logos/koblenz_h.gif" vspace="3" /><br />
<font class="naechstes">Fr. 19.02.2010<br />18:00 Uhr
</td>
</tr>
</table>
<!--Das letzte Spiel-->
<table border="0">
<tr>
<td class="ueberschrift">Das letzte Spiel</td>
</tr>
<tr>
<td align="center"><img src="images/logos/paderborn_a.gif" alt="Logo" vspace="3" /></td>
</tr>
<tr>
<td align="center" style="font-size:16px; font-weight:bold;">3 : 0</td>
</tr>
</table>
<table width="148" border="0">
<tr>
<td class="ueberschrift">Tabelle (Auszug)</td>
</tr>
<tr>
<td align="center">
<table width="98%" cellpadding="0" cellspacing="0">
<tr>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Pl</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Mannschaft</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Diff</td>
<td style="font-weight:bold; font-size:10px; text-align:center; border-bottom:1px solid #000000;">Pk</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">5.</td>
<td style="color:#000000; font-size:10px;">Düsseldorf </td>
<td style="color:#000000; font-size:10px; text-align:center;">12</td>
<td style="color:#000000; font-size:10px; text-align:center;">37</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">6.</td>
<td style="color:#000000; font-size:10px;">Duisburg </td>
<td style="color:#000000; font-size:10px; text-align:center;">6</td>
<td style="color:#000000; font-size:10px; text-align:center;">34</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">7.</td>
<td style="color:#000000; font-size:10px;">Paderborn</td>
<td style="color:#000000; font-size:10px; text-align:center;">0</td>
<td style="color:#000000; font-size:10px; text-align:center;">31</td>
</tr>
<tr style="background-color:#FF0000;">
<td style="color:#000000; font-size:10px; font-weight:bold;">8.</td>
<td style="color:#000000; font-size:10px; font-weight:bold;">1. FC Union</td>
<td style="color:#000000; font-size:10px; font-weight:bold; text-align:center;">-1</td>
<td style="color:#000000; font-size:10px; font-weight:bold; text-align:center;">30</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">9.</td>
<td style="color:#000000; font-size:10px;">Greuther Fürth</td>
<td style="color:#000000; font-size:10px; text-align:center;">3</td>
<td style="color:#000000; font-size:10px; text-align:center;">28</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td style="color:#000000; font-size:10px;">10.</td>
<td style="color:#000000; font-size:10px;">Aachen</td>
<td style="color:#000000; font-size:10px; text-align:center;">-4</td>
<td style="color:#000000; font-size:10px; text-align:center;">28</td>
</tr>
</table>
</td>
</tr>
</table></li></ul><ul id="pknavboxid8" class="pkcontent_box_left" style="border:1px solid #000000;"><li class="pkcontent_hl_left" style="border-bottom:1px solid #000000;"><h3>Umfragen</h3></li><li class="pkcontent_li_left"><h5 class="small">Wie findest du unsere Website</h5>
<form method="post" action="include.php?path=pollarchive&mode=count&vid=6">
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">super gut</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="72" alt="72 Prozent - 136 Stimmen" src="images/vote_odd.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 72%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">nett gemacht</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="14" alt="14 Prozent - 26 Stimmen" src="images/vote_even.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 14%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">sinnvoll</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="2" alt="2 Prozent - 3 Stimmen" src="images/vote_odd2.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 2%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">Hilfreich</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="0" alt="0 Prozent - 0 Stimmen" src="images/vote_even2.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 0%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">überflüssig</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="4" alt="4 Prozent - 7 Stimmen" src="images/vote_odd.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 4%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><font class="small">grauenhaft</font></td>
</tr>
<tr>
<td align="left">
<table border="0" cellspacing="0" cellpadding="0" width="100">
<tr>
<td width="100" align="left"><img border="0" height="5" width="9" alt="9 Prozent - 17 Stimmen" src="images/vote_even.gif" /></td>
</tr>
</table>
</td>
<td nowrap="nowrap" valign="bottom" align="right"><font class="small"> 9%</font></td>
</tr>
</table>
</td>
</tr> <tr>
<td colspan="2" align="center"><br />
<font class="small">189 Stimmen </font></td>
</tr>
<tr>
<td colspan="2" align="center">
<a class="small" href="include.php?path=pollarchive">Archiv</a>
<a class="small" href="include.php?path=pollarchive&vid=6">Ergebnis</a><br />
</td>
</tr>
</table>
</form></li></ul>
<div class="pkcontentclear"> </div>
</div></td>
<td class="pkcontent_main">
<div id="pkcontent_main"><table class="userbody" cellspacing="1" cellpadding="4" width="100%">
<tr>
<td class="heads">Persönlicher Bereich</td>
</tr>
<tr>
<td class="standard">
<table border="0" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td width="35%"> </td>
<td width="35%"> </td>
<td width="30%"> </td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=edit">Benutzerprofil</a></font><br />
Machen Sie hier Angaben zu ihrem persönlichen Profil. Hier können sie außerdem
ihren angezeigten Nicknamen, ihre Passwort und ihre E-Mail-Adresse ändern.<br />
<br />
<b><a href="include.php?path=userinfo">Ihre Profilansicht</a></b>, wie sie für andere Benutzer sichtbar ist,
finden sie hier.</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=options">Optionen</a></font><br />
Nehmen Sie hier weitere Einstellungen vor. Legen Sie zum Beispiel fest, ob Sie private Nachrichten
empfangen möchten.</td>
<td valign="top" align="left" rowspan="4">
<div align="justify"><table class="userbody" cellspacing="1" cellpadding="2" width="100%">
<tr>
<td class="heads" align="center">Kurznachrichten</td>
</tr>
<tr>
<td class="right" align="center">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><a href="include.php?path=privatemessages&imid=new"><img align="top" border="0" alt="Sie haben 1 neue Kurznachricht(en)" src="images/sendim.gif" /></a></td>
<td> </td>
<td nowrap="nowrap"><a href="include.php?path=privatemessages&imid=new" title="Sie haben 1 neue Kurznachricht(en)">1 neue Nachricht(en)</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br /></div></td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=privatemessages">PN-Center</a></font><br />
Verschicken Sie private Nachrichten (PN) an andere Benutzer und sehen Sie ihre empfangenen und gesendeten Nachrichten.</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userprofile&mode=friends">Freunde</a></font><br />
Die Liste Ihrer Freunde.<br />
Hier finden Sie die Links zu deren Profilen, der Onlinestatus und weitere Angaben.</td>
</tr>
<tr>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=userslist">Benutzer</a></font><br />
Übersicht aller registrierten Benutzer der Union FanClub Community-Community.
</td>
<td valign="top">
<font class="big"><a class="big" href="include.php?path=team">Team</a></font><br />
Auflistung aller Adminstratoren und Moderatoren der Union FanClub Community-Website.</td>
</tr>
<tr>
</tr>
<tr>
<td align="right" colspan="3">
<font class="small">Angemeldet als <b>UFC-Team</b> online seit: 15.02.2010 - 14:14<br />
» <a class="small" href="include.php?logout=1">Abmelden</a></font></td>
</tr>
</table>
</td>
</tr>
</table><script type="text/javascript">
/******************************************
* Popup Box- By Jim Silver @ jimsilver47@yahoo.com
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all
//drag drop function for NS 4////
/////////////////////////////////
var dragswitch=0
var nsx
var nsy
var nstemp
function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}
function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}
function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}
//drag drop function for ie4+ and NS6////
/////////////////////////////////
function drag_drop(e){
if (ie4 && dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx
crossobj.style.top=tempy+event.clientY-offsety
return false
}
else if (ns6 && dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+"px"
crossobj.style.top=tempy+e.clientY-offsety+"px"
return false
}
}
function initializedrag(e){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "html" : document.compatMode && document.compatMode!="BackCompat"? "documentElement" : "body"
while (firedobj.tagName!=topelement.toUpperCase() && firedobj.id!="dragbar"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}
if (firedobj.id=="dragbar"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY
tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)
dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmouseup=new Function("dragapproved=false")
////drag drop functions end here//////
function hidebox(){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
document.showimage.visibility="hide"
}
</script>
<table border="0" width="250" cellspacing="0" cellpadding="2" onmousedown="initializedrag(event)" onmouseover="dragswitch='1'; if (ns4) drag_dropns(showimage)" onmouseout="dragswitch='0'">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#000000">
<tr>
<td class="heads" width="95%"> FanClub</td>
<td bgcolor="#FF0000" width="5%" align="center"><a href="#" onclick="hidebox();return false"><b>X</b></a></td>
</tr>
<tr>
<td style="background-image: url(fx/pimpyourkit/pnsound/backround-pn.png);" colspan="2" align="center"><a href="?path=privatemessages&imid=new"><img border="0" align="top" alt="Sie haben 1 neue Kurznachricht(en)" title="Sie haben 1 neue Kurznachricht(en)" src="fx/pimpyourkit/pnsound/new_pn.png" width="250" height="127" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<object type="audio/x-wav" data="fx/pimpyourkit/pnsound/2.wav">
<param name="src" value="fx/pimpyourkit/pnsound/2.wav" />
<param name="autoplay" value="true" />
<param name="autoStart" value="1" />
</object>
<div class="pkcontentclear"> </div>
</div></td>
<td class="pkcontent_right">
<div id="pkcontent_right"><ul id="pknavboxid4" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Mitglieder</h3></li><li class="pkcontent_li_right"><a href="include.php?logout=1" class="pkcontent_a_right">Abmelden</a></li><li class="pkcontent_li_right"><a href="include.php?path=userslist" class="pkcontent_a_right">Benutzer</a></li><li class="pkcontent_li_right"><a href="include.php?path=userprofile" class="pkcontent_a_right">Profil</a></li><li class="pkcontent_li_right"><a href="include.php?path=privatemessages&imid=new" class="pkcontent_a_right" title="1 private Nachricht">1 private Nachricht</a></li><li class="pkcontent_li_right"><a href="./pk/include.php" class="pkcontent_a_right">Administration</a></li></ul><ul id="pknavboxid36" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Zufallsbild</h3></li><li class="pkcontent_li_right"><div align="center">
<a href="include.php?path=galerie_pic&pid=2872" ><img src="images/galerie/thumb//2872_DSC08931.JPG" border="0" title="" alt=""/></a>
</div><center>
<font class="small">
User: <a href="?path=userinfo&id=1" class="small">Skaos</a><br />
Hits: 12<br />
Kommentare: 0<br />
Wertung: 0<br />
</font></center></li></ul><ul id="pknavboxid27" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Partner</h3></li><li class="pkcontent_li_right"> <table width="100%" border="0" cellspacing="2">
<tr>
<td align="center" height="40">
<form action="http://www.fussballfanseiten.de" method="post" target="_blank">
<input type="image" src="http://www.fussballfanseiten.de/banner/88eingetragen03.gif" border="0" name="submit" alt="Eingetragen bei Fussballfanseiten.de">
</form>
</td>
</tr>
<tr>
<td align="center">
<form action="http://www.a-reich.com/" method="post" target="_blank">
<input type="image" src="fremdbanner/reich_skryper.gif" border="0" name="submit" alt="Busunternehmen A. Reich GmbH J�terbog ">
</form>
</td>
</tr>
<tr>
<td align="center">
<form action="http://all-inkl.com/?partner=297358" method="post" target="_blank">
<input type="image" src="http://all-inkl.com/banner/sky_ich_will_auch.gif" border="0" name="submit" alt="ALL-INKL.COM - Webhosting Server Hosting Domain Provider">
</form>
</td>
</tr>
</table>
</li></ul><ul id="pknavboxid20" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Status</h3></li><li class="pkcontent_li_right"><span class="small">
<em class="important">UFC-Team</em><br />
Online seit: 1 min. / 14:14 Uhr</span></li><li class="pkcontent_li_right"><em class="important small">Besucher</em>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabular small">
<tr>
<td>Heute:</td>
<td>2</td>
</tr>
<tr>
<td>Gestern:</td>
<td>4</td>
</tr>
<tr>
<td>Gesamt</td>
<td>11.167</td>
</tr>
</table>
</li><li class="pkcontent_li_right"><span class="small">
<em class="important">Benutzer & Gäste</em><br />
27 Benutzer registriert, davon online: <a href="include.php?path=userinfo&id=89" title="UFC-Team">UFC-Team</a> und keine Gäste</span></li></ul>
<div class="pkcontentclear"> </div>
</div></td>
</tr>
</table>
</div>
</div>
</div>
</div></div>
<br />
<div style="font-size: 10px;">Seite in 0.38131 Sekunden generiert</div>
<br />
<br />
<a id="foot"></a>
</body>
</html>
|
|
|
|
|
HTML - Code Ende: (881 Zeilen) | Code markieren
|
 | Der User Andre (BFM) hat am 15.02.10 - 16:10 diesen Beitrag editiert! Bearbeitungsgrund:Code in Klapptext gesetzt ! |
for full source code
* This notice must stay intact for use
******************************************/
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all
//drag drop function for NS 4////
/////////////////////////////////
var dragswitch=0
var nsx
var nsy
var nstemp
function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}
function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}
function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}
//drag drop function for ie4+ and NS6////
/////////////////////////////////
function drag_drop(e){
if (ie4 && dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx
crossobj.style.top=tempy+event.clientY-offsety
return false
}
else if (ns6 && dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+"px"
crossobj.style.top=tempy+e.clientY-offsety+"px"
return false
}
}
function initializedrag(e){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "html" : document.compatMode && document.compatMode!="BackCompat"? "documentElement" : "body"
while (firedobj.tagName!=topelement.toUpperCase() && firedobj.id!="dragbar"){
firedobj=ns6? firedobj.parentNode : firedobj.parentElement
}
if (firedobj.id=="dragbar"){
offsetx=ie4? event.clientX : e.clientX
offsety=ie4? event.clientY : e.clientY
tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)
dragapproved=true
document.onmousemove=drag_drop
}
}
document.onmouseup=new Function("dragapproved=false")
////drag drop functions end here//////
function hidebox(){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
document.showimage.visibility="hide"
}
</script>
<table border="0" width="250" cellspacing="0" cellpadding="2" onmousedown="initializedrag(event)" onmouseover="dragswitch='1'; if (ns4) drag_dropns(showimage)" onmouseout="dragswitch='0'">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#000000">
<tr>
<td class="heads" width="95%"> FanClub</td>
<td bgcolor="#FF0000" width="5%" align="center"><a href="#" onclick="hidebox();return false"><b>X</b></a></td>
</tr>
<tr>
<td style="background-image: url(fx/pimpyourkit/pnsound/backround-pn.png);" colspan="2" align="center"><a href="?path=privatemessages&imid=new"><img border="0" align="top" alt="Sie haben 1 neue Kurznachricht(en)" title="Sie haben 1 neue Kurznachricht(en)" src="fx/pimpyourkit/pnsound/new_pn.png" width="250" height="127" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<object type="audio/x-wav" data="fx/pimpyourkit/pnsound/2.wav">
<param name="src" value="fx/pimpyourkit/pnsound/2.wav" />
<param name="autoplay" value="true" />
<param name="autoStart" value="1" />
</object>
<div class="pkcontentclear"> </div>
</div></td>
<td class="pkcontent_right">
<div id="pkcontent_right"><ul id="pknavboxid4" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Mitglieder</h3></li><li class="pkcontent_li_right"><a href="include.php?logout=1" class="pkcontent_a_right">Abmelden</a></li><li class="pkcontent_li_right"><a href="include.php?path=userslist" class="pkcontent_a_right">Benutzer</a></li><li class="pkcontent_li_right"><a href="include.php?path=userprofile" class="pkcontent_a_right">Profil</a></li><li class="pkcontent_li_right"><a href="include.php?path=privatemessages&imid=new" class="pkcontent_a_right" title="1 private Nachricht">1 private Nachricht</a></li><li class="pkcontent_li_right"><a href="./pk/include.php" class="pkcontent_a_right">Administration</a></li></ul><ul id="pknavboxid36" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Zufallsbild</h3></li><li class="pkcontent_li_right"><div align="center">
<a href="include.php?path=galerie_pic&pid=2872" ><img src="images/galerie/thumb//2872_DSC08931.JPG" border="0" title="" alt=""/></a>
</div><center>
<font class="small">
User: <a href="?path=userinfo&id=1" class="small">Skaos</a><br />
Hits: 12<br />
Kommentare: 0<br />
Wertung: 0<br />
</font></center></li></ul><ul id="pknavboxid27" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Partner</h3></li><li class="pkcontent_li_right"> <table width="100%" border="0" cellspacing="2">
<tr>
<td align="center" height="40">
<form action="http://www.fussballfanseiten.de" method="post" target="_blank">
<input type="image" src="http://www.fussballfanseiten.de/banner/88eingetragen03.gif" border="0" name="submit" alt="Eingetragen bei Fussballfanseiten.de">
</form>
</td>
</tr>
<tr>
<td align="center">
<form action="http://www.a-reich.com/" method="post" target="_blank">
<input type="image" src="fremdbanner/reich_skryper.gif" border="0" name="submit" alt="Busunternehmen A. Reich GmbH J�terbog ">
</form>
</td>
</tr>
<tr>
<td align="center">
<form action="http://all-inkl.com/?partner=297358" method="post" target="_blank">
<input type="image" src="http://all-inkl.com/banner/sky_ich_will_auch.gif" border="0" name="submit" alt="ALL-INKL.COM - Webhosting Server Hosting Domain Provider">
</form>
</td>
</tr>
</table>
</li></ul><ul id="pknavboxid20" class="pkcontent_box_right" style="border:1px solid #000000;"><li class="pkcontent_hl_right" style="border-bottom:1px solid #000000;"><h3>Status</h3></li><li class="pkcontent_li_right"><span class="small">
<em class="important">UFC-Team</em><br />
Online seit: 1 min. / 14:14 Uhr</span></li><li class="pkcontent_li_right"><em class="important small">Besucher</em>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabular small">
<tr>
<td>Heute:</td>
<td>2</td>
</tr>
<tr>
<td>Gestern:</td>
<td>4</td>
</tr>
<tr>
<td>Gesamt</td>
<td>11.167</td>
</tr>
</table>
</li><li class="pkcontent_li_right"><span class="small">
<em class="important">Benutzer & Gäste</em><br />
27 Benutzer registriert, davon online: <a href="include.php?path=userinfo&id=89" title="UFC-Team">UFC-Team</a> und keine Gäste</span></li></ul>
<div class="pkcontentclear"> </div>
</div></td>
</tr>
</table>
</div>
</div>
</div>
</div></div>
<br />
<div style="font-size: 10px;">Seite in 0.38131 Sekunden generiert</div>
<br />
<br />
<a id="foot"></a>
</body>
</html>[/htm][/klapp]
 | Der User Andre (BFM) hat am 15.02.10 - 16:10 diesen Beitrag editiert! Bearbeitungsgrund:Code in Klapptext gesetzt ! |
Die Betreiber und die Moderatoren dieser Community distanzieren sich hiermit ausdrücklich von dem oben genannten Autor am 15.02.2010 - 14:19 Uhr verfassten Beitrag. Sollte dieser Beitrag Ihre Rechte verletzen bitten wir um Benachrichtigung.