Merge branch 'master' of http://dlwldn1024@vcs.iten.co.kr:9999/itnAdmin/fairnet
This commit is contained in:
commit
c1672730a7
@ -85,10 +85,10 @@
|
|||||||
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.prev}">
|
<c:when test="${pageMaker.prev}">
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
@ -109,13 +109,13 @@
|
|||||||
<div class='pagination-control next clear'>
|
<div class='pagination-control next clear'>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.next}">
|
<c:when test="${pageMaker.next}">
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"><img src="/img/common/list_navi4.gif" alt="마지막 목록으로 이동" /></a>
|
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,145 +1,145 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||||
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="ko">
|
<html lang="ko">
|
||||||
<head>
|
<head>
|
||||||
<title>정보 관리</title>
|
<title>정보 관리</title>
|
||||||
<link href='/css/space.css' rel='stylesheet' type='text/css'/>
|
<link href='/css/space.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='/css/seed.contents.css' rel='stylesheet' type='text/css'/>
|
<link href='/css/seed.contents.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='/css/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
<link href='/css/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
||||||
<link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/>
|
<link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/>
|
||||||
|
|
||||||
<script src="/editor/webnote.js"></script>
|
<script src="/editor/webnote.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="page-title-wrap clear">
|
<div class="page-title-wrap clear">
|
||||||
<div class="page-title-inner">
|
<div class="page-title-inner">
|
||||||
<h3 class="page-title">자주하는 질문(${menuName})</h3>
|
<h3 class="page-title">자주하는 질문(${menuName})</h3>
|
||||||
<div class="tooltipBox type01">
|
<div class="tooltipBox type01">
|
||||||
<button type="button" class="page-tip">페이지안내</button>
|
<button type="button" class="page-tip">페이지안내</button>
|
||||||
<div class="tooltipText">
|
<div class="tooltipText">
|
||||||
<p>자주하는 질문(${menuName})에 대한 목록 화면 입니다.</p>
|
<p>자주하는 질문(${menuName})에 대한 목록 화면 입니다.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sch-content-wrap clear">
|
<div class="sch-content-wrap clear">
|
||||||
<form name="searchFrm" id="searchFrm" action="" method="get">
|
<form name="searchFrm" id="searchFrm" action="" method="get">
|
||||||
<input type="hidden" name="setIdx" value="${param.setIdx}">
|
<input type="hidden" name="setIdx" value="${param.setIdx}">
|
||||||
<input type="hidden" name="faqSeq" id="faqSeq" value="">
|
<input type="hidden" name="faqSeq" id="faqSeq" value="">
|
||||||
<input type="hidden" name="page" id="page" value="${pageMaker.cri.page}">
|
<input type="hidden" name="page" id="page" value="${pageMaker.cri.page}">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<select name="searchType" id="searchType" class="sch-select" title="자료유형 선택">
|
<select name="searchType" id="searchType" class="sch-select" title="자료유형 선택">
|
||||||
<option value="title" <c:if test="${param.searchType == 'title'}">selected="selected"</c:if>>제목</option>
|
<option value="title" <c:if test="${param.searchType == 'title'}">selected="selected"</c:if>>제목</option>
|
||||||
<option value="content" <c:if test="${param.searchType == 'content'}">selected="selected"</c:if>>내용</option>
|
<option value="content" <c:if test="${param.searchType == 'content'}">selected="selected"</c:if>>내용</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="text" name="searchTilte" value="${param.searchTilte}" class="sch-text" title="제목검색">
|
<input type="text" name="searchTilte" value="${param.searchTilte}" class="sch-text" title="제목검색">
|
||||||
<button type="button" class="btn btn_text blue_border btn-page-sch" title="검색 완료 버튼" onclick="goPage('search', '')">검색</button>
|
<button type="button" class="btn btn_text blue_border btn-page-sch" title="검색 완료 버튼" onclick="goPage('search', '')">검색</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<div class="table-layout">
|
<div class="table-layout">
|
||||||
<table>
|
<table>
|
||||||
<caption>자주하는질문 테이블입니다.</caption>
|
<caption>자주하는질문 테이블입니다.</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="item-mobile-hidden" style="width:5%">
|
<col class="item-mobile-hidden" style="width:5%">
|
||||||
<col class="title">
|
<col class="title">
|
||||||
<col class="item-mobile-hidden" style="width:10%">
|
<col class="item-mobile-hidden" style="width:10%">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="item-mobile-hidden">번호</th>
|
<th scope="col" class="item-mobile-hidden">번호</th>
|
||||||
<th scope="col">제목</th>
|
<th scope="col">제목</th>
|
||||||
<th scope="col" class="item-mobile-hidden">조회수</th>
|
<th scope="col" class="item-mobile-hidden">조회수</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<c:forEach items="${bbsList}" var="list" varStatus="status">
|
<c:forEach items="${bbsList}" var="list" varStatus="status">
|
||||||
<!-- int cnt = total - ((Integer.parseInt(spage) - 1) * Integer.parseInt(sRow)); -->
|
<!-- int cnt = total - ((Integer.parseInt(spage) - 1) * Integer.parseInt(sRow)); -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="item-mobile-hidden"><c:out value="${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}"/></td>
|
<td class="item-mobile-hidden"><c:out value="${(pageMaker.totalCount - ((pageMaker.cri.page-1)*pageMaker.cri.perPageNum)) - status.index}"/></td>
|
||||||
<td><a href="javascript:goPage('view', '${list.FAQ_SEQ_NUMBER}');"><c:out value="${list.FAQ_SUBJ}"/></a></td>
|
<td><a href="javascript:goPage('view', '${list.FAQ_SEQ_NUMBER}');"><c:out value="${list.FAQ_SUBJ}"/></a></td>
|
||||||
<td class="item-mobile-hidden"><c:out value="${list.VIEW_CNT}"/></td>
|
<td class="item-mobile-hidden"><c:out value="${list.VIEW_CNT}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="change-state-area btn_wrap right" style="overflow: hidden;padding:0;">
|
<div class="change-state-area btn_wrap right" style="overflow: hidden;padding:0;">
|
||||||
<button type="button" onclick="goPage('write', '')" class="btn btn_text btn_46 blue_fill btn-change-state" style="background-color: #5e66ab;">글쓰기</button>
|
<button type="button" onclick="goPage('write', '')" class="btn btn_text btn_46 blue_fill btn-change-state" style="background-color: #5e66ab;">글쓰기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 페이징 -->
|
<!-- 페이징 -->
|
||||||
<div class="pagination-container">
|
<div class="pagination-container">
|
||||||
<div class="pagination-inner clear">
|
<div class="pagination-inner clear">
|
||||||
<div class='pagination-control prev clear'>
|
<div class='pagination-control prev clear'>
|
||||||
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.prev}">
|
<c:when test="${pageMaker.prev}">
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class='pagination clear'>
|
<ul class='pagination clear'>
|
||||||
<c:forEach begin="${pageMaker.startPage}" end="${pageMaker.endPage }" var="idx">
|
<c:forEach begin="${pageMaker.startPage}" end="${pageMaker.endPage }" var="idx">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${idx == pageMaker.cri.page }">
|
<c:when test="${idx == pageMaker.cri.page }">
|
||||||
<li><a class='on' href="javascript:goPage('paging', '${idx}')" title="현재페이지">${idx}</a></li>
|
<li><a class='on' href="javascript:goPage('paging', '${idx}')" title="현재페이지">${idx}</a></li>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<li><a href="javascript:goPage('paging', '${idx}')" title="${idx}페이지">${idx}</a></li>
|
<li><a href="javascript:goPage('paging', '${idx}')" title="${idx}페이지">${idx}</a></li>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class='pagination-control next clear'>
|
<div class='pagination-control next clear'>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.next}">
|
<c:when test="${pageMaker.next}">
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"><img src="/img/common/list_navi4.gif" alt="마지막 목록으로 이동" /></a>
|
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 페이징 END -->
|
<!-- 페이징 END -->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function goPage(type, param){
|
function goPage(type, param){
|
||||||
if(type == 'write'){
|
if(type == 'write'){
|
||||||
$("#searchFrm").attr("action","/gtm/case/faqBbs/write.do");
|
$("#searchFrm").attr("action","/gtm/case/faqBbs/write.do");
|
||||||
$("#searchFrm").submit();
|
$("#searchFrm").submit();
|
||||||
}else if(type == 'view'){
|
}else if(type == 'view'){
|
||||||
$("#faqSeq").val(param);
|
$("#faqSeq").val(param);
|
||||||
$("#searchFrm").attr("action","/gtm/case/faqBbs/view.do");
|
$("#searchFrm").attr("action","/gtm/case/faqBbs/view.do");
|
||||||
$("#searchFrm").submit();
|
$("#searchFrm").submit();
|
||||||
}
|
}
|
||||||
else if(type == 'search'){
|
else if(type == 'search'){
|
||||||
$("#page").val("1");
|
$("#page").val("1");
|
||||||
$("#searchFrm").attr("action","/gtm/case/faqBbs/list.do");
|
$("#searchFrm").attr("action","/gtm/case/faqBbs/list.do");
|
||||||
$("#searchFrm").submit();
|
$("#searchFrm").submit();
|
||||||
}else if(type == 'paging'){
|
}else if(type == 'paging'){
|
||||||
$("#page").val(param);
|
$("#page").val(param);
|
||||||
$("#searchFrm").attr("action","/gtm/case/faqBbs/list.do");
|
$("#searchFrm").attr("action","/gtm/case/faqBbs/list.do");
|
||||||
$("#searchFrm").submit();
|
$("#searchFrm").submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -132,10 +132,10 @@
|
|||||||
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.prev}">
|
<c:when test="${pageMaker.prev}">
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
@ -156,13 +156,13 @@
|
|||||||
<div class='pagination-control next clear'>
|
<div class='pagination-control next clear'>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.next}">
|
<c:when test="${pageMaker.next}">
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"><img src="/img/common/list_navi4.gif" alt="마지막 목록으로 이동" /></a>
|
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -283,10 +283,10 @@
|
|||||||
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.prev}">
|
<c:when test="${pageMaker.prev}">
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
@ -307,13 +307,13 @@
|
|||||||
<div class='pagination-control next clear'>
|
<div class='pagination-control next clear'>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.next}">
|
<c:when test="${pageMaker.next}">
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"><img src="/img/common/list_navi4.gif" alt="마지막 목록으로 이동" /></a>
|
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -103,10 +103,10 @@
|
|||||||
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
<a class='first-btn' href="javascript:goPage('paging', '1')" title="첫페이지"></a>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.prev}">
|
<c:when test="${pageMaker.prev}">
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page - 1}')" title="이전페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"><img src="/img/common/list_navi2.gif" alt="이전 목록으로 이동" /></a>
|
<a class='prev-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="이전페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
@ -127,13 +127,13 @@
|
|||||||
<div class='pagination-control next clear'>
|
<div class='pagination-control next clear'>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${pageMaker.next}">
|
<c:when test="${pageMaker.next}">
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page + 1}')" title="다음페이지"></a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"><img src="/img/common/list_navi3.gif" alt="다음 목록으로 이동" /></a>
|
<a class='next-btn' href="javascript:goPage('paging', '${pageMaker.cri.page}')" title="다음페이지"></a>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"><img src="/img/common/list_navi4.gif" alt="마지막 목록으로 이동" /></a>
|
<a class='last-btn' href="javascript:goPage('paging', '${pageMaker.endPage}')" title="마지막페이지"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user