<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="com.synaptic.web.framework.NodeRequest" %> <%@ page import="com.entplace.data.feeds.findwhat.FindWhatQuery" %> <%@ page import="com.entplace.data.feeds.findwhat.FindWhatLink" %> <% String query = request.getParameter("q"); String ip = request.getRemoteAddr(); String [][] directory = (String [][])request.getAttribute("findwhat.directory"); boolean fromPath = false; if (query == null) { fromPath = true; query = nodeRequest.pathString(0); } query = query.replace('_', ' '); %>
BizInfoPlace™
 
results">
KEYWORD SEARCH: SUBMIT
 
TOP "<%= query.toUpperCase() %>" SITES
 
<%-- --%>
<% for (int i = 0; i < directory.length; i++) { %> <%= directory[i][0] %>
<% for (int j = 1; j < directory[i].length; j++) { String q = directory[i][j]; q = q.replace(' ', '_'); %> results/<%= q %>" class="linkc"><%= directory[i][j] %>
<% } } %>
<% java.util.List l = (new FindWhatQuery()).query(query, ip, 0, 25); java.util.Iterator i = l.iterator(); if (!i.hasNext()) { %> No results found. <% } while (i.hasNext()) { FindWhatLink ll = (FindWhatLink)i.next(); %>

<%= ll.getDescription() %>

<% } %>