<title>{% block title %}WolneLektury.pl{% endblock %}</title>
<link rel="icon" href="/media/img/favicon.png" type="image/x-icon" />
{% compressed_css "all" %}
+ {% compressed_js "jquery" %}
{% compressed_js "all" %}
{% block extrahead %}
{% endblock %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
+ <!--[if lt IE 7]><link href=/media/infobar/infobar.css rel=stylesheet>
+ <div id=infobar><a href=http://browsehappy.pl/infobar>
+ Internet Explorer nie potrafi poprawnie wyświetlić tej strony. Kliknij tutaj, aby dowiedzieć się więcej...
+ </a></div><div id=viewplot><script src=/media/infobar/infobar.js></script><![endif]-->
<div id="top-message">
{% chunk "top-message" %}
</div>
<div id="user-info">
{% if user.is_authenticated %}
<p>
- Zalogowany jako <strong>{{ user.username }}</strong>
- | <a href="{% url user_shelves %}" id="user-shelves-link">Moje półki</a>
+ Witaj, <strong>{{ user.username }}</strong>
+ | <a href="{% url user_shelves %}" id="user-shelves-link">Twoje półki</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}
<p><img src="/media/img/indicator.gif" alt="*"/> Ładowanie</p>
</div>
</div>
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-2576694-1";
+ urchinTracker();
+ </script>
</body>
</html>