跳到主内容
搜索
简体中文
العربية
Čeština
Dansk
Deutsch
English (US)
Español (Latinoamérica)
Español (España)
Suomi
Français (Canada)
Français (France)
עברית
हिंदी
Magyar
Bahasa Indonesia
Italiano
日本語
한국어
Bahasa Melayu
Nederlands
Norsk
Polski
Português do Brasil
Português (Portugal)
Română
Русский
svenska
ไทย
Türkçe
Українська
Tiếng Việt
繁體中文
搜索
支持工具
联系支持人员
登录
网络钓鱼模板和登陆页
知识库
KnowBe4 安全意识培训
管理员支持
进行网络钓鱼活动
网络钓鱼模板和登陆页
网络钓鱼模板和登陆页
按副主题浏览
网络钓鱼模板
查看文章
登陆页
查看文章
占位符
查看文章
专题文章
培训活动概述
KnowBe4 控制台快速入门实施指南
白名单指南
白名单向导
Phish Alert Button (PAB) 产品手册
未找到您需要的内容?
联系支持人员
<% categories.forEach(function(category, index) { %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<% if (article.promoted) { %>
<% } %> <% if (!article.promoted) { %>
<% } %>
<%= article.title %>
<% }) %>
<% } %>
类别
类别
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (items.length > 1) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% if (previousArticle && nextArticle) { %>
上一篇文章
<%= previousArticle.title %>
下一篇文章
<%= nextArticle.title %>
<% } %> <% if (nextArticle && !previousArticle) { %>
下一篇文章
<%= nextArticle.title %>
<% } %> <% if (previousArticle && !nextArticle) { %>
上一篇文章
<%= previousArticle.title %>
<% } %>
<% var getDate = function(article) { return article.created_at !== article.updated_at ? article.updated_at : article.created_at; } var sortByDate = function(a, b) { return new Date(getDate(b)) - new Date(getDate(a)); } articles = articles.sort(sortByDate).slice(0, maxArticles); %> <% if (articles.length) { %> <% if (heading) { %>
最近活动
<% } %>
<% articles.forEach(function(article) { %> <% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %> <% var category = categories.filter(function(category) { return category.id === section['category_id']; })[0] || null; %>
<% if (category) { %>
<%= category.name %>
<% } %>
<%= article.title %>
<% var date = article.created_at !== article.updated_at ? article.updated_at : article.created_at %>
<%= new Date(date).toDateString().split(' ').slice(1).join(' ') %>
<% }) %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %> <% var isActive = initial === index %>
<%= child.title %>
<%= child.innerHTML %>
<% }) %>
<% } %>