주 콘텐츠로 건너뛰기
탐색 메뉴 토글
한국어(대한민국)
English (US)
日本語
简体中文
문의하기
로그인
검색
몰로코 클라우드 DSP 릴리즈 노트
승격된 문서
클라우드 DSP 릴리즈 노트 (23. 9. 21)
클라우드 DSP 릴리즈 노트 (23. 8. 3)
클라우드 DSP 릴리즈 노트 (23. 7. 27)
클라우드 DSP 릴리즈 노트 (23.6.29)
클라우드 DSP 릴리즈 노트 (23.6.21)
클라우드 DSP 릴리즈 노트 (23. 6. 8)
클라우드 DSP 릴리즈 노트 (23. 6. 1)
클라우드 DSP 릴리즈 노트 (23. 5. 25)
클라우드 DSP 릴리즈 노트 (23. 4. 6)
클라우드 DSP 릴리즈 노트 (23. 3. 9)
클라우드 DSP 릴리즈 노트 (23. 2. 16)
클라우드 DSP 릴리즈 노트 (23. 1. 19)
클라우드 DSP 릴리즈 노트 (23. 1. 12)
클라우드 DSP 릴리즈 노트 (22.12.15)
클라우드 DSP 릴리즈 노트 (22.12.8)
클라우드 DSP 릴리즈 노트 (22.11.10)
클라우드 DSP 릴리즈 노트 (22.10.27)
클라우드 DSP 릴리즈 노트 (22.10.6)
클라우드 DSP 릴리즈 노트 (22.09.22)
클라우드 DSP 릴리즈 노트 (22.09.15)
클라우드 DSP 릴리즈 노트 (22.08.25)
클라우드 DSP 릴리즈 노트 (22.08.18)
클라우드 DSP 릴리즈 노트 (22.07.21)
클라우드 DSP 릴리즈 노트 (22.06.29)
클라우드 DSP 릴리즈 노트 (22.05.18)
클라우드 DSP 릴리즈 노트 (22.05.12)
클라우드 DSP 릴리즈 노트 (22.4.27)
클라우드 DSP 릴리즈 노트 (22.4.20)
클라우드 DSP 릴리즈 노트 (22.3.31)
클라우드 DSP 릴리즈 노트 (22.3.24)
다음
›
마지막
»
<% if (style === 'banner') { %> <% var isOnBottom = locations.indexOf('home-top') === -1 && locations.indexOf('home-middle') === -1; %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } else if (style === 'boxed') { %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } else if (style === 'boxed-image') { %>
<% if (heading) { %>
<%= heading %>
<% } %> <% if (body) { %>
<%= body %>
<% } %>
<%= label %>
<% } %>
<% categories.forEach(function(category) { %>
<% var categoryName = window.categoryNames && window.categoryNames.hasOwnProperty(category.name) ? window.categoryNames[category.name] : category.name %> <% if (category.id === activeCategoryId) { %>
<%= categoryName %>
<% } else { %>
<%= categoryName %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
카테고리
<% 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 activeCategory = categories.filter(function(category) { return category.isActive; })[0] || null; %> <% if (typeof maxArticles === 'undefined' || !maxArticles) maxArticles = 5; %> <% if (activeCategory && activeCategory.sections.length) { %>
탐색 메뉴 토글
<% activeCategory.sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parentId: 'section-' + section.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) { %>
문서 모두 보기
<% } %>
<% } %>
<% }); %>
<% } %>
카테고리
카테고리
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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.forEach(function(section) { %>
<%= section.name %>
<%= 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) { %>
문서 개 모두 보기
<% } %>
<% } %>
<% }); %>
<% } %>