From: Radek Czajka Date: Thu, 14 Feb 2013 14:15:10 +0000 (+0100) Subject: add editable chunk X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/1a798a8611063ff9abc2b8cd9104e45580f7bffd add editable chunk --- diff --git a/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html b/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html new file mode 100755 index 0000000..b4bbc94 --- /dev/null +++ b/catalogue/templates/catalogue/lesson/appendix/lesson_detail.html @@ -0,0 +1,19 @@ +{% extends "catalogue/lesson/lesson_detail.html" %} +{% load url from future %} + +{% block sidebar-top %} + +
+

Zebrane dla wszystkich tematów

+ +

To jest materiał wspólny dla wszystkich lekcji + edukacji medialnej{% if object.level.slug = "liceum" %} + (na poziomie zaawansowanym) + {% endif %}. + Zobacz też + pełny kurs + z podziałem na poszczególne tematy. +

+
+ +{% endblock %} diff --git a/catalogue/templates/catalogue/lesson/course/lesson_detail.html b/catalogue/templates/catalogue/lesson/course/lesson_detail.html new file mode 100755 index 0000000..cc22b39 --- /dev/null +++ b/catalogue/templates/catalogue/lesson/course/lesson_detail.html @@ -0,0 +1,23 @@ +{% extends "catalogue/lesson/lesson_detail.html" %} +{% load url from future %} + +{% block sidebar-top %} + +
+

Realizacja i czas lekcji

+

Ta lekcja jest częścią tematu + {{ object.section }}{% if object.level.slug = "liceum" %} + (na poziomie zaawansowanym) + {% endif %}. + {% with object.get_syntetic as synth %} + {% if synth %} + Dostępna jest również + lekcja syntetyczna + dla tego tematu. + {% endif %} + {% endwith %} +

+

Czas trwania: 45 minut.

+
+ +{% endblock %} diff --git a/catalogue/templates/catalogue/lesson/lesson_detail.html b/catalogue/templates/catalogue/lesson/lesson_detail.html new file mode 100755 index 0000000..8eec0da --- /dev/null +++ b/catalogue/templates/catalogue/lesson/lesson_detail.html @@ -0,0 +1,108 @@ +{% extends "base.html" %} +{% load url from future %} +{% load lesson_link lesson_nav person_list from catalogue_tags %} +{% load competence curriculum url_for_level from curriculum_tags %} + + +{% block title %}{{ object }}{% endblock %} + +{% block body %} + + + + +
+{{ object.html_file.read|safe }} + + +wróć na górę + +
+ +{% endblock %} diff --git a/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html b/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html new file mode 100755 index 0000000..8fb28c0 --- /dev/null +++ b/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html @@ -0,0 +1,19 @@ +{% extends "catalogue/lesson/lesson_detail.html" %} +{% load url from future %} + +{% block sidebar-top %} + +
+

Realizacja i czas lekcji

+

Ta lekcja jest syntezą tematu + {{ object.section }}{% if object.level.slug = "liceum" %} + (na poziomie zaawansowanym) + {% endif %}. + Dostępny jest również + pełny kurs + tego tematu. +

+

Czas trwania: 45 minut.

+
+ +{% endblock %} diff --git a/catalogue/templates/catalogue/lesson_detail.html b/catalogue/templates/catalogue/lesson_detail.html deleted file mode 100755 index ef20d0e..0000000 --- a/catalogue/templates/catalogue/lesson_detail.html +++ /dev/null @@ -1,144 +0,0 @@ -{% extends "base.html" %} -{% load url from future %} -{% load lesson_link lesson_nav person_list from catalogue_tags %} -{% load competence curriculum url_for_level from curriculum_tags %} - - -{% block title %}{{ object }}{% endblock %} - -{% block body %} - - - - -
-{{ object.html_file.read|safe }} - - -wróć na górę - -
- -{% endblock %} diff --git a/catalogue/templates/catalogue/section_list.html b/catalogue/templates/catalogue/section_list.html index e5ee91e..25a093b 100755 --- a/catalogue/templates/catalogue/section_list.html +++ b/catalogue/templates/catalogue/section_list.html @@ -18,7 +18,7 @@
Pobierz wszystkie lekcje
Pobierz wszystkie lekcje w wersji dla ucznia
-

Zebrane z wszystkich działów

+

Zebrane dla wszystkich tematów