From a9bccd1d039fff45200558df9faefb7e1a68d8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Wed, 27 Nov 2024 19:04:24 +0800 Subject: [PATCH] Update searchview.class.php --- src/system/archive/searchview.class.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index 68912408..5c685294 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -656,16 +656,9 @@ class SearchView } $infos = "
  • {$totalpage}页".$this->TotalResult."条
  • "; $geturl = "keyword=".urlencode($oldkeyword)."&searchtype=".$this->SearchType; - $hidenform = ""; $geturl .= "&channeltype=".$this->ChannelType."&orderby=".$this->OrderBy; - $hidenform .= ""; - $hidenform .= ""; $geturl .= "&kwtype=".$this->KType."&pagesize=".$this->pagesize; - $hidenform .= ""; - $hidenform .= ""; $geturl .= "&typeid=".$this->TypeID."&TotalResult=".$this->TotalResult."&"; - $hidenform .= ""; - $hidenform .= ""; $purl .= "?".$geturl; //获得上页和下页的链接 if ($this->PageNo != 1) { @@ -703,14 +696,12 @@ class SearchView } } $plist = ''; - $plist .= "
    $hidenform"; $plist .= preg_match('/info/i', $listitem)? $infos : ""; $plist .= preg_match('/index/i', $listitem)? $indexpage : ""; $plist .= preg_match('/pre/i', $listitem)? $prepage : ""; $plist .= preg_match('/pageno/i', $listitem)? $listdd : ""; $plist .= preg_match('/next/i', $listitem)? $nextpage : ""; $plist .= preg_match('/end/i', $listitem)? $endpage : ""; - $plist .= "
    "; return $plist; } /**