<%-- 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%> <%inter_table%> <%header_row%> <%title_linked_row%> <%if next%> <%endif%> <%if category_results%> <%header_row%> <%endif%> <%if next%> <%endif%> <%header_row%>
<%body_font%> <%site_title%> : Resultados de Búsqueda
<%body_font%>

Tu búsqueda obtuvo <%cat_hits%> cursos <%if ignored%>

Por tu solicitud los siguientes términos han sido eliminados:

    <%ignored%>

<%endif%>
<%body_font%> Páginas: <%next%>
<%header_font%> CATEGORIAS: <%/header_font%>
<%body_font%>
    <%category_results%>
<%body_font%> Páginas: <%next%>
<%header_font%> EXTENDER BÚSQUEDA: <%/header_font%>
<%footer_table%> <%include include_footer.html%>