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

· 13년 전 · 1665
목록에 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,335
13년 전 조회 3,930
13년 전 조회 4,169
13년 전 조회 1,645
13년 전 조회 2,141
13년 전 조회 1,656
13년 전 조회 2,242
13년 전 조회 1,993
13년 전 조회 1,886
13년 전 조회 2,176
13년 전 조회 1,469
13년 전 조회 2,863
13년 전 조회 2,639
13년 전 조회 2,322
13년 전 조회 1,783
13년 전 조회 2,285
13년 전 조회 2,484
13년 전 조회 2,072
13년 전 조회 3,282
13년 전 조회 1,934
13년 전 조회 1,651
13년 전 조회 1,839
13년 전 조회 4,634
13년 전 조회 3,520
13년 전 조회 2,066
13년 전 조회 2,241
13년 전 조회 3,654
13년 전 조회 2,644
13년 전 조회 1,788
13년 전 조회 1,907
13년 전 조회 3,251
13년 전 조회 1,764
13년 전 조회 2,029
13년 전 조회 1,478
13년 전 조회 1,649
13년 전 조회 2,398
13년 전 조회 3,937
13년 전 조회 1,707
13년 전 조회 1,929
13년 전 조회 2,383
13년 전 조회 1,768
13년 전 조회 3,370
13년 전 조회 1,977
13년 전 조회 2,653
13년 전 조회 2,871
13년 전 조회 2,695
13년 전 조회 2,023
13년 전 조회 2,312
13년 전 조회 1,820
13년 전 조회 1,666
13년 전 조회 2,346
13년 전 조회 2,030
13년 전 조회 1,886
13년 전 조회 1,790
13년 전 조회 1,979
13년 전 조회 1,754
13년 전 조회 2,336
13년 전 조회 1,975
13년 전 조회 1,639
13년 전 조회 2,272
13년 전 조회 1,928
13년 전 조회 2,613
13년 전 조회 2,117
13년 전 조회 4,526
13년 전 조회 2,599
13년 전 조회 3,164
13년 전 조회 1,811
13년 전 조회 1,464
13년 전 조회 2,153
13년 전 조회 2,949
13년 전 조회 1,833
13년 전 조회 3,054
13년 전 조회 1,762
13년 전 조회 2,135
13년 전 조회 2,817
13년 전 조회 2,155
13년 전 조회 1,813
13년 전 조회 2,524
13년 전 조회 4,810
13년 전 조회 1,535
13년 전 조회 1,628
13년 전 조회 1,787
13년 전 조회 4,877
13년 전 조회 2,241
13년 전 조회 2,453
13년 전 조회 2,459
13년 전 조회 1,741
13년 전 조회 1,614
13년 전 조회 1,773
13년 전 조회 2,581
13년 전 조회 1,916
13년 전 조회 2,251
13년 전 조회 3,412
13년 전 조회 1,900
13년 전 조회 2,207
13년 전 조회 2,316
13년 전 조회 1,689
13년 전 조회 4,414
13년 전 조회 2,195
13년 전 조회 3,732