2024/02/16 관리자페이지 스타일 수정
This commit is contained in:
parent
a8a6587a2f
commit
f20083e54f
@ -326,18 +326,14 @@ $( document ).ready(function(){
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3" style="position: relative;">
|
<td colspan="3" style="position: relative;">
|
||||||
<input type="text" name="instrNm"/>
|
<input type="text" name="instrNm"/>
|
||||||
<div class="put_photo">
|
<div class="put_photo">
|
||||||
<div class="put_photo_in">
|
<div class="put_photo_in">
|
||||||
<div class="put_photo">
|
<div class="put_photo_box">
|
||||||
<div class="put_photo_in">
|
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
||||||
<div class="put_photo_box">
|
</div>
|
||||||
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||||
</div>
|
|
||||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -363,7 +359,7 @@ $( document ).ready(function(){
|
|||||||
@
|
@
|
||||||
<input type="text" id="email2" size="20" title="이메일 직접 입력" placeholder="">
|
<input type="text" id="email2" size="20" title="이메일 직접 입력" placeholder="">
|
||||||
<label for="emailSelect" class="label">이메일 선택</label>
|
<label for="emailSelect" class="label">이메일 선택</label>
|
||||||
<select name="emailSelect" id="emailSelect" class="selType1" onchange="emailChange(this)">
|
<select name="emailSelect" id="emailSelect" class="selType1 sel_type1" onchange="emailChange(this)">
|
||||||
<option value="">직접입력</option>
|
<option value="">직접입력</option>
|
||||||
<option value="naver.com">naver.com</option>
|
<option value="naver.com">naver.com</option>
|
||||||
<option value="daum.net">daum.net</option>
|
<option value="daum.net">daum.net</option>
|
||||||
@ -378,7 +374,7 @@ $( document ).ready(function(){
|
|||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<label for="post" class="label">우편번호 입력</label>
|
<label for="post" class="label">우편번호 입력</label>
|
||||||
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
|
||||||
<button class="btnType01 btn_adr_search" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
<button class="btnType01 btn_adr_search btn_type08" onclick="fn_postCode(this); return false;">우편번호 검색</button>
|
||||||
<div class="detail_address">
|
<div class="detail_address">
|
||||||
<label for="addr" class="label">주소 입력</label>
|
<label for="addr" class="label">주소 입력</label>
|
||||||
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
|
||||||
@ -395,7 +391,7 @@ $( document ).ready(function(){
|
|||||||
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
||||||
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
||||||
<button
|
<button
|
||||||
type="button" class="btnType01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
type="button" class="btnType01 btn_type01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
||||||
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -622,18 +622,14 @@ function getYears(getYear){
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3" style="position: relative;">
|
<td colspan="3" style="position: relative;">
|
||||||
<input type="text" name="instrNm" value="<c:out value='${info.instrNm}' />"/>
|
<input type="text" name="instrNm" value="<c:out value='${info.instrNm}' />"/>
|
||||||
<div class="put_photo">
|
<div class="put_photo">
|
||||||
<div class="put_photo_in">
|
<div class="put_photo_in">
|
||||||
<div class="put_photo">
|
<div class="put_photo_box">
|
||||||
<div class="put_photo_in">
|
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
||||||
<div class="put_photo_box">
|
</div>
|
||||||
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||||
</div>
|
|
||||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -691,7 +687,7 @@ function getYears(getYear){
|
|||||||
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
|
||||||
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
|
||||||
<button
|
<button
|
||||||
type="button" class="btnType01 btn_type08" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
type="button" class="btnType01 btn_type01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
|
||||||
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -758,7 +754,7 @@ function getYears(getYear){
|
|||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<label for="apptDiv" class="label">구분 선택</label>
|
<label for="apptDiv" class="label">구분 선택</label>
|
||||||
/<ve:code codeId="VE0018" code="${info.divCd}"/>/
|
<%--/<ve:code codeId="VE0018" code="${info.divCd}"/>/ --%>
|
||||||
<ve:select codeId="VE0018" name="divCd" id="divCd" css="class='sel_type1'" selectedValue="${info.divCd}" />
|
<ve:select codeId="VE0018" name="divCd" id="divCd" css="class='sel_type1'" selectedValue="${info.divCd}" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -88,24 +88,20 @@
|
|||||||
<th scope="row">교육부문</th>
|
<th scope="row">교육부문</th>
|
||||||
<td colspan="3" style="position: relative;">
|
<td colspan="3" style="position: relative;">
|
||||||
<ve:code codeId="VEA001" code="${info.prcsDiv}"/>
|
<ve:code codeId="VEA001" code="${info.prcsDiv}"/>
|
||||||
<div class="put_photo">
|
<div class="put_photo">
|
||||||
<div class="put_photo_in">
|
<div class="put_photo_in">
|
||||||
<div class="put_photo">
|
<div class="put_photo_box">
|
||||||
<div class="put_photo_in">
|
<c:if test="${empty info.imageAtchFileId}">
|
||||||
<div class="put_photo_box">
|
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
||||||
<c:if test="${empty info.imageAtchFileId}">
|
</c:if>
|
||||||
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
<c:if test="${not empty info.imageAtchFileId}">
|
||||||
</c:if>
|
<img id="instrPhoto" class="id_pic" alt="사진" src='<c:url value='/uss/ion/pwm/getImage.do'/>?atchFileId=<c:out value="${info.imageAtchFileId}"/>' />
|
||||||
<c:if test="${not empty info.imageAtchFileId}">
|
</c:if>
|
||||||
<img id="instrPhoto" class="id_pic" alt="사진" src='<c:url value='/uss/ion/pwm/getImage.do'/>?atchFileId=<c:out value="${info.imageAtchFileId}"/>' />
|
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
||||||
</c:if>
|
</div>
|
||||||
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||||
</div>
|
|
||||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
<div class="util_left">
|
<div class="util_left">
|
||||||
<p>년도</p>
|
<p>년도</p>
|
||||||
</div>
|
</div>
|
||||||
<ve:select codeId="VE0029" name="year" id="year" css="class='sel_type1'"
|
<ve:select codeId="VE0029" name="year" id="year" styleClass="sel_type1" css='style="width:140px; margin-right:5px;"'
|
||||||
selectedValue="${sttsVO.year}"
|
selectedValue="${sttsVO.year}"
|
||||||
/>
|
/>
|
||||||
<button class="btn_type08" onclick="linkPage(); return false;">검색</button>
|
<button class="btn_type08" onclick="linkPage(); return false;">검색</button>
|
||||||
|
|||||||
@ -96,7 +96,7 @@ function fn_egov_search_QustnrRespondManage(){
|
|||||||
</select>
|
</select>
|
||||||
<input name="searchKeyword" title="검색어" type="text" size="35" value="${searchKeyword}" maxlength="35" id="searchKeyword" >
|
<input name="searchKeyword" title="검색어" type="text" size="35" value="${searchKeyword}" maxlength="35" id="searchKeyword" >
|
||||||
<button id="main2_list_btn" onclick="fn_egov_search_QustnrRespondManage(); return false;" class="btn_search">검 색</button>
|
<button id="main2_list_btn" onclick="fn_egov_search_QustnrRespondManage(); return false;" class="btn_search">검 색</button>
|
||||||
<button id="main2_save_btn" onclick="location.href='<c:url value='/uss/olp/qrm/EgovQustnrRespondManageRegist.do'/>'; return false;" >등 록</button>
|
<button class="btn_type06" style="margin-left: 0px;" id="main2_save_btn" onclick="location.href='<c:url value='/uss/olp/qrm/EgovQustnrRespondManageRegist.do'/>'; return false;" >등 록</button>
|
||||||
<select class="sel2 sel_type1" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
|
<select class="sel2 sel_type1" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
|
||||||
<option value='10' <c:if test="${searchVO.pageUnit == '10' or adjReqMgrVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
<option value='10' <c:if test="${searchVO.pageUnit == '10' or adjReqMgrVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
||||||
<option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
<option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user