• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainjavakcccomcmmImagePaginationRenderer.java
Download as .zip file
File name
Commit message
Commit date
src/main
메뉴관리 > eng 영역 추가
02-04
.gitignore
5648 관리자 메인비주얼관리 수정
01-26
GEMINI.md
메뉴관리 > eng 영역 추가
02-04
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
메뉴관리 > eng 영역 추가
02-04
resources
메뉴관리 > eng 영역 추가
02-04
webapp
메뉴관리 > eng 영역 추가
02-04
File name
Commit message
Commit date
com
팝업관리 오류 수정
01-29
let
메뉴관리 > eng 영역 추가
02-04
web
메뉴관리 > eng 영역 추가
02-04
xxx
first commit
2025-12-11
File name
Commit message
Commit date
cmm
포토 getImage.do 컨트롤러 이동
01-28
sym/log/ulg
first commit
2025-12-11
uss/ion
팝업관리 오류 수정
01-29
utl
first commit
2025-12-11
File name
Commit message
Commit date
aspect
first commit
2025-12-11
captcha
first commit
2025-12-11
exception
first commit
2025-12-11
filter
first commit
2025-12-11
interceptor
first commit
2025-12-11
service
first commit
2025-12-11
spring
first commit
2025-12-11
taglibs
first commit
2025-12-11
util
first commit
2025-12-11
web
포토 getImage.do 컨트롤러 이동
01-28
AltibaseClobStringTypeHandler.java
first commit
2025-12-11
CmmUtil.java
first commit
2025-12-11
ComDefaultCodeVO.java
first commit
2025-12-11
ComDefaultVO.java
first commit
2025-12-11
EgovComCrossSiteHndlr.java
first commit
2025-12-11
EgovComExcepHndlr.java
first commit
2025-12-11
EgovComOthersExcepHndlr.java
first commit
2025-12-11
EgovComTraceHandler.java
first commit
2025-12-11
EgovMessageSource.java
first commit
2025-12-11
EgovMultiPartEmail.java
first commit
2025-12-11
EgovWebUtil.java
first commit
2025-12-11
ImagePaginationRenderer.java
first commit
2025-12-11
ImagePaginationRendererWeb.java
first commit
2025-12-11
JsonResult.java
first commit
2025-12-11
LoginVO.java
first commit
2025-12-11
ReadVO.java
first commit
2025-12-11
SessionVO.java
first commit
2025-12-11
UserVO.java
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 03b6c6a first commit UNIX
Raw Open in browser Change history
package kcc.com.cmm; import javax.servlet.ServletContext; import org.springframework.web.context.ServletContextAware; import egovframework.rte.ptl.mvc.tags.ui.pagination.AbstractPaginationRenderer; /** * ImagePaginationRenderer.java 클래스 * * @author 서준식 * @since 2011. 9. 16. * @version 1.0 * @see * * <pre> * << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ------- ------------- ---------------------- * 2011. 9. 16. 서준식 이미지 경로에 ContextPath추가 * </pre> */ public class ImagePaginationRenderer extends AbstractPaginationRenderer implements ServletContextAware{ private ServletContext servletContext; public ImagePaginationRenderer() { // no-op } public void initVariables(){ /*firstPageLabel = "<li>&#160;</li><li><a href=\"?pageIndex={1}\" onclick=\"{0}({1});return false; \"><img src=\"" + servletContext.getContextPath() + "/images/egovframework/com/cmm/mod/icon/icon_prevend.gif\" alt=\"처음\" border=\"0\"/></a></li>"; previousPageLabel = "<li><a href=\"?pageIndex={1}\" onclick=\"{0}({1});return false; \"><img src=\"" + servletContext.getContextPath() + "/images/egovframework/com/cmm/mod/icon/icon_prev.gif\" alt=\"이전\" border=\"0\"/></a></li>"; currentPageLabel = "<li><strong>{0}</strong></li>"; otherPageLabel = "<li><a href=\"?pageIndex={1}\" onclick=\"{0}({1});return false; \">{2}</a></li>"; nextPageLabel = "<li>&#160;<a href=\"?pageIndex={1}\" onclick=\"{0}({1});return false; \"><img src=\"" + servletContext.getContextPath() + "/images/egovframework/com/cmm/mod/icon/icon_next.gif\" alt=\"다음\" border=\"0\"/></a></li>"; lastPageLabel = "<li><a href=\"?pageIndex={1}\" onclick=\"{0}({1});return false; \"><img src=\"" + servletContext.getContextPath() + "/images/egovframework/com/cmm/mod/icon/icon_nextend.gif\" alt=\"마지막\" border=\"0\"/></a></li>";*/ /*firstPageLabel = "<li><input type='button' class='pageFirst' onclick=\"{0}({1});return false;\"></li>"; previousPageLabel = "<li><input type='button' class='pageBefore' onclick=\"{0}({1});return false;\"></li>"; currentPageLabel = "<li><strong style='font-weight:bold;'>{0}</strong></li>"; otherPageLabel = "<li onclick=\"{0}({1});return false;\" style='cursor:pointer'>{2}</li>"; nextPageLabel = "<li><input type='button' class='pageNext' onclick=\"{0}({1});return false;\"></li>"; lastPageLabel = "<li><input type='button' class='pageLast' onclick=\"{0}({1});return false;\"></li>";*/ firstPageLabel = "<button class='btn_page_first' title='첫 페이지 이동' onclick=\"{0}({1});return false;\"><i></i></button>"; previousPageLabel = "<button class='btn_page_prev' title='이전 페이지 이동' onclick=\"{0}({1});return false;\"><i></i></button>"; currentPageLabel = "<button class='on' title=\"현재 {0}페이지\" onclick='return false;' readonly='readonly'>{0}</button>"; otherPageLabel = "<button title=\"{1} 페이지 이동\" onclick=\"{0}({1});return false;\">{2}</button>"; nextPageLabel = "<button class='btn_page_next' title='다음 페이지 이동' onclick=\"{0}({1});return false;\"><i></i></button>"; lastPageLabel = "<button class='btn_page_last' title='마지막 페이지 이동' onclick=\"{0}({1});return false;\"><i></i></button>"; } @Override public void setServletContext(ServletContext servletContext) { this.servletContext = servletContext; initVariables(); } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up