File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
2023-06-22
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
2024-08-26
File name
Commit message
Commit date
<%--
Class Name : EgovLoginUsr.jsp
Description : 로그인화면
Modification Information
수정일 수정자 수정내용
------- -------- ---------------------------
2009.03.10 박지욱 최초 생성
2011.08.31 JJY 경량환경 버전 생성
author : 공통서비스 개발팀 박지욱
since : 2009.03.10
--%>
<%@ 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"%>
<script language="javascript">
function javascript(){
window.location.href='/#siteId/web/main/mainPage.do';
}
function javascript2(){
window.location.href='/itn/web/user/login/login.do';
}
</script>
<form:form id="userManageVO" name="userManageVO" action="" method="post">
<c:set var="url" value="${requestScope['javax.servlet.forward.servlet_path']}" />
<c:import url="/itn/web/com/naviWrap.do">
<c:param name="url" value="${url}" />
</c:import>
<div id="wrapper">
<!-- contentsW -->
<div id="contentsW">
<div id="contents">
<div class="login_form" style="margin-top:100px; margin-bottom:100px;" >
<div class="contentService" style="font-size:22px; font-weight:bold; text-align:center; padding-top:22px; padding-bottom:22px; ">
회원가입
</div>
<div class="memBox tac" style="text-align:center; height: 100px;margin-top:20px; font-weight:bold;">
<p class="tit type">회원가입이 완료되었습니다.</p>
<div class="btnSet tac mt20" style="padding-top:40px; padding-bottom:34px;">
<!-- <a href="/#siteId/web/main/mainPage.do" class="b-pri">메인화면</a> -->
<!-- <button onclick="javascript:location.href='/itn/web/user/login/login.do'" class="b-base" style="border:1px solid #006daa; color:#ffffff; background-color:#0074b5; border-radius:4px;">로그인</button> -->
<input type="button" onclick='javascript()' value="메인화면" style="border:1px solid #006daa; color:#ffffff; background-color:#0074b5; border-radius:4px; font-size:15px; margin-right:20px; " />
<input type="button" onclick='javascript2()' value="로그인" style="border:1px solid #006daa; color:#ffffff; background-color:#0074b5; border-radius:4px; font-size:15px;" />
</div>
</div>
</div>
</div>
</div>
<!-- //contentsW -->
</div>
</form:form>