X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/4396377905409195de2c88adb4ebbece3da1b5ce..49ccbd7b8491b408a08d17151ea852d783ff901d:/questions/templates/questions/question_list.html?ds=sidebyside diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 240fcf2..b24b444 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load url from future %} {% load pagination_tags fnp_prevnext %} +{% load compressed %} {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %} @@ -27,16 +28,29 @@ autorem szeregu publikacji naukowych poświęconych korzystaniu z technologii informacyjno-komunikacyjnych oraz posiada wieloletnie doświadczenie doradcze w tej tematyce.

-Tematy: -{% if tag %}wszystkie -{% else %}wszystkie -{% endif %} +
-{% for atag in tags %} / - {% if atag == tag %}{{ atag }} - {% else %}{{ atag }} - {% endif %} -{% endfor %} + {% if tag %}Wyświetl wszystkie lub w {% else %}W{% endif %}ybierz kategorię tematów: +
+ bez kategorii + {% for category in tag_categories %} / + {{category}} + {% endfor %} +
+ +
+ {% for category_id, tag_list in tag_lists.items %} +
+ Wyświetl tylko na temat: + {% for atag in tag_list %} {% if not forloop.first %}/{% endif %} + {% if atag == tag %}{{ atag }} + {% else %}{{ atag }} + {% endif %} + {% endfor %} +
+ {% endfor %} +
+

Odpowiedzi na już zadane pytania {% if tag %}na temat: {{ tag }}{% endif %} @@ -57,3 +71,11 @@ Tematy: {% endblock %} + +{% block "extra_css" %} + {% compressed_css 'questions' %} +{% endblock %} + +{% block "extra_js" %} + {% compressed_js 'questions' %} +{% endblock %} \ No newline at end of file