diff --git a/src/main/java/kcc/com/cmm/ImagePaginationRendererWeb.java b/src/main/java/kcc/com/cmm/ImagePaginationRendererWeb.java index 23465dce..869c17d2 100644 --- a/src/main/java/kcc/com/cmm/ImagePaginationRendererWeb.java +++ b/src/main/java/kcc/com/cmm/ImagePaginationRendererWeb.java @@ -30,20 +30,12 @@ public class ImagePaginationRendererWeb extends AbstractPaginationRenderer imple } public void initVariables(){ - /*firstPageLabel = "
  • \"첫페이지\"
  • "; - previousPageLabel = "
  • \"이전10페이지\"
  • "; - currentPageLabel = "
  • {0}
  • "; - otherPageLabel = "
  • {2}
  • "; - nextPageLabel = "
  • \"다음10페이지\"
  • "; - lastPageLabel = "
  • \"마지막페이지\"
  • ";*/ - - firstPageLabel = ""; - previousPageLabel = ""; - /*currentPageLabel = "";*/ - currentPageLabel = ""; - otherPageLabel = ""; - nextPageLabel = ""; - lastPageLabel = ""; + firstPageLabel = "
  • "; + previousPageLabel = "
  • "; + currentPageLabel = "
  • {0}
  • "; + otherPageLabel = "
  • {2}
  • "; + nextPageLabel = "
  • "; + lastPageLabel = "
  • "; } @Override diff --git a/src/main/java/kcc/xxx/web/XxxController.java b/src/main/java/kcc/xxx/web/XxxController.java index e32d9038..1a340103 100644 --- a/src/main/java/kcc/xxx/web/XxxController.java +++ b/src/main/java/kcc/xxx/web/XxxController.java @@ -11,6 +11,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; @@ -143,18 +144,18 @@ public class XxxController { public String xxxList( ModelMap model , HttpServletRequest request - , XxxVO xxxVO + , @ModelAttribute("xxxVO") XxxVO xxxVO ) throws Exception { ArrayList xxxList = new ArrayList(); for(int i = 0 ; i < 10 ; i++) { XxxVO tmpVO = new XxxVO(); + tmpVO.setTotCnt(200); tmpVO.setCol1(String.valueOf(i)); tmpVO.setCol2("유형내용" + i + "입니다."); tmpVO.setCol3("제목내용" + i + "입니다."); tmpVO.setCol4("등록일시" + i + "입니다."); - tmpVO.setTotCnt(10); xxxList.add(tmpVO); } @@ -166,28 +167,16 @@ public class XxxController { model.addAttribute("xxxList", xxxList); model.addAttribute("paginationInfo", paginationInfo); -// if(setIdx.equals("101")){ -// session.setAttribute("menuName", "조정신청"); -// }else if(setIdx.equals("102")){ -// session.setAttribute("menuName", "절차진행"); -// }else if(setIdx.equals("103")){ -// session.setAttribute("menuName", "절차종료"); -// }else{ -// session.setAttribute("menuName", "기타"); -// } -// -// paramMap.put("setIdx", setIdx); -// paramMap.put("pageStart", cri.getPageStart()); -// paramMap.put("perPageNum", cri.getPerPageNum()); -// List> bbsList = service.boardList(paramMap); -// -// PageMaker pageMaker = new PageMaker(); -// pageMaker.setCri(cri); -// pageMaker.setTotalCount(service.boardListCnt(paramMap)); -// -// map.addAttribute("bbsList", bbsList); -// map.addAttribute("pageMaker", pageMaker); - return "/web/xxx/xxxList"; } + + @RequestMapping("/web/xxx/xxxDetail.do") + public String xxxDetail( + ModelMap model + , HttpServletRequest request + , @ModelAttribute("xxxVO") XxxVO xxxVO + ) throws Exception { + + return "/web/xxx/xxxDetail"; + } } diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp index 4226a710..905d9207 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp @@ -1,84 +1,35 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - - - -
    -
    -
    - -
    - - + - +
    -

    저작권 전자조정시스템 Copyright Electronic Coordination System

    -
    - <%--

    진주 [52852] 경상남도 진주시 충의로 19, 1/2/5층 ☎ 대표번호 055.792.0000

    --%> -

    진주 [52851] 경상남도 진주시 소호로 117 ☎ 대표번호 055.792.0000

    -

    서울 [04323] 서울특별시 용산구 후암로 107, 5/16층 ☎ 대표번호 02.2669.0010

    -
    -
    -
    - - - + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp index 8a3f89eb..5b0c8acf 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp @@ -25,33 +25,6 @@ -<%-- - - - - - - - - - - - - - - - - - - - - - - - - --%> - - @@ -70,7 +43,6 @@ content="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' b - - - - -
    - - - -
    -
    - - - - - - - - - - - - - - - - - -
    항목 이름 - -
    파일 첨부 -
    - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    - - - - - - "> - - - - - -
    -
    -
    -
      -
    • -

      최대 50개 | 50MB제한

      -
    • -
    • -

      1개 | 72.01KB

      -
    • -
    -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    - -
    - -
    - - diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxList.jsp deleted file mode 100644 index 7f15982c..00000000 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxList.jsp +++ /dev/null @@ -1,229 +0,0 @@ -<%-- - 대국민(사용자) - Class Name : xxxList.jsp - Description : (사용자)XXX 리스트 페이지 - Modification Information - - 수정일 수정자 수정내용 - ------- -------- --------------------------- - 2021.08.09 이준호 내용 - - author : 이준호 - since : 2021.08.09 - ---%> -<%-- 공통 JS 함수 정의 : /jsp/web/com/webLayout.jsp --%> -<%@ page contentType="text/html; charset=utf-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> - - - -xxx 목록 - - - - -
    - - - - " /> - " /> - - -
    -
    -
    - 제목 : - - - -
    -
    -

    게시판 수 :

    -
    - - - -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    번호휴대폰번호내용일시
    - - - - - - - - - ');"> - - 첨부파일 있음 - -
    -
    -
    - - -
    - - -
    -
      - -
    -
    -
    - -
    -
    -
    - -
    - -
    - -
    - - - - -
    - - diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxModify.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxModify.jsp deleted file mode 100644 index 1938ca1f..00000000 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxModify.jsp +++ /dev/null @@ -1,186 +0,0 @@ -<%-- - 대국민(사용자) - Class Name : xxxModify.jsp - Description : xxx 상세, 수정 페이지 - Modification Information - - 수정일 수정자 수정내용 - ------- -------- --------------------------- - 2021.08.09 이준호 내용 - - author : 이준호 - since : 2021.08.09 - ---%> -<%-- 공통 JS 함수 정의 : /jsp/web/com/webLayout.jsp --%> -<%@ page contentType="text/html; charset=utf-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> - - - -xxx 수정 - - - - - -
    - - - -
    -
    - - - - - - - - - - - - - - - - - -
    항목 이름 - -
    파일 첨부 -
    - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    - - - - - - "> - - - - -
    -
    -
    -
      -
    • -

      최대 50개 | 50MB제한

      -
    • -
    • -

      1개 | 72.01KB

      -
    • -
    -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    - -
    - -
    - - diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxRegist.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxRegist.jsp deleted file mode 100644 index 0bf4e167..00000000 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/xxx/xxxRegist.jsp +++ /dev/null @@ -1,175 +0,0 @@ -<%-- - 대국민(사용자) - Class Name : xxxRegist.jsp - Description : xxx 등록 페이지 - Modification Information - - 수정일 수정자 수정내용 - ------- -------- --------------------------- - 2021.08.09 이준호 내용 - - author : 이준호 - since : 2021.08.09 - ---%> -<%-- 공통 JS 함수 정의 : /jsp/web/com/webLayout.jsp --%> -<%@ page contentType="text/html; charset=utf-8"%> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> -<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> -<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> - - - -xxx 등록 - - - - - -
    - - -
    -
    - - - - - - - - - - - - - - - -
    항목 이름 - -
    파일 첨부 -
    - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    파일명크기등록일시삭제
    - - - - "> - - - - - -
    -
    -
    -
      -
    • -

      최대 개 | 50MB제한

      -
    • -
    • -

      1개 | 72.01KB

      -
    • -
    -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    -
    -
    - - diff --git a/src/main/webapp/WEB-INF/jsp/web/xxx/xxxDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/xxx/xxxDetail.jsp new file mode 100644 index 00000000..ca750c75 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/xxx/xxxDetail.jsp @@ -0,0 +1,67 @@ +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> + + + + +
    + +
      +
    • +
    • 분쟁조정 안내
    • +
    • 분쟁조정 안내
    • +
    • 분쟁조정 관련 서식
    • +
    + + +

    분쟁조정 관련 서식

    +

    분쟁조정 신청서(및 작성예시), 위임장, 합의취하서 등 분쟁조정 관련 서식을 제공하고 있습니다. 다운로드 받아 사용하시기 바랍니다.

    + +
    +
    +

    + (가맹)(2023)기타 외식 가맹본부의 과중한 위약금 부과 관련 분쟁조정 사례 +

    +
      +
    • +

      · 유형 :

      + + 불공정거래행위-부당한 손해배상의무 부담 +
    • +
    • +

      · 작성자 :

      + + 관리자 +
    • +
    • +

      · 작성일 :

      + + 2024-10-25 +
    • +
    • +

      · 조회수 :

      + + 153 +
    • +
    + +
    + 온라인 분쟁조정 신청이 어려우신 경우 활용하시기 바랍니다. +
    + +
    + +
    +
    +
    +
    \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/xxx/xxxList.jsp b/src/main/webapp/WEB-INF/jsp/web/xxx/xxxList.jsp index 2ea267fc..6549cdf7 100644 --- a/src/main/webapp/WEB-INF/jsp/web/xxx/xxxList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/xxx/xxxList.jsp @@ -9,13 +9,30 @@ - - - - +
    + + " /> + " /> + " /> +
    @@ -62,7 +79,9 @@ - + + + @@ -74,7 +93,13 @@ - + + + + 등록된 데이터가 없습니다. + + + @@ -84,7 +109,7 @@ ${xxxList.col2} - + ${xxxList.col3} @@ -92,36 +117,20 @@ ${xxxList.col4} + 110 - - - 등록된 데이터가 없습니다. -
    - + + +