メインコンテンツへスキップ
ナビゲーションメニュを切り替え
English (US)
한국어(대한민국)
简体中文
お問い合わせ
サインイン
検索
Moloco Adsリリースノート
クラウドDSPリリースノート(22年6月29日)
クラウドDSPリリースノート(22年5月18日)
クラウドDSPリリースノート(22年5月12日)
クラウドDSPリリースノート(22年4月27日)
クラウドDSPリリースノート(22.04.20)
クラウドDSPリリースノート(22.03.31)
Molocoクラウド新機能リリース (22.03.24)
Molocoクラウド新機能リリース (22.03.09)
Molocoクラウド新機能リリース (22.02.23)
Molocoクラウド新機能リリース (22.02.06)
Molocoクラウド新機能リリース (22.01.19)
MOLOCOクラウド新機能リリース (21.12.15)
MOLOCOクラウド新機能リリース (21.12.01)
MOLOCOクラウド新機能リリース (21.11.10)
MOLOCOクラウド新機能リリース (21.10.20)
MOLOCOクラウド新機能リリース (21.09.30)
MOLOCOクラウド新機能リリース (21.09.15)
MOLOCOクラウド新機能リリース (21.09.01)
MOLOCOクラウド新機能リリース (21.08.16)
MOLOCOクラウド新機能リリース (21.07.14)
MOLOCOクラウド新機能リリース (21.06.16)
MOLOCOクラウド新機能リリース (21.06.02)
MOLOCOクラウド新機能リリース (21.05.03)
MOLOCOクラウド新機能リリース (21.04.01)
MOLOCOクラウド新機能リリース (21.03.03)
MOLOCOクラウド新機能リリース (21.02.03)
MOLOCOクラウド 新機能リリース (21.01.12)
MOLOCOクラウド新機能リリース (20.12.22)
MOLOCOクラウド新機能リリース (20.11.18)
MOLOCOクラウド新機能リリース (20.11.05)
«
最初へ
‹
前へ
次へ
›
最新
»
<% 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) { %>
件の記事をすべて表示
<% } %>
<% } %>
<% }); %>
<% } %>