translated-article.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="cz">
  3. <head>
  4. <title>Welcome to our Testovací stránka</title>
  5. <meta charset="utf-8" />
  6. <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testovací stránka Full Atom Feed" />
  7. <link rel="stylesheet" href="http://example.com/test/cz/../theme/style.css" />
  8. </head>
  9. <body id="index" class="home">
  10. <header id="banner" class="body">
  11. <h1><a href="http://example.com/test/cz/">Testovací stránka <strong></strong></a></h1>
  12. </header><!-- /#banner -->
  13. <nav id="menu"><ul>
  14. </ul></nav><!-- /#menu -->
  15. <section id="content" class="body">
  16. <header>
  17. <h2 class="entry-title">
  18. <a href="http://example.com/test/cz/translated-article.html" rel="bookmark"
  19. title="Permalink to Přeložený článek">Přeložený článek</a></h2>
  20. Translations:
  21. <a href="http://example.com/test/cz/../de/translated-article.html">de</a>
  22. <a href="http://example.com/test/cz/../translated-article.html">en</a>
  23. </header>
  24. <footer class="post-info">
  25. <time class="published" datetime="2014-09-15T00:00:00+00:00">
  26. Mon 15 September 2014
  27. </time>
  28. <address class="vcard author">
  29. By <a class="url fn" href="http://example.com/test/cz/author/test-testovic.html">Test Testovič</a>
  30. </address>
  31. </footer><!-- /.post-info -->
  32. <div class="entry-content">
  33. <p>Jednoduchý článek s překlady.
  34. Zde je odkaz na <a class="reference external" href="http://example.com/test/cz/../images/img.png">nějaký obrázek</a>.</p>
  35. </div><!-- /.entry-content -->
  36. </section>
  37. <footer id="contentinfo" class="body">
  38. <address id="about" class="vcard body">
  39. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  40. which takes great advantage of <a href="http://python.org">Python</a>.
  41. </address><!-- /#about -->
  42. </footer><!-- /#contentinfo -->
  43. </body>
  44. </html>