Added "delete" button to book banners if owner of viewed shelf is the current user...
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
index 2cc62e3..32d50fb 100644 (file)
@@ -7,7 +7,7 @@
 
 {% block body %}
     <h1>{{ book.title }}, {{ categories.author|join:", " }}</h1>
-    <form action="{% url main_page %}" method="get" accept-charset="utf-8" id="search-form">
+    <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
         <p>{{ form.q }} <input type="submit" value="Szukaj" /> <strong>lub</strong> <a href="{% url main_page %}">wróć do strony głównej</a></p>
     </form>
     
         </div>
         <div class="clearboth"></div>
     </div>
+    <div id="set-window">
+        <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
+        <div class="target">
+            <p><img src="/media/img/indicator.gif" alt="*"/> Ładowanie</p>
+        </div>
+    </div>
 {% endblock %}
\ No newline at end of file