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

· 13년 전 · 1393
목록에 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,084
13년 전 조회 3,678
13년 전 조회 3,901
13년 전 조회 1,381
13년 전 조회 1,862
13년 전 조회 1,353
13년 전 조회 1,968
13년 전 조회 1,732
13년 전 조회 1,619
13년 전 조회 1,934
13년 전 조회 1,185
13년 전 조회 2,589
13년 전 조회 2,354
13년 전 조회 2,058
13년 전 조회 1,509
13년 전 조회 2,015
13년 전 조회 2,207
13년 전 조회 1,805
13년 전 조회 3,015
13년 전 조회 1,634
13년 전 조회 1,374
13년 전 조회 1,581
13년 전 조회 4,368
13년 전 조회 3,245
13년 전 조회 1,795
13년 전 조회 1,978
13년 전 조회 3,370
13년 전 조회 2,369
13년 전 조회 1,509
13년 전 조회 1,620
13년 전 조회 2,966
13년 전 조회 1,488
13년 전 조회 1,777
13년 전 조회 1,210
13년 전 조회 1,355
13년 전 조회 2,125
13년 전 조회 3,664
13년 전 조회 1,432
13년 전 조회 1,683
13년 전 조회 2,101
13년 전 조회 1,496
13년 전 조회 3,120
13년 전 조회 1,689
13년 전 조회 2,379
13년 전 조회 2,608
13년 전 조회 2,447
13년 전 조회 1,742
13년 전 조회 2,030
13년 전 조회 1,535
13년 전 조회 1,394
13년 전 조회 2,063
13년 전 조회 1,754
13년 전 조회 1,595
13년 전 조회 1,501
13년 전 조회 1,720
13년 전 조회 1,488
13년 전 조회 2,078
13년 전 조회 1,710
13년 전 조회 1,386
13년 전 조회 2,004
13년 전 조회 1,663
13년 전 조회 2,393
13년 전 조회 1,862
13년 전 조회 4,257
13년 전 조회 2,328
13년 전 조회 2,902
13년 전 조회 1,553
13년 전 조회 1,182
13년 전 조회 1,894
13년 전 조회 2,672
13년 전 조회 1,571
13년 전 조회 2,783
13년 전 조회 1,534
13년 전 조회 1,886
13년 전 조회 2,552
13년 전 조회 1,905
13년 전 조회 1,546
13년 전 조회 2,261
13년 전 조회 4,538
13년 전 조회 1,266
13년 전 조회 1,351
13년 전 조회 1,485
13년 전 조회 4,619
13년 전 조회 1,957
13년 전 조회 2,160
13년 전 조회 2,184
13년 전 조회 1,471
13년 전 조회 1,344
13년 전 조회 1,509
13년 전 조회 2,300
13년 전 조회 1,659
13년 전 조회 1,982
13년 전 조회 3,162
13년 전 조회 1,634
13년 전 조회 1,962
13년 전 조회 2,045
13년 전 조회 1,435
13년 전 조회 4,151
13년 전 조회 1,922
13년 전 조회 3,472