Hopp til hovedinnholdet
Aktiver/deaktiver navigasjonsmeny
Opplæring og tjenester
Videoer
System Status
Velkommen til Enalyzer Help Center
Hva trenger du hjelp til?
Søk
Populære søk:
,
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Mest lest
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Kontakt oss
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (items.length > 1) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% var maxSections = 5 %>
Aktiver/deaktiver navigasjonsmeny
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %> <%= partial('partial-article-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% } %> <% }) %>
<% var maxSections = 5 %>
Aktiver/deaktiver navigasjonsmeny
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %>
Aktiver/deaktiver navigasjonsmeny
Kategorier
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id'); %> <% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<% if (isSubsection) { %>
<%= section.name %>
<% } else { %>
<%= section.name %>
<% } %> <%= partial('partial-article-list-sections', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% if (section.articles.length && !isSubsection) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id'); %> <% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Se mer
<% } %>
<% } %>
Levert av Zendesk