2 {% load url from future %}
 
   4 {% load migdal_tags events_tags %}
 
   8         <title>{% trans "Culture's right" %}</title>
 
   9         {% compressed_css 'base' %}
 
  14         <div class="bar-left">
 
  15             <a id="logo" href="{% url "migdal_main" %}">
 
  16                 <img alt="{% trans "Culture's right" %}"
 
  17                     src="{% static "img/logo.png" %}" /></a>
 
  19         <div class="bar-right">
 
  21                 <span>{% trans "Organizer" %}</span><br/>
 
  22                 <a href="http://nowoczesnapolska.org.pl">
 
  23                     <img src="{% static 'img/logo-fnp.png' %}"
 
  24                         alt="{% trans "Modern Poland Foundation" %}" /></a>
 
  25             </div><div class="org-trust">
 
  26                 <span>{% trans "Sponsor" %}</span><br/>
 
  27                 <a href="http://ceetrust.org">
 
  28                     <img src="{% static 'img/logo-trust.png' %}"
 
  29                         alt="{% trans "Trust for Civil Society in Central and Eastern Europe" %}" /></a>
 
  32         <div style="clear: both;"></div>
 
  36         <div class="bar-right">
 
  37             <form id="search-form" method="GET" action="{% url 'search' %}"><input name="q" /><button>
 
  38                 <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" />
 
  41         <ul id="menu" class="bar-left">
 
  42             {% block "main_menu" %}
 
  43                 {% main_menu 'url' request.get_full_path %}
 
  46         <div style="clear: both;"></div>
 
  50         <div id="sidebar" class="bar-right">
 
  52                 <div class="sidebar-box">
 
  53                     <h3><a href="{% url 'events' %}">{% trans "Upcoming events" %}</a></h3>
 
  56                 <div id="sidebar-box-categories" class="sidebar-box">
 
  57                     {% categories 'topics' %}
 
  58                     {% categories 'types' %}
 
  60                 <!--div class="sidebar-box">
 
  61                     <a href="{% url 'migdal_main_feed' %}">RSS</a>
 
  63                 <div class="sidebar-box">
 
  64                     <h3>{% trans "Latest comments" %}</h3>
 
  69         <div id="content" class="bar-left">
 
  70             {% block "body" %}{% endblock %}
 
  72         <div style="clear: both;"></div>
 
  76             <p class="footer-item">
 
  77                 <strong>Fundacja Nowoczesna Polska</strong><br/>
 
  79                 ul. MarszaĆkowska 84/92 lok. 125<br/>
 
  81                 tel/fax: +48 22 621 30 17<br/>
 
  82                 e-mail: fundacja@nowoczesnapolska.org.pl<br/>
 
  84             <p class="footer-item">
 
  88                 Nr konta: 46 10201097 0000 7502 0001 6766
 
  90             <p class="footer-item">
 
  92                 {% trans "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license." %}
 
  95             <div style="clear: both;"></div>
 
  99     <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script>
 
 100     {% compressed_js 'base' %}