メインコンテンツへスキップ
ナビゲーションメニュを切り替え
English (US)
한국어(대한민국)
简体中文
お問い合わせ
サインイン
検索
Moloco Adsリリースノート
Moloco Ads リリースノート (25.12.4)
Moloco Ads プロダクトアップデート (25.11.13)
Moloco Ads リリースノート (25.11.6)
Moloco Ads リリースノート (25.10.30)
Moloco Ads リリースノート (25.9.30)
Moloco Ads リリースノート (25.9.18)
Moloco Ads リリースノート (25.9.4)
Moloco Ads リリースノート (25.8.21)
Moloco Ads リリースノート (25.8.7)
Moloco Ads リリースノート (25.7.31)
Moloco Ads リリースノート(25.7.10)
Moloco Ads リリースノート (25.4.30)
Moloco Ads リリースノート (25.4.24)
Moloco Adsリリースノート(25年4月10日)
Moloco Adsリリースノート(25年3月6日)
Moloco Adsリリースノート(25年2月6日)
Moloco Adsリリースノート(25年1月16日)
Moloco Adsリリースノート(24年12月19日)
Moloco Adsリリースノート(24年12月12日)
Moloco Adsリリースノート(24年12月5日)
Moloco Adsリリースノート(24年11月7日)
Moloco Adsリリースノート(24年8月22日)
Moloco Adsリリースノート(24年8月8日)
Moloco Adsリリースノート(24年7月25日)
Moloco Adsリリースノート(24年7月18日)
Moloco Adsリリースノート(24年7月11日)
Moloco Adsリリースノート(24年6月27日)
Moloco Adsリリースノート(24年6月5日)
Moloco Adsリリースノート(24年8月16日)
Moloco Adsリリースノート(24年4月11日)
次へ
›
最新
»
<% 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) { %>
件の記事をすべて表示
<% } %>
<% } %>
<% }); %>
<% } %>