X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4b8b38831554745dd2de866c71f526bfbc19c7e9..1c27d409c8c48244f8bdf4664bc8e515eb096621:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index adcdaf73e..766a9f08e 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -4,12 +4,12 @@ {% load i18n chunks compressed catalogue_tags sponsor_tags %} <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> - <meta http-equiv="Content-Style-Type" content="text/css"> + <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 %}" > + content="{% block metadescription %}Darmowe opracowane, peÅne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" /> <title>{% block title %}WolneLektury.pl{% endblock %}</title> <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" /> - <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml"> + <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" /> {% compressed_css "all" %} <script type="text/javascript">var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";</script> {% compressed_js "jquery" %} @@ -61,6 +61,12 @@ {% endspaceless %} </div> </form> + {# publication plan consultations - form link #} + <div style="clear:right;float:right" class="big-top-link"> + <a href="{% url suggest_publishing %}" data-ajax="{% url suggest_publishing %}?ajax=1" id="suggest-publishing-link"> + {% trans "Didn't find a book? Make a suggestion." %} + </a> + </div> <div class="clearboth"></div> </div> <div id="maincontent"> @@ -72,8 +78,8 @@ <p> {% blocktrans %} Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>. - Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a> and <a href="http://www.bs.katowice.pl/">Biblioteka ÅlÄ ska</a>, based on TNL and BÅ resources. - Hosting <a href="http://eo.pl/">EO Networks</a>. + Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a>, <a href="http://www.bs.katowice.pl/">Biblioteka ÅlÄ ska</a> and <a href="http://www.bibliotekaelblaska.pl/">Biblioteka ElblÄ ska</a>, based on TNL, BÅ and BE resources. + Hosting: <a href="http://www.icm.edu.pl/">ICM</a>. {% endblocktrans %} </p> <p> @@ -118,6 +124,12 @@ <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p> </div> </div> + <div id="suggest-publishing-window"> + <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div> + <div class="target"> + <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p> + </div> + </div> {% endblock bodycontent %} {{ piwik_tag|safe }} <script type="text/javascript"> @@ -129,4 +141,4 @@ pageTracker._trackPageview(); </script> </body> -</html> \ No newline at end of file +</html>