X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/e8813ee4389a5e22df46d1973409d70a8e6706be..fe9a2cc82acbe73117398310b96e5740adee502c:/prawokultury/templates/base.html?ds=sidebyside diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index 452e3f0..db10839 100755 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> {% load url from future %} {% load i18n static %} {% load migdal_tags events_tags %} @@ -5,12 +6,11 @@ <html> <head> <title>{% trans "Culture's right" %}</title> + <link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}" /> {% compressed_css 'base' %} </head> <body> <div id="body"> - <!--img src="/static/a.jpg" style="position:absolute; opacity: .5;z-index: 1000;" /--> - <div id="header-bar"> <div class="bar-left"> <a id="logo" href="{% url "migdal_main" %}"> @@ -25,7 +25,7 @@ alt="{% trans "Modern Poland Foundation" %}" /></a> </div><div class="org-trust"> <span>{% trans "Sponsor" %}</span><br/> - <a href="http://osi"> + <a href="http://ceetrust.org"> <img src="{% static 'img/logo-trust.png' %}" alt="{% trans "Trust for Civil Society in Central and Eastern Europe" %}" /></a> </div> @@ -35,7 +35,7 @@ <div id="menu-bar"> <div class="bar-right"> - <form id="search-form"><input /><button> + <form id="search-form" method="GET" action="{% url 'search' %}"><input name="q" /><button> <img src="{% static "img/search.png" %}" alt="{% trans "Search" %}" /> </button></form> </div> @@ -51,16 +51,16 @@ <div id="sidebar" class="bar-right"> {% block "sidebar" %} <div class="sidebar-box"> - <h3>{% trans "Upcoming events" %}</h3> + <h3><a href="{% url 'events' %}">{% trans "Upcoming events" %}</a></h3> {% events_box %} </div> <div id="sidebar-box-categories" class="sidebar-box"> {% categories 'topics' %} {% categories 'types' %} </div> - <div class="sidebar-box"> + <!--div class="sidebar-box"> <a href="{% url 'migdal_main_feed' %}">RSS</a> - </div> + </div--> <div class="sidebar-box"> <h3>{% trans "Latest comments" %}</h3> {% last_comments %} @@ -77,10 +77,10 @@ <p class="footer-item"> <strong>Fundacja Nowoczesna Polska</strong><br/> <br/> - ul.MarszaÅkowska 84/92 lok. 125<br/> + ul. MarszaÅkowska 84/92 lok. 125<br/> 00-514 Warszawa<br/> tel/fax: +48 22 621 30 17<br/> - e-mail: fundacja@nowoczesnapolska.org.pl + e-mail: fundacja@nowoczesnapolska.org.pl<br/> </p> <p class="footer-item"> <br/><br/> @@ -88,10 +88,17 @@ REGON: 017423865<br/> Nr konta: 46 10201097 0000 7502 0001 6766 </p> + <p class="footer-item"> + <br/><br/> + {% 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." %} + </p> + + <div style="clear: both;"></div> </div> </div> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script> {% compressed_js 'base' %} + {{ piwik_tag|safe }} </body> -</html> \ No newline at end of file +</html>