2024/02/14 관리자페이지 스타일 수정
This commit is contained in:
parent
093093de3f
commit
bca5d1ae2d
@ -246,7 +246,7 @@ function bbsExcelDownload(){
|
|||||||
<!-- 기본형(일반형)-->
|
<!-- 기본형(일반형)-->
|
||||||
<c:if test="${brdMstrVO.bbsTyCode ne null and brdMstrVO.bbsTyCode != 'BBST05' and brdMstrVO.bbsTyCode != 'BBST06'}">
|
<c:if test="${brdMstrVO.bbsTyCode ne null and brdMstrVO.bbsTyCode != 'BBST05' and brdMstrVO.bbsTyCode != 'BBST06'}">
|
||||||
<!-- list -->
|
<!-- list -->
|
||||||
<div class="list tbType01">
|
<div class="tb_type01">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 8%">
|
<col style="width: 8%">
|
||||||
|
|||||||
@ -305,7 +305,7 @@
|
|||||||
<div class="list_util">
|
<div class="list_util">
|
||||||
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
||||||
<div>
|
<div>
|
||||||
<select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px" class="sel_type1">
|
<select class="sel2 sel_type1" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
|
||||||
<option value='10' <c:if test="${adjReqMgrVO.pageUnit == '10' or adjReqMgrVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
<option value='10' <c:if test="${adjReqMgrVO.pageUnit == '10' or adjReqMgrVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
||||||
<option value='20' <c:if test="${adjReqMgrVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
<option value='20' <c:if test="${adjReqMgrVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
||||||
<option value='30' <c:if test="${adjReqMgrVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
<option value='30' <c:if test="${adjReqMgrVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user