發表日期:2018-08 文章編輯:小燈 瀏覽次數:2868
打開 \include\arc.listview.class.php 找到
$total_list = $list_len * 2 + 1; |
這里有2處,都需要在它的下面加入
//省略號if ($totalpage > $total_list) {$half = floor(($total_list - 4) / 2);$half_start = $this->PageNo - $half + 1;if ($total_list % 2 !== 0) --$half_start;$half_end = $this->PageNo + $half;}if (($totalpage - $this->PageNo) < ($total_list - 3)) {$half_start = $totalpage - $total_list + 3;unset($half_end);}if ($this->PageNo <= ($total_list - 3)) {$half_end = $total_list - 2;unset($half_start);} |
繼續找到
for($j;$j<=$total_list;$j++) |
這里也有2處,都需要改成
for($j=1;$j<=$totalpage;$j++) |
最后找到
if($j==$this->PageNo) |
這里也有2處,在它上面加入
//省略號if (isset($half_start) && $j < $half_start && $j > 1) {if ($j == 2) $listdd .= "<li style='border:0;'><a href='javascript:void(0)'>...</a></li>";continue;}if (isset($half_end) && $j > $half_end && $j < $totalpage) {if ($j == ($half_end + 1)) $listdd .= "<li style='border:0;'><a href='javascript:void(0)'>...</a></li>"; continue;} |
完成。
日期:2018-09 瀏覽次數:4265
日期:2018-09 瀏覽次數:2918
日期:2018-09 瀏覽次數:3768
日期:2018-09 瀏覽次數:3705
日期:2018-09 瀏覽次數:3269
日期:2018-09 瀏覽次數:3667
日期:2018-09 瀏覽次數:3108
日期:2018-09 瀏覽次數:3343
日期:2018-09 瀏覽次數:3114
日期:2018-09 瀏覽次數:3147
日期:2018-09 瀏覽次數:2870
日期:2018-09 瀏覽次數:3394
日期:2018-09 瀏覽次數:3411
日期:2018-09 瀏覽次數:2982
日期:2018-09 瀏覽次數:2917
日期:2018-09 瀏覽次數:3671
日期:2018-08 瀏覽次數:2879
日期:2018-08 瀏覽次數:3033
日期:2018-08 瀏覽次數:2867
日期:2018-08 瀏覽次數:2853
日期:2018-08 瀏覽次數:2891
日期:2018-08 瀏覽次數:2668
日期:2018-08 瀏覽次數:2786
日期:2018-08 瀏覽次數:2717
日期:2018-08 瀏覽次數:2747
日期:2018-08 瀏覽次數:2901
日期:2018-08 瀏覽次數:2988
日期:2018-08 瀏覽次數:3277
日期:2018-08 瀏覽次數:2823
日期:2018-08 瀏覽次數:3122
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.