Overslaan en naar hoofdcontent gaan
×
ovivio
labels
Navigatiemenu in- en uitschakelen
Andere klantportalen
Aanmelden
Zoeken
Social Schools
Algemeen
Algemeen
Release notes
Release notes
In deze sectie houden wij je op de hoogte van de laatste releases van Social Schools.
Release notes 2024-09
Uitgelicht artikel
Release notes 2024-06
Release notes 2024-05
Niet gevonden wat je zocht?
Zorg er voor dat je aangemeld bent om een melding aan te kunnen maken.
<% var activesubSection = sections.filter(function(section) { return section.isActive; })[0] || null; %> <% if (typeof maxArticles === 'undefined' || !maxArticles) maxArticles = 5; %> <% if (activesubSection && activesubSection.sections.length) { %>
Navigatiemenu in- en uitschakelen
<% activesubSection.sections.forEach(function(section) { %>
<%= section.name %>
<% if (section.articles.length) { %>
Artikelen
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
<%= article.title %>
<% }); %> <% if (section.articles.length > maxArticles) { %>
Bekijk alle artikelen
<% } %>
<% } %> <%= partial('partial-section-list-subsections', { id: 'subsection-' + section.id, parentId: 'subsection-' + section.id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial }) %>
<% }); %>
<% } %>