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