web建站教程
  1. 首页
  2. vuejs
  3. js
  4. 好玩
  5. AIGC工具
  6. 前端知识
  7. 百度echarts
  8. 更多
    php入门
    nodejs
    mockjs
    reactjs
    mysql
    wordpress
    织梦cms
    帝国cms
    git教程
    IT知识
    模板大全
    休息站
    手机应用

帝国cms7.0如何修改分页[!--show.page--]

716 ℃

从ftp上下载模板e/class/connect.php下;

搜索下function page1就是我们要修改的分页了;

下面是已经修改好的,可以直接复制粘贴。

//前台分页
function page1($num,$line,$page_line,$start,$page,$search){
global $fun_r;
if($num<=$line)
{
return '';
}
$search=RepPostStr($search,1);
$url=eReturnSelfPage(0).'?page';
$snum=2;//最小页数
$totalpage=ceil($num/$line);//取得总页数
$firststr='<a title="'.$fun_r['trecord'].'" class="disabled">'.$num.'</a>';
//上一页
if($page<>0)
{
$toppage='<a href="'.$url.'=0'.$search.'" class="disabled">'.$fun_r['startpage'].'</a>';
$pagepr=$page-1;
$prepage='<a href="'.$url.'='.$pagepr.$search.'" class="disabled">'.$fun_r['pripage'].'</a>';
}
//下一页
if($page!=$totalpage-1)
{
$pagenex=$page+1;
$nextpage='<a href="'.$url.'='.$pagenex.$search.'" class="disabled">'.$fun_r['nextpage'].'</a>';
$lastpage='<a href="'.$url.'='.($totalpage-1).$search.'" class="disabled">'.$fun_r['lastpage'].'</a>';
}
$starti=$page-$snum<0?0:$page-$snum;
$no=0;
for($i=$starti;$i<$totalpage&&$no<$page_line;$i++)
{
$no++;
if($page==$i)
{
$is_1="<a class='cur'>";
$is_2="</a>";
}
else
{
$is_1='<a href="'.$url.'='.$i.$search.'">';
$is_2="</a>";
}
$pagenum=$i+1;
$returnstr.=$is_1.$pagenum.$is_2;
}
$returnstr=$firststr.$toppage.$prepage.$returnstr.$nextpage.$lastpage;
return $returnstr;
}

vue前端分页功能实现代码(附js代码)

百度echarts如何对不同折线图设置不同颜色

百度echarts如何实现多条折线效果图

wordpress文章nextpage分页最后添加“下一页”按钮

如何利用Vuejs代码实现搜索匹配功能

标签: line折线图, num, page, search, 分页

上面是“帝国cms7.0如何修改分页[!--show.page--]”的全面内容,想了解更多关于 帝国cms 内容,请继续关注web建站教程。

当前网址:https://ipkd.cn/webs_1246.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

当前位置: 网站首页 > 帝国cms
本文共计1404个字,预计阅读时长10分钟
生活小工具,收录了80多款小工具
上一篇: 基于JavaScrip的web动画库——GSAP
下一篇: 免费商用中文字体——优设鲨鱼菲特健康体
x 打工人ai神器