• 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 / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainjavaitncomcmmImagePaginationRendererWeb.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
Merge remote-tracking branch 'origin/master'
04-24
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
mjon -> mjgo 수정
04-22
File name
Commit message
Commit date
java
5733 메인배너 이미지관리 좌표 추가
04-24
resources
5733 메인배너 이미지관리 좌표 추가
04-24
webapp
Merge remote-tracking branch 'origin/master'
04-24
File name
Commit message
Commit date
egovframework/com/idgen
first commit
04-21
itn
5733 메인배너 이미지관리 좌표 추가
04-24
snippet
Snippet java 주석
04-22
File name
Commit message
Commit date
com
5733 메인배너 이미지관리 좌표 추가
04-24
let
5733 메인배너 이미지관리 좌표 추가
04-24
web
first commit
04-21
File name
Commit message
Commit date
api/web
first commit
04-21
cmm
first commit
04-21
sym/log/ulg
first commit
04-21
uss
5733 메인배너 이미지관리 좌표 추가
04-24
utl
first commit
04-21
File name
Commit message
Commit date
aspect
first commit
04-21
filter
first commit
04-21
interceptor
first commit
04-21
service
first commit
04-21
taglibs
first commit
04-21
util
first commit
04-21
web
first commit
04-21
ComDefaultCodeVO.java
first commit
04-21
ComDefaultVO.java
first commit
04-21
EgovComCrossSiteHndlr.java
first commit
04-21
EgovComExcepHndlr.java
first commit
04-21
EgovComOthersExcepHndlr.java
first commit
04-21
EgovComTraceHandler.java
first commit
04-21
EgovMessageSource.java
first commit
04-21
EgovMultiPartEmail.java
first commit
04-21
EgovWebUtil.java
first commit
04-21
ImagePaginationRenderer.java
first commit
04-21
ImagePaginationRendererWeb.java
first commit
04-21
JsonResult.java
first commit
04-21
LoginVO.java
first commit
04-21
MjonMsgSendVO.java
first commit
04-21
OptimalMsgResultDTO.java
first commit
04-21
ReadVO.java
first commit
04-21
RestResponse.java
first commit
04-21
SessionVO.java
first commit
04-21
UserVO.java
first commit
04-21
hehihoho3@gmail.com 04-21 27fb232 first commit UNIX
Raw Open in browser Change history
package itn.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 ImagePaginationRendererWeb extends AbstractPaginationRenderer implements ServletContextAware{ private ServletContext servletContext; public ImagePaginationRendererWeb() { // no-op } public void initVariables(){ firstPageLabel = "<li class=\"page_first\"><a href='#' title='첫페이지' onclick=\"{0}({1});return false;\"><button type=\"button\"><img src=\"/publish/images/content/page_first.png\" alt=\"첫페이지\"></button></a></li>"; previousPageLabel = "<li class=\"page_prev\"><a href='#' title='이전10페이지' onclick=\"{0}({1});return false;\"><button type=\"button\"><img src=\"/publish/images/content/page_prev.png\" alt=\"이전10페이지\"></button></a></li>"; currentPageLabel = "<li class=\"on\"><button type=\"button\"><a href='#' title='현재페이지'>{0}</a></button></li>"; otherPageLabel = "<li><button type=\"button\" onclick=\"{0}({1});return false;\"><a href='#' title={2}페이지 >{2}</a></button></li>"; nextPageLabel = "<li class=\"page_next\"><a href='#' title='다음10페이지' onclick=\"{0}({1});return false;\"><button type=\"button\"><img src=\"/publish/images/content/page_next.png\" alt=\"다음10페이지\"></button></a></li>"; lastPageLabel = "<li class=\"page_last\"><a href='#' title='마지막페이지' onclick=\"{0}({1});return false;\"><button type=\"button\"><img src=\"/publish/images/content/page_last.png\" alt=\"마지막페이지\"></button></a></li>"; } @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