Saltar al contenido principal
Abrir/cerrar menú de navegación
Artículos
Tutoriales
Cursos
Webinars
Cambiar de plan
Iniciar Asana
Iniciar sesión
Comenzar
Búsqueda
|
Ejemplos
Ejemplos
Estudiantes
Organizaciones sin fines de lucro
Ingeniería
Ventas y Servicios
Operaciones y TI
Diseño y creatividad
Productos
Marketing y comunicaciones
Recursos Humanos y reclutamiento
Toda la empresa
Principales búsquedas
<%= getStartedSection.dynamicTitle %>
<% getStartedSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<%= recommendedLinksSection.dynamicTitle %>
<%= recommendedLinksSection.headerLink.dynamicHeaderLink %>
<% recommendedLinksSection.linkColumns.forEach(function(linkColumn, index) { %>
<%= linkColumn.dynamicTitle %>
<% linkColumn.links.forEach(function(link){%>
<%= link.dynamicLinkText %>
<% }) %>
<% }) %>
<%= useCasesSection.dynamicTitle %>
<%= useCasesSection.headerLink.dynamicHeaderLink %>
<% useCasesSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<% videoCourseSection.videoCourseRows.forEach(function(videoCourseRow, index) { %>
<%= videoCourseRow.dynamicTitle %>
<%= videoCourseRow.headerLink.dynamicHeaderLink %>
<% videoCourseRow.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
<% }) %>
<%= keepExploringSection.dynamicTitle %>
<% keepExploringSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
Categorías
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Abrir/cerrar menú de navegación
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorías
Categorías
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Temas de ayuda:
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% 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) { %>
Más información
<% } %>
<% } %>