Changeset 110 for trunk/includes/global.php
- Timestamp:
- Feb 19, 2009, 1:41:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r109 r110 93 93 94 94 95 echo('<table class="page" cellpadding="0" cellspacing="0"><tr>95 echo('<table class="page"><tr> 96 96 <td class="menu"><strong>Hlavní menu:</strong> 97 97 <div class="verticalmenu"><ul>'); … … 102 102 if(Licence($MenuItem[0])) echo('<li><a class="verticalmenua" title="'.$MenuItem[1].'" href="'.$MenuTarget.'"'.$OnClick.'>'.$MenuItem[2].'</a></li>'); 103 103 } 104 echo('</ div>');104 echo('</ul></div>'); 105 105 106 106 echo('<strong>Překladové skupiny:</strong><br /><div id="TranslationMenu">'); … … 146 146 echo('<?xml version="1.0" encoding="'.$Config['Web']['Charset'].'"?> 147 147 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 148 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 149 <head> 150 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 151 <link rel="stylesheet" href="'.$Config['Web']['BaseURL'].'style/style.css" type="text/css" media="all" /> 152 <script type="text/javascript" src="'.$Config['Web']['BaseURL'].'style/global.js"></script> 153 <link rel="SHORTCUT ICON" href="'.$Config['Web']['BaseURL'].'images/favicon.ico" />'); 148 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> 149 <head>'. 150 '<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />'. 151 '<meta name="keywords" content="wow, quest, questy, preklad, mangos, překlad, překládání, přeložený, přeložení, čeština, world of warcraft, open source, free, addon" />'. 152 '<meta name="description" content="Projekt překládání textů hry World of Warcraft" />'. 153 '<meta name="robots" content="all" />'. 154 '<link rel="stylesheet" href="'.$Config['Web']['BaseURL'].'style/style.css" type="text/css" media="all" />'. 155 '<script type="text/javascript" src="'.$Config['Web']['BaseURL'].'style/global.js"></script>'. 156 '<link rel="SHORTCUT ICON" href="'.$Config['Web']['BaseURL'].'images/favicon.ico" />'); 154 157 if(isset($RSSChannels)) 155 158 foreach($RSSChannels as $Channel) … … 158 161 </head> 159 162 <body> 160 <table border="0" cellpadding="0" cellspacing="0"id="bannertable"><tr>163 <table id="bannertable"><tr> 161 164 <td id="banner1"></td> 162 165 <td id="banner"><div id="bannertitle">Projekt překládání textů WoW</div></td> … … 210 213 echo('<br />'); 211 214 ShowShoutBox(); 212 echo('</td><td id="border-left"></td><td c ellpadding="0" cellspacing="0" class="content">');215 echo('</td><td id="border-left"></td><td class="content">'); 213 216 } 214 217 … … 237 240 <tr> 238 241 <td colspan="3" class="page-bottom">Autoři: maron, chronos <a href="http://wowpreklad.zdechov.net/trac/wowpreklad/browser/trunk">Zdrojové soubory</a> '); 239 echo('<a href="http://counter.cnw.cz/" target="_parent"><img src="http://counter.cnw.cz/monika.cgi?wowpreklad&5&000000&FFFFFF&on" border="0" alt="CNW:Counter" /></a>242 echo('<a href="http://counter.cnw.cz/"><img src="http://counter.cnw.cz/monika.cgi?wowpreklad&5&000000&FFFFFF&on" alt="CNW:Counter" /></a> 240 243 <script type="text/javascript"> 241 244 <!--
Note:
See TracChangeset
for help on using the changeset viewer.