<%@ page language="java" pageEncoding="EUC-KR"%> <%@ include file="/jsp/include/commonVariable.jspf"%> <% // pageNav Tag¿¡ ³ÖÀ» º¯¼ö¸¦ ¸¸µé±âÀ§ÇØ pageNo ÆÄ¶ó¹ÌÅÍ´Â Á¦°ÅÇÏ¿© ¿¬°áÇÕ´Ï´Ù. String linkPattern = new StringBuffer().append(contextPath).append("/user/listUser.do?pageNo=#pageNo").append(removeParam(parameterStr, "pageNo")).toString(); %> <%@ include file="/jsp/include/header.jspf"%> <%@ include file="/jsp/include/css.jspf"%> <%@ include file="/jsp/include/javascript.jspf"%> ȸ¿ø°ü¸®
<% //ÄÁÅÙÃ÷¿µ¿ª %>
ȸ¿ø°ü¸® > °¡ÀÔȸ¿ø ¸ñ·Ï
<% //¸ñ·ÏÀÇ ÆäÀÌ¡Á¤º¸ Ãâ·Â¿µ¿ª %> Total : ${userPageInfo.recordCount}   ${userPageInfo.pageNo} / ${userPageInfo.totalPageNo} page
<% //Å×ÀÌºí¿µ¿ª %> <% //¸ñ·ÏÀÌ ¾øÀ»°æ¿ì %>
¹øÈ£ ¾ÆÀ̵ð ÀÌ ¸§ À̸ÞÀÏ »ý³â¿ùÀÏ ÈÞ´ëÆù °¡ÀÔÀÏ
${userPageInfo.recordCount - ((userBean.pageNo -1) * userBean.pageSize + idx )}


<% //¸ñ·Ï °Ë»ö¿µ¿ª %>
¾ÆÀ̵ð ÀÌ ¸§ ÈÞ´ëÆù ÁÖ ¼Ò °Ë»ö
<% // container %>