fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed references to 'set' to 'shelf'.
[wolnelektury.git]
/
templates
/
base.html
diff --git
a/templates/base.html
b/templates/base.html
index
84cfd36
..
8c8f1c6
100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-1,4
+1,4
@@
-{% load chunks compressed catalogue %}
+{% load chunks compressed catalogue
_tags
%}
<!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 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">
@@
-23,7
+23,7
@@
{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
- | <a href="
#">Zestawy
</a>
+ | <a href="
{% url user_shelves %}" id="user-shelves-link">Moje półki
</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}
@@
-89,5
+89,11
@@
</form>
</div>
</div>
</form>
</div>
</div>
+ <div id="user-shelves-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>
</body>
</html>
</body>
</html>