• 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-INFjspuatuiaNCertStep2.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
관리자 접속통계 수정
5 days ago
.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
접속통계 게시판 오류 수정
5 days ago
resources
접속통계 게시판 오류 수정
5 days ago
webapp
관리자 접속통계 수정
5 days ago
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
관리자 접속통계 수정
5 days ago
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
관리자 접속통계 수정
5 days ago
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
관리자 접속통계 수정
5 days ago
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
관리자/사용자 게시판 리스트 수정
01-27
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
포토형 게시판, 일반게시판 상세 수정
7 days ago
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
게시판 등록 로직 추가
01-27
main
관리자 메인 대시보드
6 days ago
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
관리자 접속통계 수정
5 days ago
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
관리자 팝업
6 days ago
web
팝업 css 수정
5 days ago
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 33c75a5 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="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> <%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> <!DOCTYPE html> <script type="text/javascript"> function step3(){ $.ajax({ url: '/web/user/cert/nCertStep3Ajax.do', type: 'POST', processData: false, contentType: false, data: new FormData(document.nForm), success: function(response) { alert(response.msg); if(response.result == 'success'){ opener.location.href = '/'; window.close(); }else if(response.result == 'requestFail'){ window.close(); } }, error: function(error) { alert("error"); } }); } </script> <form id="nForm" name="nForm" action="/web/user/cert/nCertStep2.do" method="post"> <input type="hidden" name="receiptID" value="${request.receiptID}"/> <div class="window_popup idf" style="max-width:700px"> <div class="title_area"> <h1>네이버 간편인증</h1> </div> <div class="cont_area text_center"> <p class="title gMarket_bold"><i class="icon lock"></i> 인증을 진행해주세요.</p> <div class="box gray_fill"> 입력하신 휴대폰으로 인증 요청 메시지를 보냈습니다.<br> 앱에서 인증을 진행해 주세요. </div> <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="step3();">인증완료</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