• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainwebappWEB-INFjspuatuiaKCertStep1.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-27
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
resources
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
webapp
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-27
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-27
ark
first commit
2025-12-11
common
first commit
2025-12-11
css
first commit
2025-12-11
editor
first commit
2025-12-11
font
first commit
2025-12-11
html
first commit
2025-12-11
ico
first commit
2025-12-11
images
first commit
2025-12-11
js
5648 관리자 메인비주얼관리 수정
01-26
publish
아이콘 수정 및 헤더 오류 수정
01-26
index.jsp
first commit
2025-12-11
insp.html
first commit
2025-12-11
tempPrint.html
first commit
2025-12-11
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
config/egovframework/springmvc
first commit
2025-12-11
jsp
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
01-27
lib
first commit
2025-12-11
tlds
first commit
2025-12-11
decorators.xml
first commit
2025-12-11
sitemesh.xml
first commit
2025-12-11
web.xml
first commit
2025-12-11
File name
Commit message
Commit date
cmm
first commit
2025-12-11
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
first commit
2025-12-11
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
first commit
2025-12-11
main
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
manager
first commit
2025-12-11
sec
first commit
2025-12-11
site/case/jsp
first commit
2025-12-11
sts/cst
first commit
2025-12-11
sym
메뉴관리 > 하위 메뉴 생성 수정 완료
01-27
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
5648 관리자 메인비주얼관리 수정
01-26
web
아이콘 수정 및 헤더 오류 수정
01-26
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
uap
first commit
2025-12-11
uia
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
File name
Commit message
Commit date
EgovLoginUsr.jsp
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
EgovLoginUsrCourt.jsp
first commit
2025-12-11
KCertStep1.jsp
first commit
2025-12-11
KCertStep2.jsp
first commit
2025-12-11
NCertStep1.jsp
first commit
2025-12-11
NCertStep2.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 f88b060 first commit UNIX
Raw Open in browser Change history
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> <!DOCTYPE html> <script type="text/javascript"> $(document).ready(function(){ if('${Exception}' != ''){ alert('${Exception}'); } }); function validation(){ if($('#name').val() == ''){ alert('이름을 입력해 주세요'); return false; } if($('#phone').val() == ''){ alert('휴대전화를 입력해 주세요.'); return false; } if($('#birth').val() == ''){ alert('생년월일을 입력해 주세요.'); return false; } if(!$('#agree_01').is(':checked')){ alert('개인정보 수집 및 이용동의를 체크해 주세요.'); return false; } if(!$('#agree_02').is(':checked')){ alert('제3자 정보 제공 동의를 체크해 주세요.'); return false; } return true; } function goStep2(){ if(validation()){ document.kForm.submit(); } } </script> <div class="mask"></div> <!-- 팝업 : 개인정보 수집 및 이용 동의 : cert1_popup --> <div class="tooltip-wrap"> <div class="popup_wrap layer_popup cert_popup cert1_popup" style="width:90%;max-width:640px;" tabindex="0" data-tooltip-con="cert1_popup" data-focus="cert1_popup" data-focus-prev="cert1_popup_close"> <div class="popup_content"> <div class="content"> <b class="title depth02 orange_border round">개인정보 수집 및 이용 동의 <span class="color_red fw_medium">(필수)</span></b> <div class="box gray_border" style="max-height:300px;overflow:auto;"> <p>한국공정거래조정원은 본 서비스 제공을 위하여 아래와 같이 개인정보를 수집 및 이용하고자 관련내용을 관계 법령에 따라 고지하오니, 동의해 주시기 바랍니다.</p> <dl class="sub_dl"> <dt>1. 개인정보의 수집ㆍ이용 목적</dt> <dd>- 분쟁조정 사건 처리 : 분쟁조정사건의 진행을 위해 조정신청서 제출시 사건 진행을 위한 분쟁당사자의 사업자 정보(상호, 주소, 연락처 등)를 처리하며 사건 관련 제출한 자료에 포함된 개인정보는 사건 처리를 위한 목적으로 이용(사건서류 우편송달, 출석조사 등 사건조사를 위한 담당자 연락)</dd> <dd>- 민원 상담 처리 : 분쟁조정관련 상담, 무료법률상담, 조정원에 관한 상담, 자체 만족도 조사 등 민원처리</dd> <dt>2. 수집ㆍ이용하려는 개인정보의 항목</dt> <dd>- 성명, 기관명, 직위(급), 연락처, 이메일 주소</dd> <dt>3. 개인정보의 보유 및 이용기간</dt> <dd>- 개인정보파일명 : 분쟁조정당사자 정보관리</dd> <dd>- 보유 및 이용기간 : 5년</dd> <dt>4. 이용자 개인정보보호</dt> <dd>- 이용자 개인정보보호를 위하여 수집된 개인정보는 암호화되어 처리됩니다.</dd> </dl> </div> <div class="btn_wrap center"> <button type="button" class="btn btn_text btn_40 gray_fill tooltip-close" data-tooltip="cert1_popup_popup" data-focus="cert1_popup_popup" data-focus-next="cert1_popup">확인</button> </div> </div> </div> </div> </div> <!-- 팝업 : 개인정보 제3자 제공 동의 : cert1_popup --> <div class="tooltip-wrap"> <div class="popup_wrap layer_popup cert_popup cert2_popup" style="width:90%;max-width:640px;" tabindex="0" data-tooltip-con="cert2_popup" data-focus="cert2_popup" data-focus-prev="cert2_popup_close"> <div class="popup_content"> <div class="content"> <b class="title depth02 orange_border round">개인정보 제3자 제공 동의 <span class="color_red fw_medium">(필수)</span></b> <div class="box gray_border" style="max-height:300px;overflow:auto;"> <p>분쟁조정사건처리시스템은 정보주체의 동의, 법률에 특별한 규정이 있는 경우 등 개인정보보호법 제17조 및 제18조에 해당하는 경우에만 개인정보를 제3자에게 제공합니다.</p> <dl class="sub_dl"> <dt>가. 용어의 정의</dt> <dd>1. 인증사업자 : 네이버, 카카오 등 전자서명 서비스를 제공하는 사업자</dd> <dt>나. 제3자 제공에 관한 사항</dt> <dd>1. 개인정보를 제공받는 자 : 인증사업자</dd> <dd>2. 제공받는 자의 개인정보 이용목적 : 간편인증 시 본인확인 또는 전자서명</dd> <dd>3. 제공하는 개인정보 항목 : 생년월일, 이름, 휴대폰번호</dd> <dd>4. 제공받는 자의 보유 및 이용기간 : 본인확인 또는 전자서명 후 즉시 파기</dd> </dl> </div> <div class="btn_wrap center"> <button type="button" class="btn btn_text btn_40 gray_fill tooltip-close" data-tooltip="cert2_popup_popup" data-focus="cert2_popup_popup" data-focus-next="cert2_popup">확인</button> </div> </div> </div> </div> </div> <form id="kForm" name="kForm" action="/web/user/cert/kCertStep2.do" method="post"> <div class="window_popup idf" style="max-width:700px"> <div class="title_area"> <h1>카카오 간편인증</h1> </div> <div class="cont_area"> <div class="table_type_rows"> <table> <colgroup> <col style="width:40%;"> <col style="width:auto;"> </colgroup> <tbody> <tr> <th>이름</th> <td><input type="text" id="name" name="name" class="input_text w100per" placeholder="이름"></td> </tr> <tr> <th>휴대전화</th> <td><input type="text" id="phone" name="phone" class="input_text w100per" placeholder="본인명의 휴대전화번호(숫자만 입력)"></td> </tr> <tr> <th>생년월일</th> <td><input type="text" id="birth" name="birth" class="input_text w100per" placeholder="생년월일 8자리(19990101)"></td> </tr> </tbody> </table> </div> <ul class="agree_box_area"> <li> <div class="checkbox_wrap"> <input type="checkbox" id="agree_01"><label for="agree_01">개인정보 수집 및 이용동의 <span class="color_red">(필수)</span></label> </div> <button type="button" class="btn btn_35 btn_text darkgray_border" data-tooltip="cert1_popup">자세히보기</button> </li> <li> <div class="checkbox_wrap"> <input type="checkbox" id="agree_02"><label for="agree_02">제3자 정보 제공 동의 <span class="color_red">(필수)</span></label> </div> <button type="button" class="btn btn_35 btn_text darkgray_border" data-tooltip="cert2_popup">자세히보기</button> </li> </ul> <div class="btn_wrap center"> <button type="button" class="btn btn_40 btn_text gray_fill" onclick="self.close();">취소</button> <button type="button" class="btn btn_40 btn_text darkblue_fill" onclick="goStep2();">인증요청</button> </div> </div> </div> </form>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up