* @author Christian Weiske * @author Eric Dane * @license GPL http://www.gnu.org/licenses/gpl.html * @link http://sourceforge.net/projects/semanticscuttle */ /* Service creation: only useful services are created */ $searchhistoryservice = SemanticScuttle_Service_Factory::get('SearchHistory'); $lastSearches = $searchhistoryservice->getAllSearches( 'all', NULL, 3, NULL, true, false ); if ($lastSearches && count($lastSearches) > 0) { ?>

' . "\n"; } //echo ''; ?>
'; echo ''; echo htmlspecialchars($row['shTerms']); echo ''; echo ' (' . $row['shNbResults'] . ')'; echo '
...