<%-- File : search_results.html Description : This file displays the search results. Tags : The following tags are available: link_results => a listing of all the matching links link_results_loop => a loop of all matching links category_results => a listing of all matching category results category_results_loop => a loop of matching categories link_hits => a count of the number of matching links cat_hits => a count of the number of matching categories next => a toolbar for the next page of results: 1 2 3 > >> query => what the user searched for unescaped. term => what the user searched for escaped, useful for passing into other search engines --%> <%site_title%>: Search Results <%if meta_name%> <%endif%> <%if meta_keywords%> <%endif%> <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%if next%> <%endif%> <%if category_results%> <%header_row%> <%endif%> <%if link_results%> <%header_row%> <%endif%> <%body_font%> <%link_results%> <%endif%> <%if next%> <%endif%>
<%body_font%>

Your search returned <%cat_hits%> categories and <%link_hits%> Links. <%if ignored%>

By your request, the following terms were ignored:

    <%ignored%>

<%endif%>
<%body_font%> Pages: <%next%>
<%header_font%>CATEGORIES:<%/header_font%>
<%body_font%>
    <%category_results%>
<%header_font%>LINKS:<%/header_font%>
<%if next_span%>
<%body_font%> Pages: <%next_span%>
<%body_font%> Pages: <%next%>
<%include include_menu.html%> <%include include_footer.html%>