X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0ee9de179914aa395f4b7475b7b9b6229c42b760..4175dca3688ed6ce25a270cdfe10f2814564821c:/wolnelektury/templates/catalogue/main_page.html diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index e90feb8e1..f72609b33 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -10,20 +10,32 @@ </div> <div class="clearboth"></div> <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form"> - <p>{{ form.q }} {{ form.tags }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url catalogue.views.book_list %}">{% trans "check list of books" %}</a> {% trans "in our repository" %}</p> + <p>{{ form.q }} {{ form.tags }} <input type="submit" value="{% trans "Search" %}" /> + <strong>{% trans "or" %}</strong> {% trans "see" %}: + <span class='collections'> + <a href="{% url catalogue.views.book_list %}">{% trans "all books" %}</a> + <a href="{% url catalogue.views.audiobook_list %}">{% trans "audiobooks" %}</a> + <a href="{% url catalogue.views.daisy_list %}">{% trans "daisy" %}</a> + </span></p> </form> <div id="intro"> <p id="tags-description">â {% trans "Browse books by categories" %} â</p> <div id="propaganda"> + <p><a href="{% url epub %}"><img src="/static/img/epub-www.jpg" alt="epub: lektury w kieszeni" /></a></p> + + <h2>LeÅmianator â poeta automagiczny</h2> + <p>Poezja z Wolnych Lektur przepuszczona przez mikser. Stwórz wÅasny wiersz klikajÄ c w <a href="{% url lesmianator %}" rel="nofollow">link</a>.</p> + <p class="see-more"><a href="{% url lesmianator %}">{% trans "Twórzże siÄ!" %} â</a></p> + <h2>{% trans "Wolne Lektury Widget" %}</h2> <p>{% trans "Place our widget - search engine for Wolne Lektury which gives access to free books and audiobooks - on your homepage! Just copy the HTML code below onto your page:" %}</p> - <textarea rows="4" cols="35"><!-- START {% trans "Insert this element in place where you want display the widget" %} --> -<div id="wl" /> -<!-- END --> -<!-- START {% trans "Place this element just before closing body tag: </body>" %} --> -<script type="text/javascript" src="http://www.wolnelektury.pl/static/js/widget.js"></script> -<!-- END --></textarea> + <textarea rows="1" cols="35" class='widget-code'><!-- START {% trans "Insert this element in place where you want display the widget" %} --> +<div id="wl" /> +<!-- END --> +<!-- START {% trans "Place this element just before closing body tag: </body>" %} --> +<script type="text/javascript" src="http://www.wolnelektury.pl/static/js/widget.js"></script> +<!-- END --></textarea> <p class="see-more"><a href="{% url widget %}">{% trans "See more" %} â</a></p> <h2>{% trans "Your shelves with books" %}</h2> {% if user.is_authenticated %}