X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/f221ec688ac9fe053007a4ff75791d24c8f782ad..b068c53cc8a3606d15aa70a366d4ab1cd340c976:/content/index.html diff --git a/content/index.html b/content/index.html index 84ea512..c3ab2bd 100644 --- a/content/index.html +++ b/content/index.html @@ -3,7 +3,8 @@ extends: base.j2 --- -{% block full_title %}Wprowadzenie do własności intelektualnej{% endblock %} +{% block full_title %}Krótki kurs własności intelektualnej – materiały dla uczelni.{% endblock %} +{% block og_title %}Krótki kurs własności intelektualnej – materiały dla uczelni.{% endblock %} {% block bodyid %}index{% endblock %} @@ -11,17 +12,57 @@ extends: base.j2 {% block body %} +
-

Krótki kurs własności intelektualnej
Materiały dla wyższych uczelni

+

Krótki kurs własności intelektualnej
Materiały dla uczelni

+
+ +
+

Pobierz

+ + +
+ + +{%- for grp, res_walker in site.content.walk_section_groups() -%} + {%- if grp.name != 'section' -%} +
+

{{ grp.title }}

+ + + {% if grp.name == "rozdzial-6" %} +

Materiały uzupełniające

+ {% endif %} +
+ {%- endif -%} +{%- endfor %} + +
+ +
-

Patron merytoryczny

PatronInterdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego, Uniwersytet Warszawski title="Platforma Otwartej Nauki">
-
-

Pobierz

- - Kurs w formacie PDF - Prezentację w formacie ODP - Prezentację w formacie PDF - Kurs w formacie SCORM (zgodny z Moodle) - Źródło do edycji -
- -{%- for grp, res_walker in site.content.walk_section_groups() -%} - {%- if grp.name != 'section' -%} -
- {%- if grp.title != '' -%} -

{{ grp.title }}

- {% endif %} - {%- if grp.name == 'intro' -%} - {%- endif -%} - - {%- for res in res_walker -%} - {{ res.meta.title }} - {% if res.meta.author %}{{ res.meta.author }}{% endif %} - - {%- endfor -%} -
- {%- endif -%} -{%- endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}