1 {% load chunks compressed catalogue_tags %}
 
   2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
   3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
   4 <html xmlns="http://www.w3.org/1999/xhtml">
 
   6         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 
   7         <title>{% block title %}WolneLektury.pl{% endblock %}</title>
 
   8         <link rel="icon" href="/media/img/favicon.png" type="image/x-icon" />
 
   9         {% compressed_css "all" %}
 
  10         {% compressed_js "jquery" %}
 
  11         {% compressed_js "all" %}
 
  15     <body id="{% block bodyid %}base{% endblock %}">
 
  16         <!--[if lt IE 7]><link href=/media/infobar/infobar.css rel=stylesheet>
 
  17         <div id=infobar><a href=http://browsehappy.pl/infobar>
 
  18         Internet Explorer nie potrafi poprawnie wyświetlić tej strony. Kliknij tutaj, aby dowiedzieć się więcej...
 
  19         </a></div><div id=viewplot><script src=/media/infobar/infobar.js></script><![endif]-->
 
  20         <div id="top-message">
 
  21             {% chunk "top-message" %}
 
  25                 <a href="/"><img src="/media/img/logo.png" alt="WolneLektury.pl - logo" /></a>
 
  27             <div id="user-info" style="display:none">
 
  28                 {% if user.is_authenticated %}
 
  30                         Witaj, <strong>{{ user.username }}</strong>
 
  31                         | <a href="{% url user_shelves %}" id="user-shelves-link">Twoje półki</a>
 
  32                         {% if user.is_staff %}
 
  33                         | <a href="/admin/">Administracja</a>
 
  35                         | <a href="{% url logout %}?next={{ request.get_full_path }}">Wyloguj</a>
 
  38                     <p><a href="{% url login %}" class="login-register-link">Zaloguj się / Załóż konto</a></p>
 
  41             <div class="clearboth"></div>
 
  43         <div id="maincontent">
 
  47         <div class="clearboth"></div>
 
  50                 Wolne Lektury to projekt prowadzony przez <a href="http://nowoczesnapolska.org.pl/">Fundację Nowoczesna
 
  51                 Polska</a>. Reprodukcje cyfrowe wykonane przez <a href="http://www.bn.org.pl/">Bibliotekę Narodową</a>
 
  52                 z egzemplarzy pochodzących ze zbiorów BN. Hosting <a href="http://eo.pl/">EO Networks</a>.
 
  55                 Fundacja Nowoczesna Polska, 00-514 Warszawa, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17,
 
  56                 e-mail: <a href="mailto:fundacja@nowoczesnapolska.org.pl">fundacja@nowoczesnapolska.org.pl</a>
 
  59     <img src="/media/img/footer.png" usemap="#footermap" alt="Partnerzy serwisu" />
 
  60     <map name="footermap" id="footermap">
 
  61         <area shape="rect" coords="847,33,960,77" alt="Kurier Wileński" href="http://www.kurierwilenski.lt/" />
 
  62         <area shape="rect" coords="376,34,520,75" alt="Ministerstwo Edukacji Narodowej" href="http://www.men.gov.pl/" />
 
  63         <area shape="rect" coords="788,59,849,77" alt="Biblioteka Analiz" href="http://www.rynek-ksiazki.pl/" />
 
  64         <area shape="rect" coords="761,53,786,74" alt="Przekrój" href="http://www.przekroj.pl/" />
 
  65         <area shape="rect" coords="722,53,759,74" alt="TVP Kultura" href="http://www.tvp.pl/tvpkultura/" />
 
  66         <area shape="rect" coords="789,33,848,57" alt="Elle" href="http://elle.interia.pl/" />
 
  67         <area shape="rect" coords="686,53,720,75" alt="Radio TOK.FM" href="http://www.tok.fm/" />
 
  68         <area shape="rect" coords="685,33,787,51" alt="Tygodnik Powszechny" href="http://tygodnik.onet.pl/" />
 
  69         <area shape="rect" coords="539,34,683,75" alt="Dziennik Polska-Europa-Swiat" href="http://www.dziennik.pl/" />
 
  70         <area shape="rect" coords="265,35,366,74" alt="Ministerstwo Kultury i Dziedzictwa Narodowego" href="http://www.mkidn.gov.pl/" />
 
  71         <area shape="rect" coords="222,29,261,83" alt="Biblioteka Narodowa" href="http://www.bn.org.pl/" />
 
  72         <area shape="rect" coords="188,58,217,81" alt="PZL" href="http://www.pzl.pl/" />
 
  73         <area shape="rect" coords="162,32,218,56" alt="EO Networks" href="http://eo.pl/" />
 
  74         <area shape="rect" coords="104,61,184,76" alt="Kancelaria Prawna Grynhoff Woźny Maliński Spółka komandytowa" href="http://www.gww.pl/" />
 
  75         <area shape="rect" coords="104,35,160,60" alt="Information is art" href="http://www.informationisart.com/" />
 
  76         <area shape="rect" coords="15,39,98,75" alt="Fundacja Nowoczesna Polska" href="http://nowoczesnapolska.org.pl/" />
 
  77         <area shape="default" coords="0,0,960,89" nohref="nohref" />
 
  82         <div id="login-register-window">
 
  83             <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
 
  85                 <form method="post" action="{% url login %}" id="login-form" class="cuteform">
 
  86                     <h2>Zaloguj się / <a href="#" id="show-registration-form" style="font-size: 0.85em; font-weight: normal">Załóż konto</a></h2>
 
  87                     <p><span id="id_login-__all__" /></p>
 
  89                         {% authentication_form %}
 
  90                         <li><input type="submit" value="Zaloguj się" /></li>
 
  93                 <form method="post" action="{% url register %}" id="registration-form" class="cuteform" style="display: none;">
 
  94                     <h2><a href="#" id="show-login-form" style="font-size: 0.85em; font-weight: normal">Zaloguj się</a> / Załóż konto</h2>
 
  95                     <p><span id="id_registration-__all__" /></p>
 
  97                         {% user_creation_form %}
 
  98                         <li><input type="submit" value="Załóż konto" /></li>
 
 103         <div id="user-shelves-window">
 
 104             <div class="header"><a href="#" class="jqmClose">Zamknij</a></div>
 
 106                 <p><img src="/media/img/indicator.gif" alt="*"/> Ładowanie</p>
 
 109         <script type="text/javascript">
 
 110         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 
 111         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
 
 113         <script type="text/javascript">
 
 114         var pageTracker = _gat._getTracker("UA-2576694-1");
 
 115         pageTracker._trackPageview();