Video Library
Promoted Videos
Library
Webinars and Training
<% if (heading) { %>
<% var sectionIds = sections
.filter(function(section) {
if (typeof categoryId !== undefined) {
return section['category_id'] == categoryId;
}
return true;
})
.map(function(section) { return section.id });
var promotedArticles = articles.filter(function(article) {
return article.promoted && sectionIds.indexOf(article.section_id) !== -1;
}) %>
<% if (promotedArticles.length) { %>
<% } %> <%= heading %>
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Promoted articles
<%= partial('article-list-partial-general', { articles: promotedArticles }) %>-
<% articles.forEach(function(article) { %>
- <% }); %>
<% articles.forEach(function(article) { %>
<% } else { %>
<%= article.title %>
<% }) %>
<%= Util.getExcerpt(article.body, 0) %>
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>Browse by feature
<%= partial('article-list-partial-general', { articles: articlesWithLabels }) %>Categories
Toggle navigation menu
Categories
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-section-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
maxArticles: maxArticles,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
- <%= article.title %> <% }); %> <% if (section.articles.length > maxArticles) { %>
- See all articles <% } %>
<% }); %>