Changeset 551 for trunk/index.php
- Timestamp:
- Mar 29, 2009, 2:10:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r550 r551 17 17 18 18 echo('<div id="page">'. 19 '<style>'. 20 '#header{height: 174px;background-image: url(imgs/web/headers/header'.rand(0, $num_headers - 1).'.jpg);}'. 21 'a {font-family: Times New Roman; color: #4c4c4c; text-decoration: none; }'. 22 'a:hover {font-family: Times New Roman; color: black; text-decoration: underline; } '. 23 '</style>'. 24 '<div id="header"></div>'. 19 '<div id="header" style="background-image: url(imgs/web/headers/header'.rand(0, $num_headers - 1).'.jpg);"></div>'. 25 20 '<div id="top"></div>'. 26 21 '<div id="menu">'); … … 31 26 array('link' => '?page=register', 'Text' => 'Registrace'), 32 27 array('link' => '?page=begin', 'Text' => 'Jak začít'), 33 array('link' => 'forum/', 'Text' => 'Fórum' , 'Target' => '_blank'),28 array('link' => 'forum/', 'Text' => 'Fórum'), 34 29 array('link' => '?page=gmteam', 'Text' => 'GM Tým'), 35 30 array('link' => '?page=acc', 'Text' => 'Správa účtu'), … … 62 57 63 58 64 echo " 65 <center> 66 <b>Naše ikonka :</b><br /> 67 <a href=\"http://wow.zdechov.net/\"><img src=\"imgs/web/hof_ban.png\" alt=\"WoW Server Heroes of Fantasy\" border=\"0\" /></a><br /> 68 <b>Odkazy :</b><br /> 69 <a href=\"http://servery.wowresource.eu/\"><img src=\"http://servery.wowresource.eu/templates/img/bannery/banner_maly.gif\" alt=\"WoW Server status\" border=\"0\" /></a><br /> 70 <a href=\"http://www.wowhead.com\" target=\"_blank\"><img src=\"http://www.wowhead.com/images/badge_88x31.gif\" width=\"88\" height=\"31\" border=\"0\" alt=\"\" /></a><br /> 71 <a href=\"http://firefox.czilla.cz/\"><img alt=\"Získejte Firefox!\" title=\"Získejte Firefox!\" style=\"border:none; width:88px;height:31px\" src=\"http://firefox.czilla.cz/img/p/cz-ff-88x31.gif\" /></a> 72 <a href=\"http://wowpreklad.zdechov.net/\"><img src=\"http://wowpreklad.zdechov.net/banners/baner_88_31.jpg\" alt=\"baner_http://wowpreklad.zdechov.net/\" border=\"0\" height=\"31\" width=\"88\"></a> 73 <b>Statistika :</b><br /> 74 <a href=\"http://www.toplist.cz/\" target=\"_blank\"><img src=\"http://toplist.cz/count.asp?logo=mc&ID=324802\" border=\"0\" width=\"88\" height=\"60\" alt=\"counter\"></a><br /><br /> 75 Počet přístupů: <br /><A HREF=\"http://counter.cnw.cz/\" TARGET=_parent> 76 <IMG SRC=\"http://counter.cnw.cz/monika.cgi?wowzdechov&7&000000&FFFFFF&on\" BORDER=0 ALT=\"CNW:Counter\"></A> 77 78 </center> 79 </div> 80 <div id=\"content\">"; 59 echo('<div class="Banners">'. 60 '<strong>Naše ikonka :</strong><br />'. 61 '<a href="http://wow.zdechov.net/"><img src="imgs/web/hof_ban.png" alt="WoW Server Heroes of Fantasy" /></a><br />'. 62 '<strong>Odkazy :</strong><br />'. 63 '<a href="http://servery.wowresource.eu/"><img src="http://servery.wowresource.eu/templates/img/bannery/banner_maly.gif" alt="WoW Server status" /></a><br />'. 64 '<a href="http://www.wowhead.com"><img src="http://www.wowhead.com/images/badge_88x31.gif" width="88" height="31" alt="" /></a><br />'. 65 '<a href="http://wowpreklad.zdechov.net/"><img src="http://wowpreklad.zdechov.net/banners/baner_88_31.jpg" alt="baner_http://wowpreklad.zdechov.net/" height="31" width="88" /></a>'. 66 '<strong>Statistika :</strong><br />'. 67 '<a href="http://www.toplist.cz/"><img src="http://toplist.cz/count.asp?logo=mc&ID=324802" width="88" height="60" alt="counter" /></a><br /><br />'. 68 'Počet přístupů: <br /><a href="http://counter.cnw.cz/">'. 69 '<img src="http://counter.cnw.cz/monika.cgi?wowzdechov&7&000000&FFFFFF&on" alt="CNW:Counter" /></a>'. 70 '</div>'. 71 '</div>'. 72 '<div id="content">'); 81 73 82 74 // obsah start … … 84 76 if(isset($_GET["logout"]) AND $player->Check()) 85 77 { 86 echo "<center>";78 echo('<center>'); 87 79 $player->Logout(); 88 echo "</center>";80 echo('</center>'); 89 81 $include = 0; 90 82 } … … 94 86 else include_once('pages/main.php'); 95 87 } 96 echo('</div><div id="footer"><p align="center"><br></p><div id="copyright"><a href="?page=autori">Vývoj webu</a></div></div></div>');88 echo('</div><div id="footer"><p><br /></p><div id="copyright"><a href="?page=autori">Vývoj webu</a></div></div></div>'); 97 89 98 90 $html->Stop();
Note:
See TracChangeset
for help on using the changeset viewer.