Ignore:
Timestamp:
Feb 19, 2009, 1:41:02 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Zvalidování XHTML některých stránek pomocí w3c validatoru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r109 r110  
    9393
    9494       
    95   echo('<table class="page"  cellpadding="0" cellspacing="0"><tr>
     95  echo('<table class="page"><tr>
    9696    <td class="menu"><strong>Hlavní menu:</strong>
    9797      <div class="verticalmenu"><ul>');
     
    102102        if(Licence($MenuItem[0])) echo('<li><a class="verticalmenua" title="'.$MenuItem[1].'" href="'.$MenuTarget.'"'.$OnClick.'>'.$MenuItem[2].'</a></li>');
    103103  }   
    104   echo('</div>');
     104  echo('</ul></div>');
    105105 
    106106  echo('<strong>Překladové skupiny:</strong><br /><div id="TranslationMenu">');
     
    146146  echo('<?xml version="1.0" encoding="'.$Config['Web']['Charset'].'"?>
    147147<!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" />');
    154157if(isset($RSSChannels))
    155158foreach($RSSChannels as $Channel)
     
    158161</head>
    159162<body>
    160 <table border="0" cellpadding="0" cellspacing="0" id="bannertable"><tr>
     163<table id="bannertable"><tr>
    161164  <td id="banner1"></td>
    162165  <td id="banner"><div id="bannertitle">Projekt překládání textů WoW</div></td>
     
    210213  echo('<br />');
    211214  ShowShoutBox();
    212   echo('</td><td id="border-left"></td><td cellpadding="0" cellspacing="0" class="content">');
     215  echo('</td><td id="border-left"></td><td class="content">');
    213216}
    214217
     
    237240    <tr>
    238241    <td colspan="3" class="page-bottom">Autoři: maron, chronos &nbsp; <a href="http://wowpreklad.zdechov.net/trac/wowpreklad/browser/trunk">Zdrojové soubory</a> &nbsp; ');
    239     echo('<a href="http://counter.cnw.cz/" target="_parent"><img src="http://counter.cnw.cz/monika.cgi?wowpreklad&amp;5&amp;000000&amp;FFFFFF&amp;on" border="0" alt="CNW:Counter" /></a>
     242    echo('<a href="http://counter.cnw.cz/"><img src="http://counter.cnw.cz/monika.cgi?wowpreklad&amp;5&amp;000000&amp;FFFFFF&amp;on" alt="CNW:Counter" /></a>
    240243    <script type="text/javascript">
    241244    <!--
Note: See TracChangeset for help on using the changeset viewer.