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

· 13년 전 · 1603
목록에 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,271
13년 전 조회 3,880
13년 전 조회 4,113
13년 전 조회 1,583
13년 전 조회 2,081
13년 전 조회 1,590
13년 전 조회 2,181
13년 전 조회 1,945
13년 전 조회 1,825
13년 전 조회 2,140
13년 전 조회 1,413
13년 전 조회 2,801
13년 전 조회 2,580
13년 전 조회 2,260
13년 전 조회 1,721
13년 전 조회 2,225
13년 전 조회 2,416
13년 전 조회 2,023
13년 전 조회 3,225
13년 전 조회 1,877
13년 전 조회 1,595
13년 전 조회 1,768
13년 전 조회 4,582
13년 전 조회 3,461
13년 전 조회 2,015
13년 전 조회 2,194
13년 전 조회 3,602
13년 전 조회 2,593
13년 전 조회 1,734
13년 전 조회 1,850
13년 전 조회 3,197
13년 전 조회 1,710
13년 전 조회 1,974
13년 전 조회 1,428
13년 전 조회 1,602
13년 전 조회 2,343
13년 전 조회 3,883
13년 전 조회 1,650
13년 전 조회 1,876
13년 전 조회 2,320
13년 전 조회 1,712
13년 전 조회 3,320
13년 전 조회 1,913
13년 전 조회 2,603
13년 전 조회 2,820
13년 전 조회 2,640
13년 전 조회 1,962
13년 전 조회 2,256
13년 전 조회 1,761
13년 전 조회 1,604
13년 전 조회 2,285
13년 전 조회 1,953
13년 전 조회 1,819
13년 전 조회 1,735
13년 전 조회 1,937
13년 전 조회 1,697
13년 전 조회 2,285
13년 전 조회 1,913
13년 전 조회 1,583
13년 전 조회 2,216
13년 전 조회 1,879
13년 전 조회 2,560
13년 전 조회 2,055
13년 전 조회 4,467
13년 전 조회 2,539
13년 전 조회 3,102
13년 전 조회 1,768
13년 전 조회 1,399
13년 전 조회 2,096
13년 전 조회 2,881
13년 전 조회 1,776
13년 전 조회 3,014
13년 전 조회 1,703
13년 전 조회 2,078
13년 전 조회 2,753
13년 전 조회 2,100
13년 전 조회 1,746
13년 전 조회 2,461
13년 전 조회 4,756
13년 전 조회 1,484
13년 전 조회 1,575
13년 전 조회 1,725
13년 전 조회 4,819
13년 전 조회 2,178
13년 전 조회 2,392
13년 전 조회 2,400
13년 전 조회 1,682
13년 전 조회 1,562
13년 전 조회 1,722
13년 전 조회 2,529
13년 전 조회 1,865
13년 전 조회 2,192
13년 전 조회 3,362
13년 전 조회 1,846
13년 전 조회 2,150
13년 전 조회 2,261
13년 전 조회 1,638
13년 전 조회 4,359
13년 전 조회 2,137
13년 전 조회 3,675