diff --git a/src/main/java/kcc/web/MainController.java b/src/main/java/kcc/web/MainController.java index b0fde287..3df002a5 100644 --- a/src/main/java/kcc/web/MainController.java +++ b/src/main/java/kcc/web/MainController.java @@ -457,7 +457,7 @@ public class MainController { BoardVO boardVO_2 = new BoardVO(); boardVO_2.setRecordCountPerPage(5); //게시글 수 boardVO_2.setFirstIndex(0); // - boardVO_2.setBbsId("BBSMSTR_000000000681"); + boardVO_2.setBbsId("BBSMSTR_000000000000"); List vo_2 = bbsMngService.selectMainBoardRecent(boardVO_2); //게시글 내용 html 태그 삭제 for(int i=0; i" ; var detailPage = $(location).attr('href').split($(location).attr('host'))[1].split('?')[0] ; function fn_egov_select_noticeList(pageNo) { - window.history.back(); + //window.history.back(); + location.href=""; } diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 5ebca744..a264cacc 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -78,6 +78,15 @@ function fn_egov_inqire_notice(bbsId, nttId) { document.frm.action = "?pubDetail=Y"; document.frm.submit(); } + +function fn_egov_inqire_data(bbsId, nttId) { + document.frm.nttId.value = nttId; + document.frm.bbsId.value = bbsId; + document.frm.method = "get"; + document.frm.action = ""; + document.frm.submit(); +} + //저작권체험교실 등록화면 이동 시 운영신청 기간인지 체크 function goCpyrgWrite(){ if(!checkAplctPsbl()) return; @@ -287,8 +296,8 @@ function instrChk(){
  • - -

    2023-09-25

    +
    ', '');"> +

    공지

  • @@ -341,10 +350,21 @@ function instrChk(){

    자료실

    - 더보기 + + 더보기
    @@ -404,5 +425,6 @@ function instrChk(){
    +
    \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/eduInfo.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/eduInfo.jsp index 0eb14dbd..89102715 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/eduInfo.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/eduInfo.jsp @@ -83,4 +83,15 @@ + +
    +
    +
    +
    + +
    +
    +
    +
    + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp index 733008fa..733d2c4a 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp @@ -1,319 +1,326 @@ -<%@ 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"%> -<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> -<%@ taglib prefix="ve" uri="/WEB-INF/tlds/kcc_tld.tld"%> -<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> - - -<% pageContext.setAttribute("replaceChar", "\n"); %> - - - - - -
    -
    -
    -
    -

    신청상세

    -
    - - -
    -
    -
    - -
    -

    찾아가는 저작권 교육

    - - ‘찾아가는 저작권 교육’은 저작권 교육이 필요한 공공기관, 대학, 문화예술단체 등을 대상으로 무료로 강의를 지원하는 맞춤형 교육 서비스입니다. -

    담당자 연락처) 02-2669-0083

    -
    -
    -
    - -
    -
    -

    교육신청 내용

    -
    - <%-- - -
    - -
    -
    - --%> -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <%-- - - - - - --%> - - - - - - - -
    교육부분 - - 과정 - - -
    신청기간 - ~ - 교육기간 - ~ -
    상세교육내용 - - 정원 - -
    목적 - - 특징 - -
    상태 - - - - - - - - -<%-- --%> - 교육장소 - -
    강의계획서 - - - -
    운영계획서 - 실무역량강화 운영 계획서.pptx 다운로드 -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - +<%@ 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"%> +<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> +<%@ taglib prefix="ve" uri="/WEB-INF/tlds/kcc_tld.tld"%> +<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> + + +<% pageContext.setAttribute("replaceChar", "\n"); %> + + + + + +
    +
    +
    +
    +

    신청상세

    +
    + + +
    +
    +
    + +
    +

    실무역량강화

    + + ‘찾아가는 저작권 교육’은 저작권 교육이 필요한 공공기관, 대학, 문화예술단체 등을 대상으로 무료로 강의를 지원하는 맞춤형 교육 서비스입니다. +

    담당자 연락처) 02-2669-0082

    +
    +
    +
    + +
    +
    +

    교육신청 내용

    +
    + <%-- + +
    + +
    +
    + --%> +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + + + + --%> + + + + + + + +
    교육부분 + + 과정 + + +
    신청기간 + ~ + 교육기간 + ~ +
    상세교육내용 +
    +
    정원 + +
    목적 + + 특징 + +
    상태 + + + + + + + + +<%-- --%> + 교육장소 + +
    강의계획서 + + + +
    교육안내문 +<%-- 교육안내문.pptx 다운로드 --%> + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduInfo.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduInfo.jsp index f50cbc30..97b701ec 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduInfo.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduInfo.jsp @@ -83,4 +83,15 @@
    + +
    +
    +
    +
    + +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp index cac54d94..ff22803e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp @@ -1,316 +1,316 @@ -<%@ 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"%> -<%@ taglib prefix="ve" uri="/WEB-INF/tlds/kcc_tld.tld"%> -<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> -<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> - -교육신청 목록 > 성인 찾아가는 저작권 교육 > 한국저작권위원회 저작권 교육 시스템 - - - - -
    - -
    " method="post"> - -
    - - - -
    -

    나의강의실

    -
    -
      -
    • -
      신청중 강의

      -
    • -
    • -
      수강중 강의

      -
    • -
    • -
      종료된 강의

      -
    • -
    - -
    -
    -
    최근 교육 목록
    -
    -
    - -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - -<%-- - - - - - - - - - - -
    최근 교육 목록표
    교육과정교육기간신청결과설문조사이수증
    ');" style="cursor:pointer;"> --%> - - () - - ~ - - - - - - - - 설문완료 - - - - - - - - - - - - - 교육완료 - - - - - - -
    -
    - - - - -
    -
    -
    -
    -
    Q&A
    -
    - - - -
    -
    - -
    -
    - -
    -
    -
      - -
    • class='first' > - - -
      -
      -

      답변A

      - - -
      -

      ${list.qnaAnswerCn }11

      -

      ${list.lastUpdtPnttm }

      -
      -
      - -

      내용이 없습니다.

      -
      -
      - -
      -
      -
    • -
      -
    -
    -
    -
    - -
    - - 내용이 없습니다. -
    -
    -
    - -
    -
    - -
    - -
    - -
    - +<%@ 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"%> +<%@ taglib prefix="ve" uri="/WEB-INF/tlds/kcc_tld.tld"%> +<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> +<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> + +교육신청 목록 > 성인 찾아가는 저작권 교육 > 한국저작권위원회 저작권 교육 시스템 + + + + +
    + + " method="post"> + + + + + +
    +

    나의강의실

    +
    +
      +
    • +
      신청중 강의

      +
    • +
    • +
      수강중 강의

      +
    • +
    • +
      종료된 강의

      +
    • +
    + +
    +
    +
    최근 교육 목록
    +
    +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + +<%-- + + + + + + + + + + +
    최근 교육 목록표
    교육과정교육기간신청결과설문조사이수증
    ');" style="cursor:pointer;"> --%> + + () + + ~ + + + + + + + + 설문완료 + + + - + + + + + + + + + 교육완료 + + + - + + +
    +
    + + + + +
    +
    +
    +
    +
    Q&A
    +
    + + + +
    +
    + +
    +
    + +
    +
    +
      + +
    • class='first' > + + +
      +
      +

      답변A

      + + +
      +

      ${list.qnaAnswerCn }11

      +

      ${list.lastUpdtPnttm }

      +
      +
      + +

      내용이 없습니다.

      +
      +
      + +
      +
      +
    • +
      +
    +
    +
    +
    + +
    + - 내용이 없습니다. +
    +
    +
    + +
    +
    + +
    + +
    + +
    +
    \ No newline at end of file