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

· 13년 전 · 1467
목록에 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,153
13년 전 조회 3,740
13년 전 조회 3,979
13년 전 조회 1,453
13년 전 조회 1,941
13년 전 조회 1,431
13년 전 조회 2,060
13년 전 조회 1,801
13년 전 조회 1,691
13년 전 조회 2,006
13년 전 조회 1,258
13년 전 조회 2,650
13년 전 조회 2,425
13년 전 조회 2,121
13년 전 조회 1,586
13년 전 조회 2,082
13년 전 조회 2,278
13년 전 조회 1,885
13년 전 조회 3,093
13년 전 조회 1,728
13년 전 조회 1,448
13년 전 조회 1,643
13년 전 조회 4,440
13년 전 조회 3,307
13년 전 조회 1,882
13년 전 조회 2,041
13년 전 조회 3,448
13년 전 조회 2,455
13년 전 조회 1,598
13년 전 조회 1,724
13년 전 조회 3,043
13년 전 조회 1,559
13년 전 조회 1,845
13년 전 조회 1,277
13년 전 조회 1,445
13년 전 조회 2,195
13년 전 조회 3,747
13년 전 조회 1,505
13년 전 조회 1,746
13년 전 조회 2,179
13년 전 조회 1,572
13년 전 조회 3,187
13년 전 조회 1,764
13년 전 조회 2,466
13년 전 조회 2,690
13년 전 조회 2,520
13년 전 조회 1,831
13년 전 조회 2,097
13년 전 조회 1,612
13년 전 조회 1,468
13년 전 조회 2,133
13년 전 조회 1,821
13년 전 조회 1,679
13년 전 조회 1,581
13년 전 조회 1,797
13년 전 조회 1,558
13년 전 조회 2,151
13년 전 조회 1,787
13년 전 조회 1,467
13년 전 조회 2,070
13년 전 조회 1,735
13년 전 조회 2,446
13년 전 조회 1,924
13년 전 조회 4,327
13년 전 조회 2,402
13년 전 조회 2,973
13년 전 조회 1,635
13년 전 조회 1,253
13년 전 조회 1,982
13년 전 조회 2,750
13년 전 조회 1,631
13년 전 조회 2,863
13년 전 조회 1,589
13년 전 조회 1,956
13년 전 조회 2,630
13년 전 조회 1,980
13년 전 조회 1,618
13년 전 조회 2,337
13년 전 조회 4,618
13년 전 조회 1,335
13년 전 조회 1,423
13년 전 조회 1,568
13년 전 조회 4,685
13년 전 조회 2,036
13년 전 조회 2,244
13년 전 조회 2,265
13년 전 조회 1,544
13년 전 조회 1,417
13년 전 조회 1,579
13년 전 조회 2,400
13년 전 조회 1,744
13년 전 조회 2,046
13년 전 조회 3,230
13년 전 조회 1,729
13년 전 조회 2,034
13년 전 조회 2,102
13년 전 조회 1,517
13년 전 조회 4,213
13년 전 조회 1,985
13년 전 조회 3,553