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

· 13년 전 · 1594
목록에 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,267
13년 전 조회 3,877
13년 전 조회 4,112
13년 전 조회 1,581
13년 전 조회 2,078
13년 전 조회 1,583
13년 전 조회 2,178
13년 전 조회 1,942
13년 전 조회 1,825
13년 전 조회 2,137
13년 전 조회 1,408
13년 전 조회 2,801
13년 전 조회 2,578
13년 전 조회 2,259
13년 전 조회 1,719
13년 전 조회 2,220
13년 전 조회 2,415
13년 전 조회 2,022
13년 전 조회 3,224
13년 전 조회 1,876
13년 전 조회 1,591
13년 전 조회 1,766
13년 전 조회 4,578
13년 전 조회 3,455
13년 전 조회 2,013
13년 전 조회 2,191
13년 전 조회 3,600
13년 전 조회 2,592
13년 전 조회 1,733
13년 전 조회 1,848
13년 전 조회 3,192
13년 전 조회 1,708
13년 전 조회 1,971
13년 전 조회 1,423
13년 전 조회 1,599
13년 전 조회 2,338
13년 전 조회 3,883
13년 전 조회 1,647
13년 전 조회 1,873
13년 전 조회 2,315
13년 전 조회 1,710
13년 전 조회 3,319
13년 전 조회 1,911
13년 전 조회 2,602
13년 전 조회 2,819
13년 전 조회 2,637
13년 전 조회 1,960
13년 전 조회 2,254
13년 전 조회 1,756
13년 전 조회 1,595
13년 전 조회 2,281
13년 전 조회 1,950
13년 전 조회 1,819
13년 전 조회 1,735
13년 전 조회 1,935
13년 전 조회 1,692
13년 전 조회 2,282
13년 전 조회 1,912
13년 전 조회 1,580
13년 전 조회 2,216
13년 전 조회 1,879
13년 전 조회 2,555
13년 전 조회 2,052
13년 전 조회 4,467
13년 전 조회 2,539
13년 전 조회 3,096
13년 전 조회 1,767
13년 전 조회 1,396
13년 전 조회 2,096
13년 전 조회 2,880
13년 전 조회 1,772
13년 전 조회 3,013
13년 전 조회 1,701
13년 전 조회 2,078
13년 전 조회 2,753
13년 전 조회 2,094
13년 전 조회 1,741
13년 전 조회 2,459
13년 전 조회 4,755
13년 전 조회 1,483
13년 전 조회 1,575
13년 전 조회 1,720
13년 전 조회 4,818
13년 전 조회 2,177
13년 전 조회 2,390
13년 전 조회 2,398
13년 전 조회 1,680
13년 전 조회 1,560
13년 전 조회 1,718
13년 전 조회 2,527
13년 전 조회 1,861
13년 전 조회 2,184
13년 전 조회 3,358
13년 전 조회 1,841
13년 전 조회 2,146
13년 전 조회 2,258
13년 전 조회 1,636
13년 전 조회 4,356
13년 전 조회 2,136
13년 전 조회 3,671