|
@@ -14,7 +14,7 @@ require_once(dirname(__FILE__)."/actionsearch_class.php"); |
|
|
//增加权限检查
|
|
|
//增加权限检查
|
|
|
if(empty($dopost)) $dopost = "";
|
|
|
if(empty($dopost)) $dopost = "";
|
|
|
|
|
|
|
|
|
$keyword=empty($keyword)? "" : $keyword;
|
|
|
|
|
|
|
|
|
$keyword=empty($keyword)? "" : RemoveXss($keyword);
|
|
|
$actsearch = new ActionSearch($keyword);
|
|
|
$actsearch = new ActionSearch($keyword);
|
|
|
$asresult = $actsearch->Search();
|
|
|
$asresult = $actsearch->Search();
|
|
|
include DedeInclude('templets/action_search.htm');
|
|
|
include DedeInclude('templets/action_search.htm');
|