Overslaan en naar hoofdcontent gaan
×
ovivio
labels
Navigatiemenu in- en uitschakelen
Andere klantportalen
Aanmelden
Zoeken
Social Schools
Algemeen
Algemeen
Algemeen
Informatie over je account, komende ontwikkelingen en de release notes.
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 }) %>
<% }); %>
<% } %>