workaround for ie ignoring everything
[wolnelektury.git] / wolnelektury / templates / superbase.html
index 21e0017..a4a7830 100644 (file)
@@ -45,7 +45,7 @@
                 <span>
                 {% cache 60 tagline LANGUAGE_CODE %}
                     {% url book_list as b %}
-                    {% url infopage 'o-projekcie' as r %}
+                    {% url infopage 'prawa' as r %}
                         {% count_books book_count %}
                     {% blocktrans count book_count as c %}
                     <a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
@@ -96,7 +96,7 @@
 
 
 
-            <form id="search-area" action="/fullsearch/" class="hidelabels">
+            <form id="search-area" action="{% url search %}" class="hidelabels">
                 
                 <div id="search-field" class="grid-line">
                        <label for="search">{{search_form.q.label}}</label>
                        {% catalogue_menu %}
                {% endcache %}
 
-            <form action="{% url django.views.i18n.set_language %}" method="post">
-            <div id="lang-menu">
-                <span id='lang-button' class='mono'>
+            <div id="lang-menu" class="hoverget">
+                <span id='lang-button' class='mono hoverclick'>
+                    <span class="lang-flag">⚐</span>
                     {% trans "Language versions" %}</span>
                 <div id="lang-menu-items">
                 {% for lang in LANGUAGES %}
-                    <button type="submit" name="language"
+                    <form action="{% url django.views.i18n.set_language %}" method="post">
+                    <input type="hidden" name="language" value="{{ lang.0 }}" />
+                    <button type="submit"
                         class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
-                        value="{{ lang.0 }}">{{ lang.1 }}</button>
+                        >{{ lang.1 }}</button>
+                   </form>
                 {% endfor %}
                 </div>
             </div>
-            </form>
             </div>
 
             <div class="clearboth"></div>