2024/02/23 관리자페이지 스타일 수정(관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정)

This commit is contained in:
ITN_디자인팀 2024-02-23 15:29:31 +09:00
parent 9c9ea73efe
commit f97171770d
3 changed files with 93 additions and 61 deletions

View File

@ -374,69 +374,94 @@ function valiConfig(){ //설정 체크
<!-- cont --> <!-- cont -->
<div class="contWrap"> <div class="contWrap cont_wrap">
<div class="pageTitle"> <div class="box">
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
<h2 class="titType1 c_222222 fwBold">사용자수정</h2> <!-- cont_tit -->
<p class="tType6 c_999999">&nbsp;</p> <div class="cont_tit">
</div> <h2>사용자수정</h2>
<div class="pageCont"> <!-- <ul class="cont_nav">
<div class="listTop resisterList"> <li class="home"><a href="/"><i></i></a></li>
<p class="right block fwMd"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p> <li><span class="cur_nav">사용자수정</span></li>
</ul> -->
</div> </div>
<table class="tbType2"> <!-- //cont_tit -->
<colgroup>
<col style="width: 20%"> <div class="cont">
<col style="width: 80%"> <!-- <div class="pageTitle tb_tit01">
</colgroup> <div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
<tbody> <p class="titType1 c_222222 fwBold">사용자수정</p>
<tr> <p class="tType6 c_999999">&nbsp;</p>
<th><span class="reqArea">사용자유일키</span></th> </div> -->
<td colspan="3">
<input type="text" name="esntlId" id="esntlId" value="<c:out value="${mberManageVO.uniqId}"/>" readonly/> <div class="pageCont">
<div class="listTop resisterList">
<%-- <select name="emplyrSttusCode" id="emplyrSttusCode" title="회원상태" style="width: 95px;"> <p class="right block fwMd sub_te"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p>
<c:forEach var="resultList" items="${emplyrSttusCodeList}" varStatus="status"> </div>
<option value="<c:out value="${resultList.code}"/>"
<c:if test="${resultList.code eq mberManageVO.emplyrSttusCode}"> selected='selected' </c:if>>
<c:out value="${resultList.codeNm}"/>
</option>
</c:forEach>
</select> --%>
</td>
</tr>
<%-- <tr>
<th><span class="reqArea">이름</span></th>
<td colspan="3">
<form:input path="mberNm" id="mberNm" cssClass="txaIpt" size="50" maxlength="60" />
<form:errors path="mberNm" cssClass="error" />
</td>
</tr>
<tr>
<th><span class="reqArea">이메일주소</span></th>
<td colspan="3">
<form:input path="mberEmailAdres" id="mberEmailAdres" cssClass="txaIpt" size="50" maxlength="50" />
<form:errors path="mberEmailAdres" cssClass="error" />
</td>
</tr> --%>
<!-- table -->
<div class="tb_type02">
<table class="tbType2">
<colgroup>
<col style="width: 20%">
<col style="width: 80%">
</colgroup>
<tbody>
<tr>
<th><span class="reqArea">사용자유일키</span></th>
<td colspan="3">
<input type="text" name="esntlId" id="esntlId" value="<c:out value="${mberManageVO.uniqId}"/>" readonly/>
<%-- <select name="emplyrSttusCode" id="emplyrSttusCode" title="회원상태" style="width: 95px;">
<c:forEach var="resultList" items="${emplyrSttusCodeList}" varStatus="status">
<option value="<c:out value="${resultList.code}"/>"
<c:if test="${resultList.code eq mberManageVO.emplyrSttusCode}"> selected='selected' </c:if>>
<c:out value="${resultList.codeNm}"/>
</option>
</c:forEach>
</select> --%>
</td>
</tr>
<%-- <tr>
<th><span class="reqArea">이름</span></th>
<td colspan="3">
<form:input path="mberNm" id="mberNm" cssClass="txaIpt" size="50" maxlength="60" />
<form:errors path="mberNm" cssClass="error" />
</td>
</tr>
<tr>
<th><span class="reqArea">이메일주소</span></th>
<td colspan="3">
<form:input path="mberEmailAdres" id="mberEmailAdres" cssClass="txaIpt" size="50" maxlength="50" />
<form:errors path="mberEmailAdres" cssClass="error" />
</td>
</tr> --%>
<tr>
<th><span class="reqArea">이름</span></th>
<td colspan="3">
<input type="text" name="mberNm" id="mberNm" value="<c:out value="${mberManageVO.mberNm}"/>"/>
<%-- <form:select path="authorCode" items="${authorList}" itemLabel="authorNm" itemValue="authorCode" /> --%>
<%-- 215: <form:radiobuttons path="userType" items="${ userTypeList }" itemLabel="codeNm" itemValue="code" /> --%>
</td>
</tr>
</tbody>
</table>
</div>
<tr> <!-- btn_wrap -->
<th><span class="reqArea">이름</span></th> <div class="btnWrap btn_wrap btn_layout01">
<td colspan="3"> <div class="btn_left"></div>
<input type="text" name="mberNm" id="mberNm" value="<c:out value="${mberManageVO.mberNm}"/>"/> <div class="area_right">
<!-- <input type="button" class="btnType1" value="비밀번호변경" onclick="fnPasswordMove(); return false;"> -->
<%-- <form:select path="authorCode" items="${authorList}" itemLabel="authorNm" itemValue="authorCode" /> --%> <input type="button" class="btnType1 btnType06 in_bt" value="수 정" onclick="fnUpdate(); return false;" style="margin-right: 4px;">
<%-- 215: <form:radiobuttons path="userType" items="${ userTypeList }" itemLabel="codeNm" itemValue="code" /> --%> <%-- <input type="button" class="btnType1 bg_ed4545" value="삭 제" onclick="fnDeleteUser('<c:out value='${mberManageVO.userTy}'/>:<c:out value='${mberManageVO.uniqId}'/>'); return false;"> --%>
</td> <input type="button" class="btnType1 bg_888888 btnType03 in_bt" value="목 록" onclick="fnListPage(); return false;">
</tr> </div>
</tbody> </div>
</table> </div>
<div class="btnWrap">
<!-- <input type="button" class="btnType1" value="비밀번호변경" onclick="fnPasswordMove(); return false;"> -->
<input type="button" class="btnType1" value="수 정" onclick="fnUpdate(); return false;">
<%-- <input type="button" class="btnType1 bg_ed4545" value="삭 제" onclick="fnDeleteUser('<c:out value='${mberManageVO.userTy}'/>:<c:out value='${mberManageVO.uniqId}'/>'); return false;"> --%>
<input type="button" class="btnType1 bg_888888" value="목 록" onclick="fnListPage(); return false;">
</div> </div>
</div> </div>
</div> </div>

View File

@ -482,4 +482,8 @@ input[type="text"].input_time {width: 50px;}
.check_pop .cont_popup .btn_wrap{text-align: center;} .check_pop .cont_popup .btn_wrap{text-align: center;}
.req_text1{display: inline-block; font-size: 16px; font-weight:400; vertical-align: middle; padding:0 5px;} .req_text1{display: inline-block; font-size: 16px; font-weight:400; vertical-align: middle; padding:0 5px;}
.req_text1 a {text-decoration:underline; color:#3a72db; font-size:15px; font-weight:500; padding:0 0 0 16px;} .req_text1 a {text-decoration:underline; color:#3a72db; font-size:15px; font-weight:500; padding:0 0 0 16px;}
/*관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정*/
.pageCont .listTop .sub_te{margin-bottom: 10px;}

View File

@ -105,3 +105,6 @@
/*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/ /*게시판관리 > 게시판관리 > 공지사항 등록 > 공지기간 select 수정*/
.da_fo{width: 90px !important;} .da_fo{width: 90px !important;}
/*관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정 버튼 스타일*/
.in_bt{border: none; letter-spacing: -0.8px; padding: 0 25px; height: 45px;}