페이지 개수를 정하고 싶어요

· 13년 전 · 1728
목록에 1~ 몇페이지 까지 있으면 다 출력이 되고 있어요  이걸 1-10개 정도만 보이게 하고 다음은 11~20 이런식으로 보일려고 해요 도와주세요

function PageControl($start,$total,$scale,$page_scale,$link,$pretxt='이전',$nexttxt='다음') {
global $PHP_SELF;
if ($total > 0) {
$totalpage = ceil($total/$scale);
$page = floor($start/($scale*$page_scale));
print "<table border='0' cellpadding='0' cellspacing='0' width='100%'>\n";
print "  <tr>\n";
print "    <td height='30' class='style9'>\n";
print "      <div style='text-align:center; clear:both; margin:5px 0 10px 0; padding:5px 0; font-family:gulim;'>\n";
print "      <div class='sel center'>\n";
print "          <img src='../img/btn_prev.gif'  align='absmiddle' onclick='window.location.href=\"$PHP_SELF?start=0$link\"'>\n";
       
if ($total > $scale) {
if($start+1>$scale*$page_scale) {
$pre_start=($page-1)*$scale*$page_scale;
print "          <a href='$PHP_SELF?start=$pre_start$link'>$pretxt</a>\n";
}
}
for ($vj=0;$vj<$page_scale;$vj++) {
$ln = ($page*$page_scale+$vj)*$scale;
$page_num = $page*$page_scale+$vj+1;
if ($ln < $total) {
if ($vj>0) {
print "";
}
if($ln!=$start) {
print "          <span class='style9'><a href='$PHP_SELF?start=$ln$link'>$page_num</a></span>\n";
}
else {
print "          <strong>$page_num</strong>\n";
}
}
}
if ($total > (($page+1) * $scale * $page_scale)) {
$n_start=($page+1)*$scale*$page_scale;
print "          <td style='padding:0 5 0 5;'><a href='$PHP_SELF?start=$n_start$link'>$nexttxt</a></td>\n";
}
//print "        <img src='../img/btn_next.gif'  align='absmiddle' onclick='window.location.href=\"$PHP_SELF?start=$ln$link\"'>\n";
print "        </div>\n";
print "      </div>\n";
print "    </td>\n";
print "  </tr>\n";
print "</table>\n";
}
}
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 2,384
13년 전 조회 3,995
13년 전 조회 4,229
13년 전 조회 1,695
13년 전 조회 2,190
13년 전 조회 1,701
13년 전 조회 2,290
13년 전 조회 2,036
13년 전 조회 1,933
13년 전 조회 2,221
13년 전 조회 1,521
13년 전 조회 2,921
13년 전 조회 2,690
13년 전 조회 2,367
13년 전 조회 1,828
13년 전 조회 2,341
13년 전 조회 2,537
13년 전 조회 2,122
13년 전 조회 3,326
13년 전 조회 1,979
13년 전 조회 1,699
13년 전 조회 1,888
13년 전 조회 4,681
13년 전 조회 3,566
13년 전 조회 2,113
13년 전 조회 2,289
13년 전 조회 3,717
13년 전 조회 2,688
13년 전 조회 1,838
13년 전 조회 1,941
13년 전 조회 3,308
13년 전 조회 1,813
13년 전 조회 2,078
13년 전 조회 1,523
13년 전 조회 1,694
13년 전 조회 2,448
13년 전 조회 3,982
13년 전 조회 1,761
13년 전 조회 1,993
13년 전 조회 2,432
13년 전 조회 1,822
13년 전 조회 3,413
13년 전 조회 2,024
13년 전 조회 2,704
13년 전 조회 2,935
13년 전 조회 2,752
13년 전 조회 2,083
13년 전 조회 2,366
13년 전 조회 1,873
13년 전 조회 1,729
13년 전 조회 2,393
13년 전 조회 2,080
13년 전 조회 1,938
13년 전 조회 1,836
13년 전 조회 2,031
13년 전 조회 1,812
13년 전 조회 2,388
13년 전 조회 2,037
13년 전 조회 1,703
13년 전 조회 2,322
13년 전 조회 1,982
13년 전 조회 2,680
13년 전 조회 2,169
13년 전 조회 4,586
13년 전 조회 2,658
13년 전 조회 3,227
13년 전 조회 1,873
13년 전 조회 1,522
13년 전 조회 2,213
13년 전 조회 2,997
13년 전 조회 1,894
13년 전 조회 3,107
13년 전 조회 1,824
13년 전 조회 2,188
13년 전 조회 2,875
13년 전 조회 2,211
13년 전 조회 1,875
13년 전 조회 2,584
13년 전 조회 4,866
13년 전 조회 1,605
13년 전 조회 1,674
13년 전 조회 1,830
13년 전 조회 4,929
13년 전 조회 2,300
13년 전 조회 2,505
13년 전 조회 2,515
13년 전 조회 1,809
13년 전 조회 1,675
13년 전 조회 1,827
13년 전 조회 2,626
13년 전 조회 1,970
13년 전 조회 2,295
13년 전 조회 3,477
13년 전 조회 1,954
13년 전 조회 2,267
13년 전 조회 2,387
13년 전 조회 1,739
13년 전 조회 4,478
13년 전 조회 2,247
13년 전 조회 3,782