주 콘텐츠로 건너뛰기
탐색 메뉴 토글
고객센터
가격안내
문의 등록
Docswave 고객센터
Docswave 시작하기
검색
Docswave 시작하기
관리자 시작하기
Docswave가 처음인가요?
Docswave가 처음인 관리자를 위하여 준비했습니다
조직 생성하기
관리자 대시보드 1
관리자 대시보드 2
관리자 대시보드 3
조직원 시작하기
조직 가입 신청하기
조직 입장하기
대시보드 1
대시보드 2
대시보드 3
새로운 알림 확인하기
문서 8개 모두 보기
개인 설정
나의 인사 정보 확인/수정하기
나의 근태 정보 확인하기
나의 휴가 정보 확인하기
내가 기안한 지출 내역 확인하기
내가 기안한 구매 내역 확인하기
개인 양식 등록하기 1
문서 11개 모두 보기
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<%= block.name %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
원하는 정보를 찾지 못하셨나요?
문의 등록
카테고리
<% 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 %>
탐색 메뉴 토글
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
카테고리
카테고리
<% 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.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) { %>
더보기
<% } %>
<% } %>