迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
首页搜索结果页的url 和 内页的搜索结果页url不一样 是哪里修改呢
这是首页搜索的url
这是内页的 多了2个参数
<!DOCTYPE html> <html> <head> {template "head.html"} {template "og-show.html"} </head> <body> {template "header.html"} <div class="show w1200"> <div> <font class="iconfont icon-didian"></font> <span>您现在的位置:</span> <a href="{SITE_URL}">首页</a> <i class="iconfont icon-xiangyoucujiantou"></i> <a href="{$cat.url}">{$cat.name}</a> </div> <div> <div> <div> <h1>{$title}</h1> <span>{$updatetime}</span> <span>阅读:{dr_show_hits($id)}</span> </div> <div> {dr_neilian($content, 1, 1)} <p>免责声明:以上内容源自网络,版权归原作者所有,如有侵犯您的原创版权请告知,我们将尽快删除相关内容。</p> </div> {template "other.html"} </div> {template "right.html"} </div> </div> <script> var el = $('.content-2'); el.html(el.html().replace(/(.jpg|.png)"/ig, '$1!photo"')); </script> {template "footer.html"} </body> </html>
<form class="header1-2" action="/index.php" method="get"> <input type="hidden" name="s" value="article"> <input type="hidden" name="c" value="search"> <input type="hidden" name="dir" id="dr_search_module_dir" > <div class="header1-2-1"> {php $top_search=[];} {cache name=module-content} {if $t.search} {php !$top_search && $top_search=$t;} {/if} {/cache} <button class="btn default" type="submit">搜索</button> <input type="text" autocomplete="off" placeholder="搜索内容..." name="keyword" class="fc-search-keyword form-control"> </div> <script> // 这段js是用来执行搜索的 function dr_search_module_select(dir, name) { $("#dr_search_module_dir").val(dir); $("#dr_search_module_name").html(name+' <i class="fa fa-angle-down"></i>'); } dr_search_module_select('{php echo defined('MOD_DIR') ? MOD_DIR : $top_search.dirname}', '{php echo defined('MOD_DIR') ? MODULE_NAME : $top_search.name}'); </script> </form>
<form class="header1-2" action="/index.php" method="get"> <input type="hidden" name="s" value="article"> <input type="hidden" name="c" value="search"> <div class="header1-2-1"> <button class="btn default" type="submit">搜索</button> <input type="text" autocomplete="off" placeholder="搜索内容..." name="keyword" class="fc-search-keyword form-control"> </div> </form>
迅睿框架技术-苏寓 http://qqlishi.com/article-3958.html
是哪段diam?代码?没看出来