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

· 13년 전 · 1648
목록에 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,313
13년 전 조회 3,910
13년 전 조회 4,145
13년 전 조회 1,625
13년 전 조회 2,122
13년 전 조회 1,636
13년 전 조회 2,221
13년 전 조회 1,971
13년 전 조회 1,864
13년 전 조회 2,158
13년 전 조회 1,447
13년 전 조회 2,838
13년 전 조회 2,618
13년 전 조회 2,295
13년 전 조회 1,755
13년 전 조회 2,266
13년 전 조회 2,458
13년 전 조회 2,054
13년 전 조회 3,255
13년 전 조회 1,921
13년 전 조회 1,630
13년 전 조회 1,810
13년 전 조회 4,615
13년 전 조회 3,491
13년 전 조회 2,044
13년 전 조회 2,222
13년 전 조회 3,633
13년 전 조회 2,625
13년 전 조회 1,764
13년 전 조회 1,887
13년 전 조회 3,229
13년 전 조회 1,742
13년 전 조회 2,005
13년 전 조회 1,458
13년 전 조회 1,635
13년 전 조회 2,376
13년 전 조회 3,915
13년 전 조회 1,683
13년 전 조회 1,902
13년 전 조회 2,357
13년 전 조회 1,741
13년 전 조회 3,350
13년 전 조회 1,955
13년 전 조회 2,635
13년 전 조회 2,850
13년 전 조회 2,673
13년 전 조회 2,004
13년 전 조회 2,294
13년 전 조회 1,808
13년 전 조회 1,649
13년 전 조회 2,328
13년 전 조회 2,001
13년 전 조회 1,864
13년 전 조회 1,770
13년 전 조회 1,966
13년 전 조회 1,733
13년 전 조회 2,314
13년 전 조회 1,955
13년 전 조회 1,623
13년 전 조회 2,249
13년 전 조회 1,910
13년 전 조회 2,596
13년 전 조회 2,095
13년 전 조회 4,502
13년 전 조회 2,585
13년 전 조회 3,142
13년 전 조회 1,794
13년 전 조회 1,443
13년 전 조회 2,133
13년 전 조회 2,926
13년 전 조회 1,814
13년 전 조회 3,036
13년 전 조회 1,742
13년 전 조회 2,114
13년 전 조회 2,797
13년 전 조회 2,132
13년 전 조회 1,788
13년 전 조회 2,500
13년 전 조회 4,790
13년 전 조회 1,511
13년 전 조회 1,604
13년 전 조회 1,770
13년 전 조회 4,850
13년 전 조회 2,217
13년 전 조회 2,425
13년 전 조회 2,440
13년 전 조회 1,725
13년 전 조회 1,589
13년 전 조회 1,753
13년 전 조회 2,564
13년 전 조회 1,903
13년 전 조회 2,228
13년 전 조회 3,397
13년 전 조회 1,887
13년 전 조회 2,190
13년 전 조회 2,295
13년 전 조회 1,674
13년 전 조회 4,391
13년 전 조회 2,175
13년 전 조회 3,712