<%- include('partials/page-start') %>

Thông tin tài liệu

Thông tin phân loại và tệp lưu trữ.

Nhóm
<%= helpers.documentCategoryLabel(document.category) %>
Người tạo
<%= document.createdBy %>
Ngày tạo
<%= document.createdAt %>
Cập nhật
<%= document.updatedAt %>
File
<%= document.originalFileName || 'Không có' %>
Dung lượng
<%= document.fileSize || '-' %>

Nội dung

Đọc nội dung và xem trước file được trình duyệt hỗ trợ.

<% if (document.filePath) { %> Mở file <% } %>
<% if (document.content) { %>
<%= document.content %>
<% } %> <% if (document.filePath && documentPreviewKind) { %>
attach_file Xem trước: <%= document.originalFileName %>
<% if (documentPreviewKind === 'image') { %> <%= document.title %> <% } else { %> <% } %>
<% } else if (document.filePath) { %>
description
<%= document.originalFileName %>

Trình duyệt không xem trực tiếp định dạng này. Hãy tải file để mở bằng ứng dụng phù hợp.

Tải file
<% } %> <% if (!document.content && !document.filePath) { %>
Tài liệu chưa có nội dung.
<% } %>
<%- include('partials/page-end') %>