-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
{% load cache compressed i18n %}
{% load catalogue_tags reporting_stats sponsor_tags %}
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="description"
content="{% block metadescription %}Darmowe opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
<title>{% block title %}{% trans "Wolne Lektury" %} ::
<div id="tagline">
<span>
- {% cache 300 tagline %}
+ {% cache 60 tagline LANGUAGE_CODE %}
{% url book_list as b %}
{% url book_list as r %}
{% count_books book_count %}
<form id="search-area" action="/fullsearch/">
- <span id="search-field" class="grid-line">
+ <div id="search-field" class="grid-line">
{{search_form.q}}
<!-- <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
- </span><span id="search-button">
+ </div><div id="search-button">
<button type='submit'><span class="mono">{% trans "Search" %}</span></button>
- </span>
+ </div>
<div class="clearboth"></div>
</form>
<div id="main-content">
<div id="nav-line">
- <ul id="catalogue">
- <li><a href="{% url catalogue %}#autorzy"><span class='mono'>{% trans "Authors" %}</span></a></li>
- <li><a href="{% url catalogue %}#gatunki"><span class='mono'>{% trans "Genres" %}</span></a></li>
- <li><a href="{% url catalogue %}#rodzaje"><span class='mono'>{% trans "Kinds" %}</span></a></li>
- <li><a href="{% url catalogue %}#epoki"><span class='mono'>{% trans "Epochs" %}</span></a></li>
- <li><a href="{% url catalogue %}#motywy"><span class='mono'>{% trans "Themes" %}</span></a></li>
- <li><a href="{% url book_list %}"><span class='mono'>{% trans "All books" %}</span></a></li>
- <li><a href="{% url audiobook_list %}"><span class='mono'>{% trans "Audiobooks" %}</span></a></li>
- <li><a href="{% url daisy_list %}"><span class='mono'>{% trans "DAISY" %}</span></a></li>
- </ul>
+ {% cache 60 catalogue-menu LANGUAGE_CODE %}
+ {% catalogue_menu %}
+ {% endcache %}
<form action="{% url django.views.i18n.set_language %}" method="post">
<div id="lang-menu">