X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/76a5ef1307add0a97470e8927e2b3165a8d95b29..85b2f0f3f639c54c199162d07b7027ce3412c996:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 6696892e2..4c2c57584 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,11 +1,9 @@ - - + + {% load cache compressed i18n %} {% load catalogue_tags reporting_stats sponsor_tags %} - {% block title %}{% trans "Wolne Lektury" %} :: @@ -31,9 +29,9 @@ <div id="tagline"> <span> - {% cache 300 tagline LANGUAGE_CODE %} + {% cache 60 tagline LANGUAGE_CODE %} {% url book_list as b %} - {% url book_list as r %} + {% url infopage 'o-projekcie' as r %} {% count_books book_count %} {% blocktrans count book_count as c %} <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a> @@ -76,12 +74,12 @@ <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> @@ -96,7 +94,7 @@ <div id="main-content"> <div id="nav-line"> - {% cache 300 catalogue-menu LANGUAGE_CODE %} + {% cache 60 catalogue-menu LANGUAGE_CODE %} {% catalogue_menu %} {% endcache %}