<%- include('partials/favicon') %> AI 성공 사례 관리 - XAVIS <% if (typeof allStories === 'undefined') { allStories = []; } %> <% if (typeof story === 'undefined') { story = null; } %>
<%- include('partials/nav', { activeMenu: 'ai-cases' }) %>

AI 성공 사례 관리

목록(사용자 화면)

슬러그는 URL에 쓰이므로 영문·숫자·하이픈만 사용하세요. 원문 PDF 경로(/public/...)가 있으면 상세는 PDF 페이지 이미지로 보여 주며, 이때 본문(Markdown)은 비워도 됩니다. PDF가 없을 때는 본문이 필수입니다.

<% if (typeof listPagination !== 'undefined' && listPagination.totalCount > 0) { %>

등록된 사례

<% if (listPagination.totalPages > 1) { %> 총 <%= listPagination.totalCount %>건 · <%= listPagination.page %>/<%= listPagination.totalPages %> 페이지 <% } else { %> 총 <%= listPagination.totalCount %>건 <% } %>
    <% allStories.forEach(function(s) { %>
  • <% var _listPageQ = listPagination.page > 1 ? ('&page=' + listPagination.page) : ''; %> <%= s.title %> /<%= s.slug %>
  • <% }) %>
<% if (listPagination.totalPages > 1) { %> <% } %>
<% } %>

<%= story ? '사례 수정' : '새 사례 등록' %>