Merged with branch 1.0.
[wolnelektury.git] / wolnelektury / templates / base.html
index 53d7036..0cc4ff5 100644 (file)
@@ -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>
                 <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>