X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/30b6eeb29c8f1b6696181d219a7ab602e593a50b..cc66b8d67b345b06b64b0f5de646baf09b8fbcd8:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 53d70360c..0cc4ff5dc 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -7,11 +7,16 @@ <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> @@ -22,7 +27,7 @@ <div id="user-info"> {% if user.is_authenticated %} <p> - Witaj <strong>{{ user.username }}</strong>! + 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> @@ -95,5 +100,13 @@ <p><img src="/media/img/indicator.gif" alt="*"/> Åadowanie</p> </div> </div> + <script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); + </script> + <script type="text/javascript"> + var pageTracker = _gat._getTracker("UA-2576694-1"); + pageTracker._trackPageview(); + </script> </body> </html>