Overslaan en naar hoofdcontent gaan
×
ovivio
labels
Navigatiemenu in- en uitschakelen
Andere klantportalen
Aanmelden
Zoeken
Social Schools
Administratie
Koppeling administratie
EDEXML
EDEXML
Exporteren EDEXML bestand vanuit Parnassys
Exporteren EDEXML bestand vanuit Esis
Leerlingen importeren met een EDEXml bestand
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 }) %>
<% }); %>
<% } %>