fix: css 경로 fix

main
minuk926 2 years ago
parent af1fdb8279
commit 23cd8163e8

@ -6,11 +6,11 @@
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> <%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
<link href="<c:url value='/resources/framework/css/cmmn/common-style.css'/>" rel="stylesheet" type="text/css" >
<script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script> <script type="text/javascript" src="<c:url value="/_anonymous_/login/validator.do"/>"></script>
<validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/> <validator:javascript formName="userManageVO" staticJavascript="false" xhtml="true" cdata="false"/>
<script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script> <script type="text/javascript" src="<c:url value='/resources/framework/js/egov/EgovZipPopup.js' />" ></script>
<script type="text/javaScript" language="javascript" defer="defer"> <script type="text/javaScript">
function fnIdCheck(){ function fnIdCheck(){
var retVal; var retVal;
var url = "<c:url value='/_anonymous_/login/IdDuplCnfirm.do'/>"; var url = "<c:url value='/_anonymous_/login/IdDuplCnfirm.do'/>";
@ -121,6 +121,7 @@ table {
<div id="search_field" > <div id="search_field" >
<div id="search_field_loc"><h2><strong>업무사용자 등록</strong></h2></div> <div id="search_field_loc"><h2><strong>업무사용자 등록</strong></h2></div>
</div> </div>
<%--@elvariable id="userManageVO" type=""--%>
<form:form commandName="userManageVO" action="${pageContext.request.contextPath}/_anonymous_/login/UserReg_insert_proc.do" name="userManageVO" method="post" > <form:form commandName="userManageVO" action="${pageContext.request.contextPath}/_anonymous_/login/UserReg_insert_proc.do" name="userManageVO" method="post" >
<!-- 우편번호검색 --> <!-- 우편번호검색 -->
<input type="hidden" name="zip_url" value="<c:url value='/_cmmn_/popup/ZipSearchList.do'/>" /> <input type="hidden" name="zip_url" value="<c:url value='/_cmmn_/popup/ZipSearchList.do'/>" />
@ -128,8 +129,8 @@ table {
<div class="modify_user"> <div class="modify_user">
<table class="tbl02"> <table class="tbl02">
<tr> <tr>
<th width="15%" height="23" class="required">사용자아이디 <th width="15%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>사용자아이디</label>
</th> </th>
<td width="35%" > <td width="35%" >
<input type="text" size="20" maxlength="20" disabled="disabled" id="id_view" name="id_view" style="width: 60%"> <input type="text" size="20" maxlength="20" disabled="disabled" id="id_view" name="id_view" style="width: 60%">
@ -140,7 +141,9 @@ table {
</a> </a>
<form:errors path="emplyrId" cssClass="error"/> <form:errors path="emplyrId" cssClass="error"/>
</td> </td>
<th width="15%" height="23" class="required">핸드폰번호&nbsp;&nbsp;</th> <th width="15%" height="23" class="required">
<label>핸드폰번호&nbsp</label>
</th>
<td width="35%" > <td width="35%" >
<form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="moblphonNo" id="moblphonNo" title="핸드폰번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="moblphonNo" cssClass="error" /> <form:errors path="moblphonNo" cssClass="error" />
@ -148,15 +151,15 @@ table {
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required" >비밀번호 <th width="15%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>비밀번호</label>
</th> </th>
<td width="35%" > <td width="35%" >
<form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" /> <form:password path="password" id="password" title="비밀번호" size="20" maxlength="20" />
<form:errors path="password" cssClass="error" /> <form:errors path="password" cssClass="error" />
</td> </td>
<th width="15%" height="23" class="required" >비밀번호확인 <th width="15%" height="23" class="required" >
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>비밀번호확인</label>
</th> </th>
<td width="35%" > <td width="35%" >
<input name="password2" id="password2" title="비밀번호확인" type="password" size="20" maxlength="20" /> <input name="password2" id="password2" title="비밀번호확인" type="password" size="20" maxlength="20" />
@ -164,8 +167,8 @@ table {
</tr> </tr>
<tr> <tr>
<th width="15%" height="23" class="required" >비밀번호힌트 <th width="15%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>비밀번호힌트</label>
</th> </th>
<td width="35%" > <td width="35%" >
<form:select path="passwordHint" id="passwordHint" title="비밀번호힌트"> <form:select path="passwordHint" id="passwordHint" title="비밀번호힌트">
@ -174,8 +177,8 @@ table {
</form:select> </form:select>
<form:errors path="passwordHint" cssClass="error"/> <form:errors path="passwordHint" cssClass="error"/>
</td> </td>
<th width="15%" height="23" class="required" >비밀번호정답 <th width="15%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>비밀번호정답</label>
</th> </th>
<td width="35%" > <td width="35%" >
<form:input path="passwordCnsr" id="passwordCnsr" title="비밀번호정답" cssClass="txaIpt" size="50" maxlength="100" /> <form:input path="passwordCnsr" id="passwordCnsr" title="비밀번호정답" cssClass="txaIpt" size="50" maxlength="100" />
@ -184,14 +187,16 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">이름 <th width="20%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>이름</label>
</th> </th>
<td width="30%" > <td width="30%" >
<input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" /> <input name="emplyrNm" id="emplyrNm" title="사용자이름" type="text" size="20" value="" maxlength="60" />
<form:errors path="emplyrNm" cssClass="error" /> <form:errors path="emplyrNm" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required">소속기관</th> <th width="20%" height="23" class="required">
<label>소속기관</label>
</th>
<td width="30%" > <td width="30%" >
<form:select path="insttCode" id="insttCode" title="소속기관"> <form:select path="insttCode" id="insttCode" title="소속기관">
<form:option value="" label="--선택하세요--"/> <form:option value="" label="--선택하세요--"/>
@ -202,8 +207,8 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">조직코드 <th width="20%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>조직코드</label>
</th> </th>
<td width="30%" > <td width="30%" >
<form:select path="orgnztId" id="orgnztId" title="부서"> <form:select path="orgnztId" id="orgnztId" title="부서">
@ -212,7 +217,9 @@ table {
</form:select> </form:select>
<form:errors path="orgnztId" cssClass="error"/> <form:errors path="orgnztId" cssClass="error"/>
</td> </td>
<th width="20%" height="23" class="required" >직위명</th> <th width="20%" height="23" class="required">
<label>직위명</label>
</th>
<td width="30%" > <td width="30%" >
<form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" /> <form:input path="ofcpsNm" id="ofcpsNm" title="직위명" cssClass="txaIpt" size="20" maxlength="30" />
<form:errors path="ofcpsNm" cssClass="error" /> <form:errors path="ofcpsNm" cssClass="error" />
@ -220,12 +227,15 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">이메일주소</th> <th width="20%" height="23" class="required">
<label>이메일주소</label>
</th>
<td width="30%"> <td width="30%">
<form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" /> <form:input path="emailAdres" id="emailAdres" title="이메일주소" cssClass="txaIpt" size="20" maxlength="50" />
<form:errors path="emailAdres" cssClass="error" /> <form:errors path="emailAdres" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required">집전화지역번호 <th width="20%" height="23" class="required">
<label>집전화지역번호</label>
</th> </th>
<td width="30%" > <td width="30%" >
<form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" /> <form:input path="areaNo" id="areaNo" title="areaNo" cssClass="txaIpt" size="5" maxlength="5" />
@ -238,12 +248,16 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">사무실전화번호</th> <th width="20%" height="23" class="required">
<label>사무실전화번호</label>
</th>
<td width="30%" > <td width="30%" >
<form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" /> <form:input path="offmTelno" id="offmTelno" title="사무실전화번호" cssClass="txaIpt" size="20" maxlength="15" />
<form:errors path="offmTelno" cssClass="error" /> <form:errors path="offmTelno" cssClass="error" />
</td> </td>
<th width="20%" height="23" class="required">팩스번호</th> <th width="20%" height="23" class="required">
<label>팩스번호</label>
</th>
<td width="30%" > <td width="30%" >
<form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" /> <form:input path="fxnum" id="fxnum" cssClass="txaIpt" title="팩스번호" size="20" maxlength="15" />
<form:errors path="fxnum" cssClass="error" /> <form:errors path="fxnum" cssClass="error" />
@ -251,7 +265,9 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">주소</th> <th width="20%" height="23" class="required">
<label>주소</label>
</th>
<td width="30%" > <td width="30%" >
<form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/> <form:input path="homeadres" id="homeadres" title="주소" cssClass="txaIpt" size="40" maxlength="100" readonly="true" cssStyle="width: 60%"/>
<form:errors path="homeadres" cssClass="error" /> <form:errors path="homeadres" cssClass="error" />
@ -263,7 +279,9 @@ table {
<form:errors path="zip" cssClass="error" /> <form:errors path="zip" cssClass="error" />
<input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" /> <input name="zip_view" id="zip_view" type="hidden" title="우편번호" size="20" value="<c:out value='${userManageVO.zip}'/>" maxlength="8" readonly="readonly" />
</td> </td>
<th width="20%" height="23" class="required" >상세주소</th> <th width="20%" height="23" class="required" >
<label>상세주소</label>
</th>
<td width="30%" > <td width="30%" >
<form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" /> <form:input path="detailAdres" id="detailAdres" title="상세주소" cssClass="txaIpt" size="40" maxlength="50" />
<form:errors path="detailAdres" cssClass="error" /> <form:errors path="detailAdres" cssClass="error" />
@ -271,8 +289,8 @@ table {
</tr> </tr>
<tr> <tr>
<th width="20%" height="23" class="required">그룹아이디 <th width="20%" height="23" class="required">
<img src="<c:url value='/'/>images/required.gif" width="15" height="15" alt="필수" /> <label>그룹아이디</label>
</th> </th>
<td colspan="3" width="30%"> <td colspan="3" width="30%">
<form:select path="groupId" id="groupId" title="그룹아이디"> <form:select path="groupId" id="groupId" title="그룹아이디">

@ -12,8 +12,69 @@
<head> <head>
<meta http-equiv="Content-Language" content="ko" > <meta http-equiv="Content-Language" content="ko" >
<title>로그인</title> <title>로그인</title>
<link href="<c:url value='/'/>resources/css/common.css" rel="stylesheet" type="text/css" > <link href="<c:url value='/'/>resources/framework/css/common.css" rel="stylesheet" type="text/css" >
<link href="<c:url value='/'/>resources/css/login.css" rel="stylesheet" type="text/css" > <link href="<c:url value='/'/>resources/framework/css/login.css" rel="stylesheet" type="text/css" >
<style type="text/css">
.captcha_wrap {
margin-top: 10px;
text-align: right;
}
.captcha_wrap button {
padding: 5px;
font-weight: bold;
margin-left: -70px;
cursor: pointer;
}
.captcha_wrap input[type="text"] {
margin-left: 10px;
height: 45px;
width: 280px;
border: 2px solid #828282;
font-size: 17px;
font-family: Nanumsquare_B;
padding: 0 0 0 10px;
}
</style>
</head>
<body onload="fnInit();">
<div class="login_bg">
<div class="header_wrap">
<%--<h1 class="logo"><img src="<c:url value='/'/>images/login/mainLogo.png" alt="Logo Image"></img></h1>--%>
<h1 class="logo"><img src="<c:url value='/'/>resources/images/login/mainLogo_02.png" alt="Logo Image"></img></h1>
</div>
<div class="login_text">
<%--<p class="main_img"><img src="<c:url value='/'/>images/login/loginDeco.png" alt=""></img></p>--%>
<p class="main_img"><img src="<c:url value='/'/>resources/images/login/loginDeco_02.png" alt=""></img></p>
<form:form id="loginForm" name="loginForm" method="post">
<div class="input_wrap">
<input type="text" name="id" id="id" title="아이디 입력" class="typeText required form-control inp-long" placeholder="아이디" />
<input type="password" name="password" id="password" title="비밀번호 입력" class="typePassword required form-control inp-long" placeholder="비밀번호" onkeydown="javascript:if (event.keyCode == 13) { actionLogin(); }"/>
<!-- 캡차인증 -->
<div class="captcha_wrap">
<img id="captchaImg" alt="자동로그인 방지 이미지"/>
<button id="btn_captchaRefresh" alt="자동로그인 방지 이미지 새로고침">새로고침</button>
<input type="text" id="captcha" name="captcha" value="" title="자동로그인 방지 문구 입력" placeholder="좌측의 자동로그인 방지 문구 입력"/>
</div>
<!-- //캡차인증 -->
<div class="input_wrap2">
<!-- <label for="idSave"><input type="checkbox" id="idSave" name="idSave"/> ID저장</label> -->
<a href="#" onclick="javascript:fn_FindId(); return false;">아이디 찾기</a>
<a href="#" onclick="javascript:fn_FindPw(); return false;" class="line">비밀번호 찾기</a>
<a href="#" onclick="javascript:fnReg(); return false;" class="line">회원가입</a>
</div>
</div>
<input type="hidden" name="message" value="${message}" />
<input type="hidden" name="userSe" value="USR"/>
<input name="j_username" type="hidden"/>
</form:form>
<div class="btn_wrap">
<!-- <a href="#" onclick="javascript:fn_MngrInput(); return false;" class="line">회원가입</a> -->
<input type="submit" onclick="javascript:actionLogin()" class="typeButton" title="로그인" value="로그인" />
</div>
</div>
</div>
<script type="text/javascript" src="<c:url value='/'/>resources/3rd-party/jquery/3.6.1/jquery.min.js"></script> <script type="text/javascript" src="<c:url value='/'/>resources/3rd-party/jquery/3.6.1/jquery.min.js"></script>
<%-- <link href="<c:url value='/'/>resourcescss/style.css" rel="stylesheet" type="text/css" > --%> <%-- <link href="<c:url value='/'/>resourcescss/style.css" rel="stylesheet" type="text/css" > --%>
<script type="text/javascript"> <script type="text/javascript">
@ -196,65 +257,5 @@ var CaptchaUtil = {
} }
</script> </script>
<style type="text/css">
.captcha_wrap {
margin-top: 10px;
text-align: right;
}
.captcha_wrap button {
padding: 5px;
font-weight: bold;
margin-left: -70px;
cursor: pointer;
}
.captcha_wrap input[type="text"] {
margin-left: 10px;
height: 45px;
width: 280px;
border: 2px solid #828282;
font-size: 17px;
font-family: Nanumsquare_B;
padding: 0 0 0 10px;
}
</style>
</head>
<body onload="fnInit();">
<div class="login_bg">
<div class="header_wrap">
<%--<h1 class="logo"><img src="<c:url value='/'/>images/login/mainLogo.png" alt="Logo Image"></img></h1>--%>
<h1 class="logo"><img src="<c:url value='/'/>resources/images/login/mainLogo_02.png" alt="Logo Image"></img></h1>
</div>
<div class="login_text">
<%--<p class="main_img"><img src="<c:url value='/'/>images/login/loginDeco.png" alt=""></img></p>--%>
<p class="main_img"><img src="<c:url value='/'/>resources/images/login/loginDeco_02.png" alt=""></img></p>
<form:form id="loginForm" name="loginForm" method="post">
<div class="input_wrap">
<input type="text" name="id" id="id" title="아이디 입력" class="typeText required form-control inp-long" placeholder="아이디" />
<input type="password" name="password" id="password" title="비밀번호 입력" class="typePassword required form-control inp-long" placeholder="비밀번호" onkeydown="javascript:if (event.keyCode == 13) { actionLogin(); }"/>
<!-- 캡차인증 -->
<div class="captcha_wrap">
<img id="captchaImg" alt="자동로그인 방지 이미지"/>
<button id="btn_captchaRefresh" alt="자동로그인 방지 이미지 새로고침">새로고침</button>
<input type="text" id="captcha" name="captcha" value="" title="자동로그인 방지 문구 입력" placeholder="좌측의 자동로그인 방지 문구 입력"/>
</div>
<!-- //캡차인증 -->
<div class="input_wrap2">
<!-- <label for="idSave"><input type="checkbox" id="idSave" name="idSave"/> ID저장</label> -->
<a href="#" onclick="javascript:fn_FindId(); return false;">아이디 찾기</a>
<a href="#" onclick="javascript:fn_FindPw(); return false;" class="line">비밀번호 찾기</a>
<a href="#" onclick="javascript:fnReg(); return false;" class="line">회원가입</a>
</div>
</div>
<input type="hidden" name="message" value="${message}" />
<input type="hidden" name="userSe" value="USR"/>
<input name="j_username" type="hidden"/>
</form:form>
<div class="btn_wrap">
<!-- <a href="#" onclick="javascript:fn_MngrInput(); return false;" class="line">회원가입</a> -->
<input type="submit" onclick="javascript:actionLogin()" class="typeButton" title="로그인" value="로그인" />
</div>
</div>
</div>
</body> </body>
</html> </html>

Loading…
Cancel
Save