diff --git a/src/main/resources/egovframework/spring/com/context-aspect.xml b/src/main/resources/egovframework/spring/com/context-aspect.xml index 50e52ca2..72edebb3 100644 --- a/src/main/resources/egovframework/spring/com/context-aspect.xml +++ b/src/main/resources/egovframework/spring/com/context-aspect.xml @@ -9,8 +9,7 @@ @@ -31,7 +30,7 @@ - + @@ -45,6 +44,7 @@ **service.impl.* + seed/com/gtm/**/*DaoImpl.* @@ -62,6 +62,7 @@ **service.impl.* + seed/com/gtm/**/*DaoImpl.* diff --git a/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml b/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml index 1e09c596..4b633f4a 100644 --- a/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml +++ b/src/main/webapp/WEB-INF/config/egovframework/springmvc/egov-com-servlet.xml @@ -10,7 +10,7 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd"> - + @@ -63,11 +63,23 @@ execution(public * kcc..*Controller.*Prcs(..)) || execution(public * kcc..*Controller.*Pop(..)) || execution(public * kcc..*Controller.update*(..)) || - execution(public * kcc..*Controller.delete*(..)) ) + execution(public * kcc..*Controller.delete*(..)) ) || + execution(public * seed..*Controller.select*(..)) || + execution(public * seed..*Controller.insert*(..)) || + execution(public * seed..*Controller.*List*(..)) || + execution(public * seed..*Controller.*Detail*(..)) || + execution(public * seed..*Controller.*Create*(..)) || + execution(public * seed..*Controller.*Regist*(..)) || + execution(public * seed..*Controller.*Prcs*(..)) || + execution(public * seed..*Controller.*Pop*(..)) || + execution(public * seed..*Controller.update*(..)) || + execution(public * seed..*Controller.delete*(..)) ) + && !(execution(public * kcc..*Controller.selectMainMenuHead(..)) || execution(public * kcc..*Controller.selectMainMenuLeft(..)) || - execution(public * kcc..*Controller.*Web(..)) )" method="logAdminSelect" /> + execution(public * kcc..*Controller.*Web(..))|| + execution(public * seed..*Controller.*Web(..)) )" method="logAdminSelect" /> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/edit.jsp b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/edit.jsp new file mode 100644 index 00000000..404b139e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/edit.jsp @@ -0,0 +1,168 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + + + +
+
+

${menuName}

+
+ +
+

${menuName}를 수정 할 수 있는 페이지 입니다.

+
+
+
+
+ + + + + + +
+
+ +
+

공지사항

+
+ checked="checked"> +
+
+
+
+

제목

+
+ +
+
+
+

작성자

+
+ ${bbsView.BBS_REG_NM} +
+
+
+

첨부자료

+
+
+ +
+
    + +
  • + gif  ${list.EXTRA_FILE_NAME} + 삭제 + +
  • +
    +
+ + + +
+
+
+

내용

+
+ +
+
+
+ +
+ + 목록 +
+
+
+ +
+ +
+ +
+
+
+ + + +
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/list.jsp b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/list.jsp new file mode 100644 index 00000000..69d4b6b3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/list.jsp @@ -0,0 +1,157 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + + + +
+
+

${menuName}

+
+ +
+

${menuName}에 대한 목록 화면 입니다.

+
+
+
+
+
+ + + +
+ + + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
분쟁조정 사례 테이블입니다.
번호제목조회수
공지${list.BBS_TITLE}${list.BBS_CNT}
${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}${list.BBS_TITLE}${list.BBS_CNT}
+
+ +
+
+ +
+
+
+ + +
+
+ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/view.jsp b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/view.jsp new file mode 100644 index 00000000..c1ec2fc2 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/view.jsp @@ -0,0 +1,111 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + + + +
+
+

${menuName}

+
+ +
+

${menuName} 상세 페이지 입니다.

+
+
+
+
+ +
+ +
+

공지사항

+
+ ${bbsView.NOTICE_YN} +
+
+
+
+

제목

+
+ ${bbsView.BBS_TITLE} +
+
+
+

작성자

+
+ ${bbsView.BBS_REG_NM} +
+
+
+

작성일

+
+ ${bbsView.BBS_REG_DATE} +
+
+
+

조회수

+
+ ${bbsView.BBS_CNT} +
+
+
+

첨부자료

+
+ + + +
+
+
+

내용

+
+ ${bbsView.BBS_CONTENT} +
+
+
+
+ + + 목록 +
+
+ + + + + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/write.jsp b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/write.jsp new file mode 100644 index 00000000..90d9d47d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/_extra/gtm/board/write.jsp @@ -0,0 +1,158 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> + + + +정보 관리 + + + + + + + + +
+
+

+ ${menuName} +

+
+ +
+

${menuName}을 수정 할 수 있는 페이지 입니다.

+
+
+
+
+ + +
+
+ +
+

공지사항

+
+ +
+
+
+
+

제목

+
+ +
+
+
+

작성자

+
+ ${memberName} +
+
+
+

첨부자료

+
+
+ +
+
    + +
+ + + +
+
+
+

내용

+
+ +
+
+
+
+ + 목록 +
+
+
+ +
+ +
+ +
+
+
+ + + +
+ + + + + \ No newline at end of file