From e11cb02ed65f6533edea3de32929ffb96beb066c Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 23 Sep 2024 11:28:45 +0900 Subject: [PATCH] =?UTF-8?q?2024-09-23=2011:25=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/manager/file/fileAttribute.jsp | 282 ++++++++++ .../WEB-INF/jsp/manager/file/fileList.jsp | 529 ++++++++++++++++++ 2 files changed, 811 insertions(+) create mode 100644 src/main/webapp/WEB-INF/jsp/manager/file/fileAttribute.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/manager/file/fileList.jsp diff --git a/src/main/webapp/WEB-INF/jsp/manager/file/fileAttribute.jsp b/src/main/webapp/WEB-INF/jsp/manager/file/fileAttribute.jsp new file mode 100644 index 00000000..df638f5d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/manager/file/fileAttribute.jsp @@ -0,0 +1,282 @@ +<%@ page contentType="text/html;charset=utf-8" %> +<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + <s:message code="manager.file.multiFileList.edit"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

+
+ +
+

파일관리

+
+
+
+
+ + + + + + + + + + +
+ + +
+ +
+ +
+ + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/manager/file/fileList.jsp b/src/main/webapp/WEB-INF/jsp/manager/file/fileList.jsp new file mode 100644 index 00000000..7c4bde51 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/manager/file/fileList.jsp @@ -0,0 +1,529 @@ +<%@ page contentType="text/html;charset=utf-8" %> +<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + <s:message code="manager.file.multiFileList.title"/> + + + + +
+
+

+
+ +
+

파일관리

+
+
+
+
+
+
+
+ + + + + + +
+ +
+
    + +
    + + +
    +
      +
    • + ... + +
        + +
      • <s:message code=">
      • +
        +
      +
      +
    • +
    +
    + + +
    + + + + + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + ${fileList.fileSubType} + + + <s:message code="><s:message code=">
    +
    +
    +
    + + + + + \ No newline at end of file