Please sign in to submit a support ticket or feedback.
We look forward to hearing from you!
If you're having a login issue and can't sign in, email support@intralinks.com or find our Support line in your region.
<% if (forms.length) { %> <% if (title) { %><%= title %>
<% } %>-
<% forms.forEach(function(form) { %>
-
<%= form.title %>
<% }); %>
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.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>