Skip to content

Commit

Permalink
deepsearch imprvs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wadelau committed Sep 4, 2016
1 parent 82ad745 commit 754e07c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion act/deepsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# reset old?
$url = str_replace("&pnsk", "&oldpnsk", $url);

$out .= "<fieldset style=\"border-color:#5f8ac5;border: 1px solid #5f8ac5;\"><legend><h4>深度复合检索</h4></legend><form id=\""
$out .= "<fieldset style=\"border-color:#5f8ac5;border: 1px solid #5f8ac5;\"><legend><h4>深度复合搜索</h4></legend><form id=\""
.$formid."\" name=\"".$formid."\" method=\"post\" action=\"".$url."&act=list-dodeepsearch\" "
.$gtbl->getJsActionTbl()."><table align=\"center\" width=\"98%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0px\">";
$out .= "<tr><td width=\"11%\">&nbsp;</td>
Expand Down
8 changes: 7 additions & 1 deletion jdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,13 @@

include("./act/updatefield.php");

}else{
}
else if($act == 'deepsearch'){

include("./act/deepsearch.php");

}
else{

$out .= "Ooops! No such action:[$act].<br/>&nbsp;\n";
}
Expand Down

0 comments on commit 754e07c

Please sign in to comment.