} $arrLink[] = 'keywords=' . urlencode($strKeywords); } else { if (empty($_REQUEST['keywords']) && $isGo) { check::AlertExit("错误:关键词必须填写!", -1); } else { $arrWhere = $_SESSION['arrWhere']; $strKeywords = $_SESSION['strKeywords']; } } $strWhere = implode(' AND ', $arrWhere); $strWhere = 'where ' . $strWhere; $arrInfoList = $objWebInit->getInfoList($strWhere, ' ORDER BY topflag DESC,submit_date DESC', ($intPage - 1) * $arrGPage['page_size'], $arrGPage['page_size']); $intRows = $arrInfoList['COUNT_ROWS']; unset($arrInfoList['COUNT_ROWS']); //翻页跳转link $strPage = $objWebInit->makeInfoListPage($intRows, $strLink, $link_type = $arrGWeb['URL_static']); // 输出到模板 $arrMOutput["smarty_assign"]['FileCallPath'] = $arrGPic['FileCallPath']; $arrMOutput["smarty_assign"]['arrInfoList'] = $arrInfoList; $arrMOutput["smarty_assign"]['strPage'] = $strPage; $arrMOutput["smarty_assign"]['page'] = $intPage; $arrMOutput["smarty_assign"]['arrMType'] = $arrMType; $arrMOutput["smarty_assign"]['strKeywords'] = $strKeywords; $arrMOutput["smarty_assign"]['strSearchTitle'] = $strKeywords . "搜索结果"; $arrMOutput['smarty_assign']['Title'] = $strKeywords . '搜索结果 - ' . $arrGWeb['name']; $arrMOutput['smarty_assign']['Description'] = $strKeywords . '搜索结果 - ' . $arrGWeb['name']; $arrMOutput['smarty_assign']['Keywords'] = $strKeywords . '搜索结果 - ' . $arrGWeb['name']; $arrMOutput["smarty_assign"]['MAIN'] = $arrGSmarty['main_dir'] . 'list.html'; $objWebInit->output($arrMOutput);