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

· 13년 전 · 1386
목록에 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,075
13년 전 조회 3,667
13년 전 조회 3,895
13년 전 조회 1,374
13년 전 조회 1,853
13년 전 조회 1,345
13년 전 조회 1,961
13년 전 조회 1,728
13년 전 조회 1,610
13년 전 조회 1,928
13년 전 조회 1,183
13년 전 조회 2,586
13년 전 조회 2,349
13년 전 조회 2,055
13년 전 조회 1,501
13년 전 조회 2,010
13년 전 조회 2,201
13년 전 조회 1,803
13년 전 조회 3,006
13년 전 조회 1,632
13년 전 조회 1,372
13년 전 조회 1,576
13년 전 조회 4,360
13년 전 조회 3,241
13년 전 조회 1,788
13년 전 조회 1,973
13년 전 조회 3,359
13년 전 조회 2,363
13년 전 조회 1,504
13년 전 조회 1,609
13년 전 조회 2,959
13년 전 조회 1,480
13년 전 조회 1,774
13년 전 조회 1,204
13년 전 조회 1,347
13년 전 조회 2,117
13년 전 조회 3,657
13년 전 조회 1,422
13년 전 조회 1,680
13년 전 조회 2,093
13년 전 조회 1,486
13년 전 조회 3,109
13년 전 조회 1,680
13년 전 조회 2,368
13년 전 조회 2,601
13년 전 조회 2,439
13년 전 조회 1,737
13년 전 조회 2,023
13년 전 조회 1,529
13년 전 조회 1,387
13년 전 조회 2,060
13년 전 조회 1,747
13년 전 조회 1,587
13년 전 조회 1,496
13년 전 조회 1,715
13년 전 조회 1,480
13년 전 조회 2,071
13년 전 조회 1,702
13년 전 조회 1,375
13년 전 조회 2,001
13년 전 조회 1,654
13년 전 조회 2,388
13년 전 조회 1,856
13년 전 조회 4,254
13년 전 조회 2,320
13년 전 조회 2,896
13년 전 조회 1,548
13년 전 조회 1,171
13년 전 조회 1,888
13년 전 조회 2,667
13년 전 조회 1,565
13년 전 조회 2,777
13년 전 조회 1,524
13년 전 조회 1,879
13년 전 조회 2,548
13년 전 조회 1,894
13년 전 조회 1,532
13년 전 조회 2,253
13년 전 조회 4,530
13년 전 조회 1,258
13년 전 조회 1,342
13년 전 조회 1,478
13년 전 조회 4,612
13년 전 조회 1,951
13년 전 조회 2,155
13년 전 조회 2,172
13년 전 조회 1,462
13년 전 조회 1,338
13년 전 조회 1,502
13년 전 조회 2,293
13년 전 조회 1,650
13년 전 조회 1,974
13년 전 조회 3,159
13년 전 조회 1,624
13년 전 조회 1,956
13년 전 조회 2,035
13년 전 조회 1,426
13년 전 조회 4,139
13년 전 조회 1,918
13년 전 조회 3,464