index.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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">
  16. <h2>All articles</h2>
  17. <ol id="post-list">
  18. <li><article class="hentry">
  19. <header> <h2 class="entry-title"><a href="http://example.com/test/cz/translated-article.html" rel="bookmark" title="Permalink to Přeložený článek">Přeložený článek</a></h2> </header>
  20. <footer class="post-info">
  21. <time class="published" datetime="2014-09-15T00:00:00+00:00"> Mon 15 September 2014 </time>
  22. <address class="vcard author">By
  23. <a class="url fn" href="http://example.com/test/cz/author/test-testovic.html">Test Testovič</a>
  24. </address>
  25. </footer><!-- /.post-info -->
  26. <div class="entry-content"> <p>Jednoduchý článek s překlady.
  27. Zde je odkaz na <a class="reference external" href="http://example.com/test/cz/../images/img.png">nějaký obrázek</a>.</p>
  28. </div><!-- /.entry-content -->
  29. </article></li>
  30. <li><article class="hentry">
  31. <header> <h2 class="entry-title"><a href="http://example.com/test/cz/an-untranslated-article-en.html" rel="bookmark" title="Permalink to An untranslated article">An untranslated article</a></h2> </header>
  32. <footer class="post-info">
  33. <time class="published" datetime="2014-07-14T00:00:00+00:00"> Mon 14 July 2014 </time>
  34. <address class="vcard author">By
  35. <a class="url fn" href="http://example.com/test/cz/author/test-testovic.html">Test Testovič</a>
  36. </address>
  37. </footer><!-- /.post-info -->
  38. <div class="entry-content"> <p>An article without a translation.
  39. Here is a link to an <a class="reference external" href="http://example.com/test/cz/../pages/untranslated-page.html">untranslated page</a></p>
  40. </div><!-- /.entry-content -->
  41. </article></li>
  42. </ol><!-- /#posts-list -->
  43. </section><!-- /#content -->
  44. <footer id="contentinfo" class="body">
  45. <address id="about" class="vcard body">
  46. Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
  47. which takes great advantage of <a href="http://python.org">Python</a>.
  48. </address><!-- /#about -->
  49. </footer><!-- /#contentinfo -->
  50. </body>
  51. </html>