2024/02/23 관리자페이지 스타일 수정(관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정)
This commit is contained in:
parent
9c9ea73efe
commit
f97171770d
@ -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"> </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%">
|
|
||||||
<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;">
|
<div class="cont">
|
||||||
<c:forEach var="resultList" items="${emplyrSttusCodeList}" varStatus="status">
|
<!-- <div class="pageTitle tb_tit01">
|
||||||
<option value="<c:out value="${resultList.code}"/>"
|
<div class="pageIcon"><img src="/pb/img/pageTitIcon4.png" alt=""></div>
|
||||||
<c:if test="${resultList.code eq mberManageVO.emplyrSttusCode}"> selected='selected' </c:if>>
|
<p class="titType1 c_222222 fwBold">사용자수정</p>
|
||||||
<c:out value="${resultList.codeNm}"/>
|
<p class="tType6 c_999999"> </p>
|
||||||
</option>
|
</div> -->
|
||||||
</c:forEach>
|
|
||||||
</select> --%>
|
<div class="pageCont">
|
||||||
</td>
|
<div class="listTop resisterList">
|
||||||
</tr>
|
<p class="right block fwMd sub_te"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p>
|
||||||
<%-- <tr>
|
</div>
|
||||||
<th><span class="reqArea">이름</span></th>
|
|
||||||
<td colspan="3">
|
<!-- table -->
|
||||||
<form:input path="mberNm" id="mberNm" cssClass="txaIpt" size="50" maxlength="60" />
|
<div class="tb_type02">
|
||||||
<form:errors path="mberNm" cssClass="error" />
|
<table class="tbType2">
|
||||||
</td>
|
<colgroup>
|
||||||
</tr>
|
<col style="width: 20%">
|
||||||
<tr>
|
<col style="width: 80%">
|
||||||
<th><span class="reqArea">이메일주소</span></th>
|
</colgroup>
|
||||||
<td colspan="3">
|
<tbody>
|
||||||
<form:input path="mberEmailAdres" id="mberEmailAdres" cssClass="txaIpt" size="50" maxlength="50" />
|
<tr>
|
||||||
<form:errors path="mberEmailAdres" cssClass="error" />
|
<th><span class="reqArea">사용자유일키</span></th>
|
||||||
</td>
|
<td colspan="3">
|
||||||
</tr> --%>
|
<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>
|
<tr>
|
||||||
<th><span class="reqArea">이름</span></th>
|
<th><span class="reqArea">이름</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="text" name="mberNm" id="mberNm" value="<c:out value="${mberManageVO.mberNm}"/>"/>
|
<input type="text" name="mberNm" id="mberNm" value="<c:out value="${mberManageVO.mberNm}"/>"/>
|
||||||
|
|
||||||
<%-- <form:select path="authorCode" items="${authorList}" itemLabel="authorNm" itemValue="authorCode" /> --%>
|
<%-- <form:select path="authorCode" items="${authorList}" itemLabel="authorNm" itemValue="authorCode" /> --%>
|
||||||
<%-- 215: <form:radiobuttons path="userType" items="${ userTypeList }" itemLabel="codeNm" itemValue="code" /> --%>
|
<%-- 215: <form:radiobuttons path="userType" items="${ userTypeList }" itemLabel="codeNm" itemValue="code" /> --%>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="btnWrap">
|
</div>
|
||||||
<!-- <input type="button" class="btnType1" value="비밀번호변경" onclick="fnPasswordMove(); return false;"> -->
|
|
||||||
<input type="button" class="btnType1" value="수 정" onclick="fnUpdate(); return false;">
|
<!-- btn_wrap -->
|
||||||
<%-- <input type="button" class="btnType1 bg_ed4545" value="삭 제" onclick="fnDeleteUser('<c:out value='${mberManageVO.userTy}'/>:<c:out value='${mberManageVO.uniqId}'/>'); return false;"> --%>
|
<div class="btnWrap btn_wrap btn_layout01">
|
||||||
<input type="button" class="btnType1 bg_888888" value="목 록" onclick="fnListPage(); return false;">
|
<div class="btn_left"></div>
|
||||||
|
<div class="area_right">
|
||||||
|
<!-- <input type="button" class="btnType1" value="비밀번호변경" onclick="fnPasswordMove(); return false;"> -->
|
||||||
|
<input type="button" class="btnType1 btnType06 in_bt" value="수 정" onclick="fnUpdate(); return false;" style="margin-right: 4px;">
|
||||||
|
<%-- <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 btnType03 in_bt" value="목 록" onclick="fnListPage(); return false;">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -483,3 +483,7 @@ input[type="text"].input_time {width: 50px;}
|
|||||||
|
|
||||||
.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;}
|
||||||
|
|
||||||
@ -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;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user