X-Git-Url: https://git.mdrn.pl/static.git/blobdiff_plain/f221ec688ac9fe053007a4ff75791d24c8f782ad..e33de5b5936c55753ed7af72df05bf78515cfff0:/content/index.html?ds=sidebyside diff --git a/content/index.html b/content/index.html index 84ea512..8bd3be9 100644 --- a/content/index.html +++ b/content/index.html @@ -11,17 +11,52 @@ extends: base.j2 {% block body %} +

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

+
+ +
+

Pobierz

+ + Podręcznik w formacie PDF + Slajdy w formacie ODP + Slajdy 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' -%} +
+

{{ grp.title }}

+ + {%- for res in res_walker -%} + {% if res.meta.title == "Materiały uzupełniające" %} +

{{ res.meta.title }}

+ {% else %} + {{ res.meta.title }} + {% if res.meta.author %}{{ res.meta.author }}{% endif %} + + {% endif %} + {%- endfor -%} +
+ {%- endif -%} +{%- endfor %} + +
+ +
-
-

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