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

· 13년 전 · 1621
목록에 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,285
13년 전 조회 3,890
13년 전 조회 4,131
13년 전 조회 1,598
13년 전 조회 2,100
13년 전 조회 1,605
13년 전 조회 2,193
13년 전 조회 1,953
13년 전 조회 1,844
13년 전 조회 2,151
13년 전 조회 1,427
13년 전 조회 2,820
13년 전 조회 2,595
13년 전 조회 2,276
13년 전 조회 1,735
13년 전 조회 2,250
13년 전 조회 2,434
13년 전 조회 2,036
13년 전 조회 3,244
13년 전 조회 1,903
13년 전 조회 1,608
13년 전 조회 1,787
13년 전 조회 4,594
13년 전 조회 3,475
13년 전 조회 2,027
13년 전 조회 2,211
13년 전 조회 3,612
13년 전 조회 2,604
13년 전 조회 1,747
13년 전 조회 1,862
13년 전 조회 3,214
13년 전 조회 1,729
13년 전 조회 1,987
13년 전 조회 1,444
13년 전 조회 1,620
13년 전 조회 2,360
13년 전 조회 3,896
13년 전 조회 1,670
13년 전 조회 1,889
13년 전 조회 2,336
13년 전 조회 1,729
13년 전 조회 3,338
13년 전 조회 1,932
13년 전 조회 2,616
13년 전 조회 2,836
13년 전 조회 2,651
13년 전 조회 1,984
13년 전 조회 2,275
13년 전 조회 1,786
13년 전 조회 1,622
13년 전 조회 2,312
13년 전 조회 1,977
13년 전 조회 1,844
13년 전 조회 1,747
13년 전 조회 1,953
13년 전 조회 1,714
13년 전 조회 2,298
13년 전 조회 1,933
13년 전 조회 1,603
13년 전 조회 2,231
13년 전 조회 1,894
13년 전 조회 2,576
13년 전 조회 2,072
13년 전 조회 4,485
13년 전 조회 2,563
13년 전 조회 3,118
13년 전 조회 1,777
13년 전 조회 1,425
13년 전 조회 2,115
13년 전 조회 2,899
13년 전 조회 1,797
13년 전 조회 3,026
13년 전 조회 1,723
13년 전 조회 2,092
13년 전 조회 2,777
13년 전 조회 2,114
13년 전 조회 1,763
13년 전 조회 2,479
13년 전 조회 4,769
13년 전 조회 1,496
13년 전 조회 1,591
13년 전 조회 1,743
13년 전 조회 4,833
13년 전 조회 2,198
13년 전 조회 2,411
13년 전 조회 2,423
13년 전 조회 1,706
13년 전 조회 1,576
13년 전 조회 1,740
13년 전 조회 2,551
13년 전 조회 1,881
13년 전 조회 2,213
13년 전 조회 3,380
13년 전 조회 1,861
13년 전 조회 2,172
13년 전 조회 2,276
13년 전 조회 1,657
13년 전 조회 4,373
13년 전 조회 2,158
13년 전 조회 3,694