diff --git a/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid b/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid new file mode 100644 index 00000000..0c20f3ac --- /dev/null +++ b/Custom_Templates/customer_templates/Crayon/onboarding.html.liquid @@ -0,0 +1,30 @@ +{% include "header" %} +{% include "course_version_outdated_alert", courses: courses.enrolled %} +{% include "sub_navigation" %} +
+
+
+ {% if features.learning_paths? %} +
+ {% t shared.learning_paths %} +
+ {% include "learning_paths_index", items: learning_paths.enrolled %} + {% endif %} +
+ {% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %} +
+ {% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %} +
+ {% if features.training_events? %} +
+
+ {% t .upcoming_events %} +
+ {% include "training_events_dashboard" %} +
+ {% endif %} +
+
+{% include "footer" %} + +current_page: "/app/user-guides" \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Zenjob/.DS_Store b/Custom_Templates/customer_templates/Zenjob/.DS_Store new file mode 100644 index 00000000..5008ddfc Binary files /dev/null and b/Custom_Templates/customer_templates/Zenjob/.DS_Store differ diff --git a/Custom_Templates/customer_templates/Zenjob/_cards_course.html.liquid b/Custom_Templates/customer_templates/Zenjob/_cards_course.html.liquid index 99c6af41..722d6f5c 100644 --- a/Custom_Templates/customer_templates/Zenjob/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Zenjob/_cards_course.html.liquid @@ -1,3 +1,4 @@ +{% assign course_ribbon = course.ribbon | downcase %}
@@ -26,8 +27,8 @@ {% endif %}
diff --git a/Custom_Templates/customer_templates/Zenjob/_cards_learning_path.html.liquid b/Custom_Templates/customer_templates/Zenjob/_cards_learning_path.html.liquid new file mode 100644 index 00000000..e322d058 --- /dev/null +++ b/Custom_Templates/customer_templates/Zenjob/_cards_learning_path.html.liquid @@ -0,0 +1,68 @@ +
+
+
+
+ {{ learning_path.name }} +
+ + {{ learning_path.items.count }} Inhalte +
+
+ +
+ +
+

+ {{ learning_path.name }} +

+ + {% include "learning_path_description" %} + + {% if learning_path.has_instructors? %} +
+ {{ learning_path.instructor_names }} +
+ {% endif %} + +
+ + {{ learning_path.items.count }} Inhalte +
+ + +
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Zenjob/_course_cta_button.html.liquid b/Custom_Templates/customer_templates/Zenjob/_course_cta_button.html.liquid index ee367268..5510972d 100644 --- a/Custom_Templates/customer_templates/Zenjob/_course_cta_button.html.liquid +++ b/Custom_Templates/customer_templates/Zenjob/_course_cta_button.html.liquid @@ -16,14 +16,19 @@ {% endif %} {% endunless %} > - {% if course.enrolled? == false %} - {% t shared.enroll %} - {% elsif course.started? == false %} - {% t shared.course.start, key: current_school.course_vocabulary %} - {% elsif course.completed? %} - {% t shared.course.view, key: current_school.course_vocabulary %} + {% assign course_ribbon = course.ribbon | downcase %} + {% if course_ribbon == "hochladen" %} + Hochladen {% else %} - {% t shared.continue %} + {% if course.enrolled? == false %} + {% t shared.enroll %} + {% elsif course.started? == false %} + {% t shared.course.start, key: current_school.course_vocabulary %} + {% elsif course.completed? %} + {% t shared.course.view, key: current_school.course_vocabulary %} + {% else %} + {% t shared.continue %} + {% endif %} {% endif %} {% endif %} \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Zenjob/_header.html (1) (1).liquid b/Custom_Templates/customer_templates/Zenjob/_header.html (1) (1).liquid deleted file mode 100644 index 405f9b56..00000000 --- a/Custom_Templates/customer_templates/Zenjob/_header.html (1) (1).liquid +++ /dev/null @@ -1,385 +0,0 @@ -{% assign is_in_authenticated_group = false %} - -{% for group in current_person.groups %} - {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %} - {% assign is_in_authenticated_group = true %} - {% endif %} -{% endfor %} - -{% if current_person.email contains "+preview" %} - {% assign is_in_authenticated_group = true %} -{% endif %} - -{% unless is_in_authenticated_group %} - -{% endunless %} - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} -
- - -
-
- -{% include "messages" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Zenjob/_header.html (1).liquid b/Custom_Templates/customer_templates/Zenjob/_header.html (1).liquid deleted file mode 100644 index 405f9b56..00000000 --- a/Custom_Templates/customer_templates/Zenjob/_header.html (1).liquid +++ /dev/null @@ -1,385 +0,0 @@ -{% assign is_in_authenticated_group = false %} - -{% for group in current_person.groups %} - {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %} - {% assign is_in_authenticated_group = true %} - {% endif %} -{% endfor %} - -{% if current_person.email contains "+preview" %} - {% assign is_in_authenticated_group = true %} -{% endif %} - -{% unless is_in_authenticated_group %} - -{% endunless %} - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} -
- - -
-
- Trainings - - - - Lernweg - - - - Auszeichnungen - - - - On-The-Job Videos - - - {% comment %} - Veranstaltungen - {% endcomment %} - -
- {% unless current_school.sso_active? %} - - {% t .profile_settings %} - - {% endunless %} - - {% t .sign_out %} - -
-
-
- -{% include "messages" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Zenjob/_header.html (2).liquid b/Custom_Templates/customer_templates/Zenjob/_header.html (2).liquid deleted file mode 100644 index c99aa4de..00000000 --- a/Custom_Templates/customer_templates/Zenjob/_header.html (2).liquid +++ /dev/null @@ -1,398 +0,0 @@ -{% assign is_in_authenticated_group = false %} - -{% for group in current_person.groups %} - {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %} - {% assign is_in_authenticated_group = true %} - {% endif %} -{% endfor %} - -{% if current_person.email contains "+preview" %} - {% assign is_in_authenticated_group = true %} -{% endif %} - -{% unless is_in_authenticated_group %} - -{% endunless %} - -
-
-
- {% if current_person.signed_in? %} - - - {% endif %} -
- {% if current_school.logo_url %} -

- - {{ current_school.name }} - -

- {% else %} - - {{ current_school.name }} - - {% endif %} - -
- -
- - {% if current_person.signed_in? %} - -
- - -
- {% else %} -
- {% endif %} - -
- -
-
-
-
- -{% include "messages" %} - - - - \ No newline at end of file diff --git a/Custom_Templates/customer_templates/Zenjob/_header.html.liquid b/Custom_Templates/customer_templates/Zenjob/_header.html.liquid index c99aa4de..e381cc2f 100644 --- a/Custom_Templates/customer_templates/Zenjob/_header.html.liquid +++ b/Custom_Templates/customer_templates/Zenjob/_header.html.liquid @@ -4,7 +4,7 @@ {% if group.name == "All Users" or group.id == "6331d115-ea74-418a-99b2-af5c81208fe1" %} {% assign is_in_authenticated_group = true %} {% endif %} -{% endfor %} +{% endfor %} {% if current_person.email contains "+preview" %} {% assign is_in_authenticated_group = true %} @@ -69,6 +69,10 @@
  • On-The-Job Videos
  • +
  • + + Veranstaltungen +
  • {% for website_navigation in navigations.header_navigations_external %}
  • Lernwege Auszeichnungen On-The-Job Videos + Veranstaltungen