diff --git a/jspblog/src/main/webapp/board/list.jsp b/jspblog/src/main/webapp/board/list.jsp index e83db0fe..ab2af4c6 100644 --- a/jspblog/src/main/webapp/board/list.jsp +++ b/jspblog/src/main/webapp/board/list.jsp @@ -2,8 +2,37 @@ <%@ include file="../layout/header.jsp"%> -

세션 테스트

-로그인 유저네임 : ${sessionScope.principal.username} +
+ +
+
+ + + + + + +
+
+ +
+
+
+ +
+
+

제목

+ 상세보기 +
+
+ +
+ +
+ diff --git a/jspblog/src/main/webapp/board/writeForm.jsp b/jspblog/src/main/webapp/board/writeForm.jsp new file mode 100644 index 00000000..281ae016 --- /dev/null +++ b/jspblog/src/main/webapp/board/writeForm.jsp @@ -0,0 +1,33 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +<%@ include file="../layout/header.jsp" %> + +
+
+ +
+ + +
+ +
+ + +
+ + +
+
+ + + + + \ No newline at end of file diff --git a/jspblog/src/main/webapp/layout/header.jsp b/jspblog/src/main/webapp/layout/header.jsp index d6dfd337..bcb28e83 100644 --- a/jspblog/src/main/webapp/layout/header.jsp +++ b/jspblog/src/main/webapp/layout/header.jsp @@ -11,6 +11,8 @@ + + diff --git a/jspblog/src/main/webapp/test/summernote.jsp b/jspblog/src/main/webapp/test/summernote.jsp new file mode 100644 index 00000000..3543f54c --- /dev/null +++ b/jspblog/src/main/webapp/test/summernote.jsp @@ -0,0 +1,26 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + + + Summernote + + + + + + + +
+ + + \ No newline at end of file