{% load i18n %} {% load pagination_tags %} {% load compress %} {% load prace %} {% if request.user.is_anonymous %} {# anonim #} {% if request.GET.all == "1" %} {% autopaginate object_list paging uczelnia.wyszukiwanie_rekordy_na_strone_anonim %} {% else %} {% autopaginate object_list paging %} {% endif %} {% else %} {# zalogowany #} {% if request.GET.all == "1" %} {% autopaginate object_list paging uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany %} {% else %} {% autopaginate object_list paging %} {% endif %} {% endif %} {% if request.user.is_anonymous %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_anonim %} {% else %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany %} {% endif %}
{% if uczelnia.wydruk_logo %}
Logo {{ uczelnia.nazwa_dopelniacz }}

Bibliografia Publikacji Pracowników
{{ uczelnia.nazwa_dopelniacz }}

{% endif %} {% if description %}
Parametry zapytania: {{ description|default:"brak"|safe }}
{% endif %} {% if removed_ids %} {% if not print_removed %}
Z zapytania usunięto ręcznie {{ removed_ids|length }} rekord(ów). Pokaż, jakie. | Kliknij tutaj, aby dodać je wszystkie do wyszukiwania z powrotem. | Odśwież stronę | Pokaż tylko rekordy usunięte ręcznie | Wydrukuj tylko rekordy usunięte ręcznie

    {% for elem in removed_ids %}
  • {% opis_bibliograficzny_cache elem %}  ✅
  • {% endfor %}

{% else %}
Wyświetlam listę rekordów usuniętych ręcznie z zapytania.

Kliknij tutaj, aby wyświetlić wszystkie rekordy.
{% endif %} {% endif %} {% if request.session.MULTISEEK_TITLE %}

{{ request.session.MULTISEEK_TITLE }}

{% endif %} {% if report_type == "list" or report_type == "numer_list" or report_type == None %}
    {% for element in object_list %}
  1. {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if report_type == "numer_list" %} {{ element.uwagi }} {% endif %} {% if not print_removed %} {% endif %}
  2. {% empty %} {% trans "No elements" %} {% endfor %}
{% else %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% if report_type != "pkt_wewn" and report_type != "pkt_wewn_bez" and report_type != "pkt_wewn_cytowania" and report_type != "pkt_wewn_bez_cytowania" %} {% endif %} {% for element in object_list %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% if report_type != "pkt_wewn" and report_type != "pkt_wewn_bez" and report_type != "pkt_wewn_cytowania" and report_type != "pkt_wewn_bez_cytowania" %} {% endif %} {% empty %} {% endfor %} {% if page_obj.number == page_obj.paginator.num_pages %} {% if report_type == "table_cytowania" or report_type == "pkt_wewn_cytowania" or report_type == "pkt_wewn_bez_cytowania" %} {% endif %} {% if report_type == "pkt_wewn" or report_type == "pkt_wewn_cytowania" %} {% endif %} {% endif %}
Lp. Tytuł, autorzy, źródło IFLiczba cytowańPKpkt. wewn.CharakterTyp KBN/MNiSW
{{ page_obj.start_index|add:forloop.counter|add:-1 }}. {# {% include "opis_bibliograficzny/main.html" with praca=element.get_original_object %}#} {{ element.opis_bibliograficzny_cache|safe }} {% if not print_removed %} {% endif %} {{ element.impact_factor }}{{ element.liczba_cytowan }}{{ element.punkty_kbn }}{{ element.punktacja_wewnetrzna }}{{ element.charakter_formalny }}{{ element.typ_kbn }}
{% trans "No elements" %}
Suma: {{ sumy.impact_factor__sum|default_if_none:"0.00" }} {{ sumy.liczba_cytowan__sum|default_if_none:"0.00" }} {{ sumy.punkty_kbn__sum|default_if_none:"0.00" }} {{ sumy.punktacja_wewnetrzna__sum|default_if_none:"0.00" }}    
{% endif %} {% if live != "1" and paginator.num_pages > 1 %} {% if request.user.is_anonymous %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_anonim magellan="no" suffix="_object_list" %} {% else %} {% include "multiseek/paginator.html" with max_rows=uczelnia.wyszukiwanie_rekordy_na_strone_zalogowany magellan="no" %} {% endif %} {% endif %}